Searched refs:find_attr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dauxutil.h26 int find_attr(int, ASN1_STRING *, STACK_OF(EVP_PKEY) *, EVP_PKEY **,
H A Dp12misc.c523 retval = find_attr(NID_localKeyID, cmpstr, pkeys, &tmp_pkey, certs,
596 retval = find_attr(NID_friendlyName, cmpstr, pkeys, &tmp_pkey, certs,
H A Dauxutil.c283 * find_attr - Look for a given attribute of the type associated with the NID.
328 find_attr(int nid, ASN1_STRING *str, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey, function
/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c231 static int find_attr(crypto_object_attribute_t *, uint_t, uint64_t);
288 find_attr(crypto_object_attribute_t *attr, uint_t nattr, uint64_t attr_type) function
313 if ((attr_idx = find_attr(template, nattr, attr_type)) == -1)
1103 if ((point_idx = find_attr(pub_out_template, pub_out_attribute_count,
1109 if ((value_idx = find_attr(pri_out_template, pri_out_attribute_count,
1114 if ((params_idx = find_attr(pub_template, pub_attribute_count,
1231 if ((value_idx = find_attr(attrs, base_key->ck_count,
1236 if ((params_idx = find_attr(attrs, base_key->ck_count,
1261 if ((out_value_idx = find_attr(out_attrs, out_attr_count,
/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c201 static int find_attr(int, ASN1_STRING *, STACK_OF(EVP_PKEY) *,
1220 retval = find_attr(NID_localKeyID, cmpstr, pkeys, &tmp_pkey, certs,
1293 retval = find_attr(NID_friendlyName, cmpstr, pkeys, &tmp_pkey, certs,
2549 * find_attr - Look for a given attribute of the type associated with the NID.
2594 find_attr(int nid, ASN1_STRING *str, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey, function
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c4225 find_attr(STACK_OF(X509_ATTRIBUTE) *attrs, int nid)
4270 attr = find_attr(pkey->attributes, NID_friendlyName);
4294 attr = find_attr(pkey->attributes, NID_localKeyID);

Completed in 88 milliseconds