Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/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()
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_ctx_set1_caPubs.pod44 ossl_cmp_ctx_set_failInfoCode() sets the error code bits in the failInfoCode
/freebsd-14.2/crypto/openssl/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()
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod669 OSSL_CMP_CTX_FAILINFO_badAlg. Returns -1 if the failInfoCode field is unset.