Searched refs:NAMING_AUTHORITY (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_admis.c | 23 ASN1_SEQUENCE(NAMING_AUTHORITY) = { 24 ASN1_OPT(NAMING_AUTHORITY, namingAuthorityId, ASN1_OBJECT), 25 ASN1_OPT(NAMING_AUTHORITY, namingAuthorityUrl, ASN1_IA5STRING), 26 ASN1_OPT(NAMING_AUTHORITY, namingAuthorityText, DIRECTORYSTRING), 27 } ASN1_SEQUENCE_END(NAMING_AUTHORITY) 30 ASN1_EXP_OPT(PROFESSION_INFO, namingAuthority, NAMING_AUTHORITY, 0), 39 ASN1_EXP_OPT(ADMISSIONS, namingAuthority, NAMING_AUTHORITY, 1), 48 IMPLEMENT_ASN1_FUNCTIONS(NAMING_AUTHORITY) 73 NAMING_AUTHORITY *namingAuthority = (NAMING_AUTHORITY *) in; in i2r_NAMING_AUTHORITY() 205 const ASN1_OBJECT *NAMING_AUTHORITY_get0_authorityId(const NAMING_AUTHORITY *n) in NAMING_AUTHORITY_get0_authorityId() [all …]
|
H A D | v3_admis.h | 20 NAMING_AUTHORITY* namingAuthority; 29 NAMING_AUTHORITY* namingAuthority;
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ADMISSIONS.pod | 17 NAMING_AUTHORITY, 40 typedef struct NamingAuthority_st NAMING_AUTHORITY; 47 const NAMING_AUTHORITY *n); 48 void NAMING_AUTHORITY_set0_authorityId(NAMING_AUTHORITY *n, 51 const NAMING_AUTHORITY *n); 52 void NAMING_AUTHORITY_set0_authorityURL(NAMING_AUTHORITY *n, 55 const NAMING_AUTHORITY *n); 56 void NAMING_AUTHORITY_set0_authorityText(NAMING_AUTHORITY *n, 70 const NAMING_AUTHORITY *ADMISSIONS_get0_namingAuthority(const ADMISSIONS *a); 71 void ADMISSIONS_set0_namingAuthority(ADMISSIONS *a, NAMING_AUTHORITY *na); [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 952 typedef struct NamingAuthority_st NAMING_AUTHORITY; typedef 956 DECLARE_ASN1_FUNCTIONS(NAMING_AUTHORITY) 967 const NAMING_AUTHORITY *n); 969 const NAMING_AUTHORITY *n); 971 const NAMING_AUTHORITY *n); 972 void NAMING_AUTHORITY_set0_authorityId(NAMING_AUTHORITY *n, 974 void NAMING_AUTHORITY_set0_authorityURL(NAMING_AUTHORITY *n, 976 void NAMING_AUTHORITY_set0_authorityText(NAMING_AUTHORITY *n, 989 const NAMING_AUTHORITY *ADMISSIONS_get0_namingAuthority(const ADMISSIONS *a); 990 void ADMISSIONS_set0_namingAuthority(ADMISSIONS *a, NAMING_AUTHORITY *na); [all …]
|
H A D | x509v3.h | 1336 typedef struct NamingAuthority_st NAMING_AUTHORITY; typedef 1340 DECLARE_ASN1_FUNCTIONS(NAMING_AUTHORITY) 1400 const NAMING_AUTHORITY *n); 1402 const NAMING_AUTHORITY *n); 1404 const NAMING_AUTHORITY *n); 1405 void NAMING_AUTHORITY_set0_authorityId(NAMING_AUTHORITY *n, 1407 void NAMING_AUTHORITY_set0_authorityURL(NAMING_AUTHORITY *n, 1409 void NAMING_AUTHORITY_set0_authorityText(NAMING_AUTHORITY *n, 1422 const NAMING_AUTHORITY *ADMISSIONS_get0_namingAuthority(const ADMISSIONS *a); 1423 void ADMISSIONS_set0_namingAuthority(ADMISSIONS *a, NAMING_AUTHORITY *na); [all …]
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 56 NAMING_AUTHORITY datatype
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2560 MLINKS+= ADMISSIONS.3 NAMING_AUTHORITY.3
|