Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509v3/
Dv3_admis.c26 ASN1_OPT(NAMING_AUTHORITY, namingAuthorityUrl, ASN1_IA5STRING),
82 && namingAuthority->namingAuthorityUrl == NULL) in i2r_NAMING_AUTHORITY()
107 if (namingAuthority->namingAuthorityUrl != NULL ) { in i2r_NAMING_AUTHORITY()
109 || ASN1_STRING_print(bp, namingAuthority->namingAuthorityUrl) <= 0 in i2r_NAMING_AUTHORITY()
220 return n->namingAuthorityUrl; in NAMING_AUTHORITY_get0_authorityURL()
225 ASN1_IA5STRING_free(n->namingAuthorityUrl); in NAMING_AUTHORITY_set0_authorityURL()
226 n->namingAuthorityUrl = u; in NAMING_AUTHORITY_set0_authorityURL()
Dv3_admis.h15 ASN1_IA5STRING* namingAuthorityUrl; member
/third_party/openssl/doc/man3/
DADMISSIONS.pod53 ASN1_IA5STRING* namingAuthorityUrl);
/third_party/openssl/include/openssl/
Dx509v3.h896 ASN1_IA5STRING* namingAuthorityUrl);