Home
last modified time | relevance | path

Searched refs:failInfoCode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_ctx.c116 ctx->failInfoCode = -1; in OSSL_CMP_CTX_new()
166 ctx->failInfoCode = -1; in OSSL_CMP_CTX_reinit()
996 ctx->failInfoCode = fail_info; in DEFINE_OSSL_CMP_CTX_set1()
1010 return ctx->failInfoCode; in OSSL_CMP_CTX_get_failInfoCode()
H A Dcmp_local.h124 int failInfoCode; /* failInfoCode of last received IP/CP/KUP/error, or -1 */ member
H A Dcmp_client.c101 ctx->failInfoCode = ossl_cmp_pkisi_get_pkifailureinfo(si); in save_statusInfo()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_cmp_ctx_set1_caPubs.pod44 ossl_cmp_ctx_set_failInfoCode() sets the error code bits in the failInfoCode
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_ctx_test.c74 ctx->failInfoCode = 1; in execute_CTX_reinit_test()
93 && ctx->failInfoCode == -1 in execute_CTX_reinit_test()
784 DEFINE_SET_GET_INT_TEST(ossl_cmp, ctx, failInfoCode) in DEFINE_SET_CB_TEST()