Searched refs:failInfoCode (Results 1 – 6 of 6) sorted by relevance
116 ctx->failInfoCode = -1; in OSSL_CMP_CTX_new()159 ctx->failInfoCode = -1; in OSSL_CMP_CTX_reinit()959 ctx->failInfoCode = fail_info; in DEFINE_OSSL_CMP_CTX_set1()973 return ctx->failInfoCode; in OSSL_CMP_CTX_get_failInfoCode()
100 ctx->failInfoCode = 0; in save_statusInfo()104 ctx->failInfoCode |= (1 << i); in save_statusInfo()
124 int failInfoCode; /* failInfoCode of last received IP/CP/KUP/error, or -1 */ member
44 ossl_cmp_ctx_set_failInfoCode() sets the error code bits in the failInfoCode
74 ctx->failInfoCode = 1; in execute_CTX_reinit_test()93 && ctx->failInfoCode == -1 in execute_CTX_reinit_test()781 DEFINE_SET_GET_INT_TEST(ossl_cmp, ctx, failInfoCode) in DEFINE_SET_CB_TEST()
625 OSSL_CMP_CTX_FAILINFO_badAlg. Returns -1 if the failInfoCode field is unset.
Completed in 15 milliseconds