Searched refs:find_attr (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/crypto/io/ |
H A D | ecc.c | 231 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) in find_attr() function 313 if ((attr_idx = find_attr(template, nattr, attr_type)) == -1) in get_template_attr_scalar_common() 1103 if ((point_idx = find_attr(pub_out_template, pub_out_attribute_count, in ecc_nostore_key_generate_pair() 1109 if ((value_idx = find_attr(pri_out_template, pri_out_attribute_count, in ecc_nostore_key_generate_pair() 1114 if ((params_idx = find_attr(pub_template, pub_attribute_count, in ecc_nostore_key_generate_pair() 1231 if ((value_idx = find_attr(attrs, base_key->ck_count, in ecc_nostore_key_derive() 1236 if ((params_idx = find_attr(attrs, base_key->ck_count, in ecc_nostore_key_derive() 1261 if ((out_value_idx = find_attr(out_attrs, out_attr_count, in ecc_nostore_key_derive()
|
/titanic_50/usr/src/common/net/wanboot/ |
H A D | auxutil.h | 26 int find_attr(int, ASN1_STRING *, STACK_OF(EVP_PKEY) *, EVP_PKEY **,
|
H A D | p12misc.c | 523 retval = find_attr(NID_localKeyID, cmpstr, pkeys, &tmp_pkey, certs, in sunw_find_localkeyid() 596 retval = find_attr(NID_friendlyName, cmpstr, pkeys, &tmp_pkey, certs, in sunw_find_fname()
|
H A D | auxutil.c | 328 find_attr(int nid, ASN1_STRING *str, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey, function
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | p12lib.c | 201 static int find_attr(int, ASN1_STRING *, STACK_OF(EVP_PKEY) *, 1220 retval = find_attr(NID_localKeyID, cmpstr, pkeys, &tmp_pkey, certs, in sunw_find_localkeyid() 1293 retval = find_attr(NID_friendlyName, cmpstr, pkeys, &tmp_pkey, certs, in sunw_find_fname() 2594 find_attr(int nid, ASN1_STRING *str, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey, function
|
/titanic_50/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 4225 find_attr(STACK_OF(X509_ATTRIBUTE) *attrs, int nid) in find_attr() function 4270 attr = find_attr(pkey->attributes, NID_friendlyName); in convertToRawKey() 4294 attr = find_attr(pkey->attributes, NID_localKeyID); in convertToRawKey()
|