Searched refs:localKeyId (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dcollector.c39 heim_octet_string localKeyId; member in struct:private_key
109 der_free_octet_string(&key->localKeyId);
119 const heim_octet_string *localKeyId)
153 if (localKeyId) {
154 ret = der_copy_octet_string(localKeyId, &key->localKeyId);
157 "Failed to copy localKeyId");
161 memset(&key->localKeyId, 0, sizeof(key->localKeyId));
182 if (value->localKeyId
114 _hx509_collector_private_key_add(hx509_context context, struct hx509_collector *c, const AlgorithmIdentifier *alg, hx509_private_key private_key, const heim_octet_string *key_data, const heim_octet_string *localKeyId) argument
[all...]
H A Dks_p11.c608 heim_octet_string localKeyId; local
613 localKeyId.data = query[0].pValue;
614 localKeyId.length = query[0].ulValueLen;
658 &localKeyId);

Completed in 99 milliseconds