Home
last modified time | relevance | path

Searched refs:newChain (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/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()
489 * Copies any given stack of inbound X509 certificates to newChain
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 */ member
786 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain);
/third_party/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()
489 * Copies any given stack of inbound X509 certificates to newChain
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 */ member
786 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain);
/third_party/icu/icu4c/source/i18n/
H A Dplurrule.cpp727 RuleChain *newChain = new RuleChain; in parse() local
728 if (newChain == nullptr) { in parse()
732 newChain->fKeyword = token; in parse()
734 prules->mRules = newChain; in parse()
743 newChain->fNext = insertAfter->fNext; in parse()
744 insertAfter->fNext = newChain; in parse()
751 newChain->ruleHeader = orNode; in parse()
753 currentChain = newChain; in parse()
/third_party/node/deps/icu-small/source/i18n/
H A Dplurrule.cpp731 RuleChain *newChain = new RuleChain; in parse() local
732 if (newChain == nullptr) { in parse()
736 newChain->fKeyword = token; in parse()
738 prules->mRules = newChain; in parse()
747 newChain->fNext = insertAfter->fNext; in parse()
748 insertAfter->fNext = newChain; in parse()
755 newChain->ruleHeader = orNode; in parse()
757 currentChain = newChain; in parse()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurrule.cpp717 RuleChain *newChain = new RuleChain; in parse() local
718 if (newChain == nullptr) { in parse()
722 newChain->fKeyword = token; in parse()
724 prules->mRules = newChain; in parse()
733 newChain->fNext = insertAfter->fNext; in parse()
734 insertAfter->fNext = newChain; in parse()
741 newChain->ruleHeader = orNode; in parse()
743 currentChain = newChain; in parse()
/third_party/openssl/test/
H A Dcmp_ctx_test.c96 && ctx->newChain == NULL in execute_CTX_reinit_test()
783 DEFINE_SET_GET_SK_X509_TEST(ossl_cmp, ctx, 1, 1, newChain) in DEFINE_SET_CB_TEST()
/third_party/glslang/SPIRV/
H A DSpvBuilder.h766 void setAccessChain(AccessChain newChain) { accessChain = newChain; } in setAccessChain() argument

Completed in 23 milliseconds