Home
last modified time | relevance | path

Searched refs:subjectAltNames (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_ctx.c224 sk_GENERAL_NAME_pop_free(ctx->subjectAltNames, GENERAL_NAME_free); in OSSL_CMP_CTX_free()
695 if (sk_GENERAL_NAME_num(ctx->subjectAltNames) > 0 && exts != NULL in DEFINE_OSSL_CMP_CTX_set1_up_ref()
737 if (ctx->subjectAltNames == NULL in OSSL_CMP_CTX_push1_subjectAltName()
738 && (ctx->subjectAltNames = sk_GENERAL_NAME_new_null()) == NULL) in OSSL_CMP_CTX_push1_subjectAltName()
742 if (!sk_GENERAL_NAME_push(ctx->subjectAltNames, name_dup)) { in OSSL_CMP_CTX_push1_subjectAltName()
H A Dcmp_msg.c253 (sk_GENERAL_NAME_num((ctx)->subjectAltNames) > 0 \
337 if (sk_GENERAL_NAME_num(ctx->subjectAltNames) > 0 in OSSL_CMP_CTX_setup_CRM()
339 crit, ctx->subjectAltNames)) in OSSL_CMP_CTX_setup_CRM()
H A Dcmp_local.h107 STACK_OF(GENERAL_NAME) *subjectAltNames; /* to add to the cert template */ member
/third_party/openssl/crypto/cmp/
H A Dcmp_ctx.c224 sk_GENERAL_NAME_pop_free(ctx->subjectAltNames, GENERAL_NAME_free); in OSSL_CMP_CTX_free()
695 if (sk_GENERAL_NAME_num(ctx->subjectAltNames) > 0 && exts != NULL in DEFINE_OSSL_CMP_CTX_set1_up_ref()
737 if (ctx->subjectAltNames == NULL in OSSL_CMP_CTX_push1_subjectAltName()
738 && (ctx->subjectAltNames = sk_GENERAL_NAME_new_null()) == NULL) in OSSL_CMP_CTX_push1_subjectAltName()
742 if (!sk_GENERAL_NAME_push(ctx->subjectAltNames, name_dup)) { in OSSL_CMP_CTX_push1_subjectAltName()
H A Dcmp_msg.c253 (sk_GENERAL_NAME_num((ctx)->subjectAltNames) > 0 \
337 if (sk_GENERAL_NAME_num(ctx->subjectAltNames) > 0 in OSSL_CMP_CTX_setup_CRM()
339 crit, ctx->subjectAltNames)) in OSSL_CMP_CTX_setup_CRM()
H A Dcmp_local.h107 STACK_OF(GENERAL_NAME) *subjectAltNames; /* to add to the cert template */ member
/third_party/openssl/test/
H A Dcmp_ctx_test.c767 DEFINE_PUSH_TEST(1, 1, subjectAltNames, subjectAltName, GENERAL_NAME) in DEFINE_SET_CB_TEST()

Completed in 13 milliseconds