/third_party/openssl/test/ |
H A D | cmp_client_test.c | 176 OSSL_CMP_PKISTATUS_rejection, in test_exec_RR_ses_receive_error() 180 fixture->expected = OSSL_CMP_PKISTATUS_rejection; in test_exec_RR_ses_receive_error() 239 fixture->expected = reject ? OSSL_CMP_PKISTATUS_rejection in test_exec_CR_ses() 276 raverified ? OSSL_CMP_PKISTATUS_rejection : OSSL_CMP_PKISTATUS_accepted; in test_exec_KUR_ses() 329 fixture->expected = reject ? OSSL_CMP_PKISTATUS_rejection in test_exec_P10CR_ses() 451 OSSL_CMP_PKISTATUS_rejection, in execute_exchange_error_test()
|
H A D | cmp_msg_test.c | 329 fixture->si = OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, in test_cmp_create_error_msg()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_client.c | 58 if (ossl_cmp_pkisi_get_status(si) == OSSL_CMP_PKISTATUS_rejection) in unprotected_exception() 77 == OSSL_CMP_PKISTATUS_rejection) in unprotected_exception() 226 if (ctx->status != OSSL_CMP_PKISTATUS_rejection) { in send_receive_check() 229 ctx->status = OSSL_CMP_PKISTATUS_rejection; in send_receive_check() 431 case OSSL_CMP_PKISTATUS_rejection: in get1_cert_status() 630 * OSSL_CMP_PKISTATUS_rejection, fail_info, txt) in cert_response() 660 ctx->status = OSSL_CMP_PKISTATUS_rejection; in cert_response() 707 return ossl_cmp_exchange_error(ctx, OSSL_CMP_PKISTATUS_rejection, in OSSL_CMP_try_certreq() 812 case OSSL_CMP_PKISTATUS_rejection: in OSSL_CMP_exec_RR_ses()
|
H A D | cmp_msg.c | 476 if (status != OSSL_CMP_PKISTATUS_rejection in ossl_cmp_certrep_new() 506 || ossl_cmp_pkisi_get_status(si) != OSSL_CMP_PKISTATUS_rejection) in ossl_cmp_certrep_new() 607 || ossl_cmp_pkisi_get_status(si) != OSSL_CMP_PKISTATUS_rejection) in ossl_cmp_rp_new() 836 OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, fail_info, text) : in ossl_cmp_certConf_new()
|
H A D | cmp_status.c | 48 case OSSL_CMP_PKISTATUS_rejection: in ossl_cmp_PKIStatus_to_string()
|
H A D | cmp_server.c | 213 si = OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, in process_cert_request() 601 if ((si = OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, in OSSL_CMP_SRV_process_request()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_client.c | 58 if (ossl_cmp_pkisi_get_status(si) == OSSL_CMP_PKISTATUS_rejection) in unprotected_exception() 77 == OSSL_CMP_PKISTATUS_rejection) in unprotected_exception() 229 if (ctx->status != OSSL_CMP_PKISTATUS_rejection) { in send_receive_check() 232 ctx->status = OSSL_CMP_PKISTATUS_rejection; in send_receive_check() 434 case OSSL_CMP_PKISTATUS_rejection: in get1_cert_status() 633 * OSSL_CMP_PKISTATUS_rejection, fail_info, txt) in cert_response() 663 ctx->status = OSSL_CMP_PKISTATUS_rejection; in cert_response() 710 return ossl_cmp_exchange_error(ctx, OSSL_CMP_PKISTATUS_rejection, in OSSL_CMP_try_certreq() 815 case OSSL_CMP_PKISTATUS_rejection: in OSSL_CMP_exec_RR_ses()
|
H A D | cmp_msg.c | 476 if (status != OSSL_CMP_PKISTATUS_rejection in ossl_cmp_certrep_new() 506 || ossl_cmp_pkisi_get_status(si) != OSSL_CMP_PKISTATUS_rejection) in ossl_cmp_certrep_new() 607 || ossl_cmp_pkisi_get_status(si) != OSSL_CMP_PKISTATUS_rejection) in ossl_cmp_rp_new() 836 OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, fail_info, text) : in ossl_cmp_certConf_new()
|
H A D | cmp_status.c | 45 case OSSL_CMP_PKISTATUS_rejection: in ossl_cmp_PKIStatus_to_string()
|
H A D | cmp_server.c | 213 si = OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, in process_cert_request() 601 if ((si = OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, in OSSL_CMP_SRV_process_request()
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | cmp.h | 201 # define OSSL_CMP_PKISTATUS_rejection 2 macro
|