Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcollector.c41 heim_octet_string localKeyId; member
111 der_free_octet_string(&key->localKeyId); in free_private_key()
121 const heim_octet_string *localKeyId) in _hx509_collector_private_key_add() argument
155 if (localKeyId) { in _hx509_collector_private_key_add()
156 ret = der_copy_octet_string(localKeyId, &key->localKeyId); in _hx509_collector_private_key_add()
163 memset(&key->localKeyId, 0, sizeof(key->localKeyId)); in _hx509_collector_private_key_add()
184 if (value->localKeyId.length == 0) { in match_localkeyid()
193 q.local_key_id = &value->localKeyId; in match_localkeyid()
H A Dks_p11.c633 heim_octet_string localKeyId; in collect_private_key() local
638 localKeyId.data = query[0].pValue; in collect_private_key()
639 localKeyId.length = query[0].ulValueLen; in collect_private_key()
702 &localKeyId); in collect_private_key()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DPKCS12_add_localkeyid.pod5 PKCS12_add_localkeyid - Add the localKeyId attribute to a PKCS#12 safeBag
17 localKeyId attribute to a PKCS#12 safeBag.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dpkcs9.asn119 id-pkcs-9-at-localKeyId OBJECT IDENTIFIER ::= {id-pkcs-9 21}