Searched refs:namingAuthorityId (Results 1 – 25 of 65) sorted by relevance
123
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_admis.c | 24 ASN1_OPT(NAMING_AUTHORITY, namingAuthorityId, ASN1_OBJECT), 79 if (namingAuthority->namingAuthorityId == NULL in i2r_NAMING_AUTHORITY() 87 if (namingAuthority->namingAuthorityId != NULL) { in i2r_NAMING_AUTHORITY() 89 const char *ln = OBJ_nid2ln(OBJ_obj2nid(namingAuthority->namingAuthorityId)); in i2r_NAMING_AUTHORITY() 94 OBJ_obj2txt(objbuf, sizeof(objbuf), namingAuthority->namingAuthorityId, 1); in i2r_NAMING_AUTHORITY() 207 return n->namingAuthorityId; in NAMING_AUTHORITY_get0_authorityId() 212 ASN1_OBJECT_free(n->namingAuthorityId); in NAMING_AUTHORITY_set0_authorityId() 213 n->namingAuthorityId = id; in NAMING_AUTHORITY_set0_authorityId()
|
D | v3_admis.h | 14 ASN1_OBJECT* namingAuthorityId; member
|
/third_party/openssl/crypto/x509/ |
D | v3_admis.c | 24 ASN1_OPT(NAMING_AUTHORITY, namingAuthorityId, ASN1_OBJECT), 79 if (namingAuthority->namingAuthorityId == NULL in i2r_NAMING_AUTHORITY() 87 if (namingAuthority->namingAuthorityId != NULL) { in i2r_NAMING_AUTHORITY() 89 const char *ln = OBJ_nid2ln(OBJ_obj2nid(namingAuthority->namingAuthorityId)); in i2r_NAMING_AUTHORITY() 94 OBJ_obj2txt(objbuf, sizeof(objbuf), namingAuthority->namingAuthorityId, 1); in i2r_NAMING_AUTHORITY() 207 return n->namingAuthorityId; in NAMING_AUTHORITY_get0_authorityId() 212 ASN1_OBJECT_free(n->namingAuthorityId); in NAMING_AUTHORITY_set0_authorityId() 213 n->namingAuthorityId = id; in NAMING_AUTHORITY_set0_authorityId()
|
D | v3_admis.h | 14 ASN1_OBJECT* namingAuthorityId; member
|
/third_party/openssl/doc/man3/ |
D | ADMISSIONS.pod | 49 ASN1_OBJECT* namingAuthorityId);
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509v3.h | 894 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | x509v3.h.in | 973 ASN1_OBJECT* namingAuthorityId);
|
/third_party/openssl/include/openssl/ |
D | x509v3.h.in | 973 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
D | x509v3.h | 1406 ASN1_OBJECT* namingAuthorityId);
|
123