Searched defs:fail_info (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_status.c | 169 char *snprint_PKIStatusInfo_parts(int status, int fail_info, in snprint_PKIStatusInfo_parts() 278 OSSL_CMP_PKISI *OSSL_CMP_STATUSINFO_new(int status, int fail_info, in OSSL_CMP_STATUSINFO_new()
|
H A D | cmp_client.c | 455 int fail_info, const char *txt) in ossl_cmp_exchange_certConf() 476 int ossl_cmp_exchange_error(OSSL_CMP_CTX *ctx, int status, int fail_info, in ossl_cmp_exchange_error() 581 int OSSL_CMP_certConf_cb(OSSL_CMP_CTX *ctx, X509 *cert, int fail_info, in OSSL_CMP_certConf_cb() 660 int fail_info = 0; /* no failure */ in cert_response() local
|
H A D | cmp_server.c | 175 fail_info = 0, errorCode = 0; in delayed_delivery() local 677 int fail_info = 1 << OSSL_CMP_PKIFAILUREINFO_badRequest; in OSSL_CMP_SRV_process_request() local
|
H A D | cmp_msg.c | 795 int fail_info, const char *text) in ossl_cmp_certConf_new()
|
/openssl/test/ |
H A D | cmp_msg_test.c | 25 int fail_info; member
|
H A D | cmp_client_test.c | 318 static int test_certConf_cb(OSSL_CMP_CTX *ctx, X509 *cert, int fail_info, in test_certConf_cb()
|
H A D | cmp_ctx_test.c | 334 static int test_certConf_cb(OSSL_CMP_CTX *ctx, X509 *cert, int fail_info, in test_certConf_cb()
|
Completed in 19 milliseconds