Home
last modified time | relevance | path

Searched refs:OSSL_CMP_CTX_set0_trustedStore (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_vfy_test.c64 || !OSSL_CMP_CTX_set0_trustedStore(fixture->cmp_ctx, ts) in set_up()
156 if (!TEST_true(miss ? OSSL_CMP_CTX_set0_trustedStore(fixture->cmp_ctx, NULL) in test_validate_msg_mac_alg_protection()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_cmp_msg_check_update.pod69 trusted certificates (if set via L<OSSL_CMP_CTX_set0_trustedStore(3)>).
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_CMP_exec_certreq.pod130 L<OSSL_CMP_CTX_set0_trustedStore(3)> (for certificate-based authentication) or
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_ctx.c40 int OSSL_CMP_CTX_set0_trustedStore(OSSL_CMP_CTX *ctx, X509_STORE *store) in OSSL_CMP_CTX_set0_trustedStore() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcmp.h.in315 int OSSL_CMP_CTX_set0_trustedStore(OSSL_CMP_CTX *ctx, X509_STORE *store);
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dcmp.c1093 if (ts == NULL || !OSSL_CMP_CTX_set0_trustedStore(ctx, ts)) { in setup_srv_ctx()
1210 if (ts == NULL || !OSSL_CMP_CTX_set0_trustedStore(ctx, ts)) { in setup_verification_ctx()