Searched refs:ossl_cmp_exchange_error (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_client.c | 372 (void)ossl_cmp_exchange_error(ctx, OSSL_CMP_PKISTATUS_rejection, in poll_for_response() 476 int ossl_cmp_exchange_error(OSSL_CMP_CTX *ctx, int status, int fail_info, in ossl_cmp_exchange_error() function 845 return ossl_cmp_exchange_error(ctx, OSSL_CMP_PKISTATUS_rejection, in OSSL_CMP_try_certreq()
|
H A D | cmp_local.h | 1020 int ossl_cmp_exchange_error(OSSL_CMP_CTX *ctx, int status, int fail_info,
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_client_test.c | 485 ossl_cmp_exchange_error(fixture->cmp_ctx, in execute_exchange_error_test()
|