Home
last modified time | relevance | path

Searched refs:rfc822Name (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-extensions.c222 mbedtls_x509_name rfc822Name; in lws_mbedtls_x509_parse_general_name() local
252 rfc822Name.MBEDTLS_PRIVATE(next) = NULL; in lws_mbedtls_x509_parse_general_name()
253 ret = mbedtls_x509_get_name( p, end, &rfc822Name ); in lws_mbedtls_x509_parse_general_name()
255 lws_x509_clean_name(&rfc822Name); in lws_mbedtls_x509_parse_general_name()
262 &rfc822Name, sizeof(rfc822Name)); in lws_mbedtls_x509_parse_general_name()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_ncons.c290 gntmp.d.rfc822Name = X509_NAME_ENTRY_get_data(ne); in NAME_CONSTRAINTS_check()
291 if (gntmp.d.rfc822Name->type != V_ASN1_IA5STRING) in NAME_CONSTRAINTS_check()
552 return nc_email_eai(gen->d.otherName->value, base->d.rfc822Name); in nc_match_single()
565 return nc_email(gen->d.rfc822Name, base->d.rfc822Name); in nc_match_single()
Dv3_genn.c34 ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL),
Dv3_utl.c944 cstr = gen->d.rfc822Name; in do_x509_check()
/third_party/openssl/crypto/x509/
Dv3_ncons.c290 gntmp.d.rfc822Name = X509_NAME_ENTRY_get_data(ne); in NAME_CONSTRAINTS_check()
291 if (gntmp.d.rfc822Name->type != V_ASN1_IA5STRING) in NAME_CONSTRAINTS_check()
552 return nc_email_eai(gen->d.otherName->value, base->d.rfc822Name); in nc_match_single()
565 return nc_email(gen->d.rfc822Name, base->d.rfc822Name); in nc_match_single()
Dv3_genn.c34 ASN1_IMP(GENERAL_NAME, d.rfc822Name, ASN1_IA5STRING, GEN_EMAIL),
Dv3_utl.c944 cstr = gen->d.rfc822Name; in do_x509_check()
/third_party/node/deps/npm/node_modules/sigstore/dist/x509/
Dext.d.ts25 get rfc822Name(): string | undefined;
Dext.js68 get rfc822Name() { getter in x509SubjectAlternativeNameExtension
/third_party/node/deps/npm/node_modules/sigstore/dist/ca/verify/
Dsigner.js95 sanValue = sanExtension.rfc822Name;
/third_party/node/deps/openssl/openssl/include/openssl/
Dx509v3.h.in155 ASN1_IA5STRING *rfc822Name; member
166 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/openssl/include/openssl/
Dx509v3.h.in155 ASN1_IA5STRING *rfc822Name; member
166 ASN1_IA5STRING *ia5; /* rfc822Name, dNSName,
/third_party/openssl/ohos_lite/include/openssl/
Dx509v3.h137 ASN1_IA5STRING *rfc822Name; member
/third_party/node/src/crypto/
Dcrypto_common.cc695 ASN1_IA5STRING* name = gen->d.rfc822Name; in PrintGeneralName()
/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md706 * Added `GeneralName` accessors for `rfc822Name` and `uri` variants.
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
Dx509v3.h178 ASN1_IA5STRING *rfc822Name; member
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dx509v3.h178 ASN1_IA5STRING *rfc822Name; member
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
Dx509v3.h178 ASN1_IA5STRING *rfc822Name; member
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
Dx509v3.h178 ASN1_IA5STRING *rfc822Name; member
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/include/openssl/
Dx509v3.h178 ASN1_IA5STRING *rfc822Name; member
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
Dx509v3.h178 ASN1_IA5STRING *rfc822Name; member
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/
Dx509v3.h178 ASN1_IA5STRING *rfc822Name; member
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
Dx509v3.h178 ASN1_IA5STRING *rfc822Name; member
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/
Dx509v3.h178 ASN1_IA5STRING *rfc822Name; member
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
Dx509v3.h178 ASN1_IA5STRING *rfc822Name; member

1234