Home
last modified time | relevance | path

Searched refs:OSSL_CMP_STATUSINFO_new (Results 1 - 25 of 69) sorted by relevance

123

/third_party/openssl/test/
H A Dcmp_status_test.c48 if (!TEST_ptr(si = OSSL_CMP_STATUSINFO_new(fixture->pkistatus, in execute_PKISI_test()
103 * OSSL_CMP_STATUSINFO_new() in setup_tests()
H A Dcmp_msg_test.c329 fixture->si = OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, in test_cmp_create_error_msg()
429 OSSL_CMP_PKISI *si = OSSL_CMP_STATUSINFO_new(33, 44, "a text"); in execute_rp_create()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dcmp_mock_srv.c125 if ((si = OSSL_CMP_STATUSINFO_new(status, fail_info, text)) == NULL) in ossl_cmp_mock_srv_set_statusInfo()
209 return OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_waiting, 0, NULL); in process_cert_request()
/third_party/openssl/apps/lib/
H A Dcmp_mock_srv.c125 if ((si = OSSL_CMP_STATUSINFO_new(status, fail_info, text)) == NULL) in ossl_cmp_mock_srv_set_statusInfo()
209 return OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_waiting, 0, NULL); in process_cert_request()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_status.c278 OSSL_CMP_PKISI *OSSL_CMP_STATUSINFO_new(int status, int fail_info, in OSSL_CMP_STATUSINFO_new() function
H A Dcmp_server.c213 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()
H A Dcmp_msg.c836 OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, fail_info, text) : in ossl_cmp_certConf_new()
837 OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_accepted, 0, text); in ossl_cmp_certConf_new()
/third_party/openssl/crypto/cmp/
H A Dcmp_status.c275 OSSL_CMP_PKISI *OSSL_CMP_STATUSINFO_new(int status, int fail_info, in OSSL_CMP_STATUSINFO_new() function
H A Dcmp_server.c213 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()
H A Dcmp_msg.c836 OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_rejection, fail_info, text) : in ossl_cmp_certConf_new()
837 OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_accepted, 0, text); in ossl_cmp_certConf_new()
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dcmp.h495 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);

Completed in 32 milliseconds

123