Home
last modified time | relevance | path

Searched refs:ossl_cmp_ctx_set1_newChain (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c173 && ossl_cmp_ctx_set1_newChain(ctx, NULL) in OSSL_CMP_CTX_reinit()
492 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain) in ossl_cmp_ctx_set1_newChain() function
H A Dcmp_local.h786 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain);
H A Dcmp_client.c543 (void)ossl_cmp_ctx_set1_newChain(ctx, chain); in OSSL_CMP_certConf_cb()
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c78 || !ossl_cmp_ctx_set1_newChain(ctx, certs) in execute_CTX_reinit_test()