Searched refs:NID_friendlyName (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/pkcs12/ |
D | p12_attr.c | 41 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName, in PKCS12_add_friendlyname_asc() 51 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName, in PKCS12_add_friendlyname_utf8() 61 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName, in PKCS12_add_friendlyname_uni() 91 if ((atype = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName)) == NULL) in PKCS12_get_friendlyname()
|
D | p12_kiss.c | 186 if ((attrib = PKCS12_SAFEBAG_get0_attr(bag, NID_friendlyName))) in parse_bag()
|
/third_party/openssl/crypto/asn1/ |
D | tbl_standard.h | 46 {NID_friendlyName, -1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK},
|
/third_party/openssl/crypto/objects/ |
D | obj_dat.h | 1239 {"friendlyName", "friendlyName", NID_friendlyName, 9, &so[892]},
|
/third_party/openssl/include/openssl/ |
D | obj_mac.h | 1045 #define NID_friendlyName 156 macro
|