Searched refs:newChain (Results 1 – 3 of 3) sorted by relevance
234 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() argument497 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()
126 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);
96 && 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()