Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c234 sk_X509_pop_free(ctx->newChain, X509_free); in OSSL_CMP_CTX_free()
485 return X509_chain_up_ref(ctx->newChain); in STACK_OF()
492 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain) in ossl_cmp_ctx_set1_newChain() argument
497 sk_X509_pop_free(ctx->newChain, X509_free); in ossl_cmp_ctx_set1_newChain()
498 ctx->newChain = NULL; in ossl_cmp_ctx_set1_newChain()
499 return newChain == NULL || in ossl_cmp_ctx_set1_newChain()
500 (ctx->newChain = X509_chain_up_ref(newChain)) != NULL; in ossl_cmp_ctx_set1_newChain()
H A Dcmp_local.h126 STACK_OF(X509) *newChain; /* chain of newly enrolled cert received */
786 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain);
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c96 && ctx->newChain == NULL in execute_CTX_reinit_test()
786 DEFINE_SET_GET_SK_X509_TEST(ossl_cmp, ctx, 1, 1, newChain) in DEFINE_SET_CB_TEST()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod183 and any previous results (newCert, newChain, caPubs, and extraCertsIn)