Home
last modified time | relevance | path

Searched refs:NID_localKeyID (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_attr.c20 if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID, in PKCS12_add_localkeyid()
H A Dp12_kiss.c196 if ((attrib = PKCS12_SAFEBAG_get0_attr(bag, NID_localKeyID))) in parse_bag()
/freebsd/crypto/openssl/test/helpers/
H A Dpkcs12.c357 } else if (attr_nid == NID_localKeyID) { in add_attributes()
/freebsd/crypto/openssl/apps/
H A Dpkcs12.c960 if (PKCS12_SAFEBAG_get0_attr(bag, NID_localKeyID)) { in dump_certs_pkeys_bag()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h1279 {"localKeyID", "localKeyID", NID_localKeyID, 9, &so[901]},
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h1082 #define NID_localKeyID 157 macro