Searched refs:failInfoCode (Results 1 – 6 of 6) sorted by relevance
122 ctx->failInfoCode = -1; in OSSL_CMP_CTX_new()175 ctx->failInfoCode = -1; in OSSL_CMP_CTX_reinit()864 DEFINE_OSSL_set(ossl_cmp_ctx, failInfoCode, int) in DEFINE_set1_ASN1_OCTET_STRING()870 DEFINE_OSSL_get(OSSL_CMP_CTX, failInfoCode, int, -1) in DEFINE_set1_ASN1_OCTET_STRING()
130 int failInfoCode; /* failInfoCode of last received IP/CP/KUP/error, or -1 */ member
100 ctx->failInfoCode = ossl_cmp_pkisi_get_pkifailureinfo(si); in save_statusInfo()
44 ossl_cmp_ctx_set_failInfoCode() sets the error code bits in the failInfoCode
70 ctx->failInfoCode = 1; in execute_CTX_reinit_test()89 && ctx->failInfoCode == -1 in execute_CTX_reinit_test()803 DEFINE_SET_GET_INT_TEST(ossl_cmp, ctx, failInfoCode) in DEFINE_SET_CB_TEST()
718 OSSL_CMP_CTX_FAILINFO_badAlg. Returns -1 if the failInfoCode field is unset.
Completed in 39 milliseconds