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

/opensolaris-onvv-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.c515 retval = find_attr(NID_localKeyID, cmpstr, pkeys, &tmp_pkey, certs,
588 retval = find_attr(NID_friendlyName, cmpstr, pkeys, &tmp_pkey, certs,
H A Dauxutil.c275 * find_attr - Look for a given attribute of the type associated with the NID.
320 find_attr(int nid, ASN1_STRING *str, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey, function
/opensolaris-onvv-gate/usr/src/uts/common/crypto/io/
H A Decc.c235 static int find_attr(crypto_object_attribute_t *, uint_t, uint64_t);
296 find_attr(crypto_object_attribute_t *attr, uint_t nattr, uint64_t attr_type) function
321 if ((attr_idx = find_attr(template, nattr, attr_type)) == -1)
1111 if ((point_idx = find_attr(pub_out_template, pub_out_attribute_count,
1117 if ((value_idx = find_attr(pri_out_template, pri_out_attribute_count,
1122 if ((params_idx = find_attr(pub_template, pub_attribute_count,
1246 if ((value_idx = find_attr(attrs, base_key->ck_count,
1251 if ((params_idx = find_attr(attrs, base_key->ck_count,
1276 if ((out_value_idx = find_attr(out_attrs, out_attr_count,
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c197 static int find_attr(int, ASN1_STRING *, STACK_OF(EVP_PKEY) *,
1212 retval = find_attr(NID_localKeyID, cmpstr, pkeys, &tmp_pkey, certs,
1285 retval = find_attr(NID_friendlyName, cmpstr, pkeys, &tmp_pkey, certs,
2537 * find_attr - Look for a given attribute of the type associated with the NID.
2582 find_attr(int nid, ASN1_STRING *str, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey, function
/opensolaris-onvv-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c4214 find_attr(STACK_OF(X509_ATTRIBUTE) *attrs, int nid)
4259 attr = find_attr(pkey->attributes, NID_friendlyName);
4278 attr = find_attr(pkey->attributes, NID_localKeyID);

Completed in 167 milliseconds