Home
last modified time | relevance | path

Searched refs:oa_type (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c108 k_attrs[i].oa_type = in_key->ck_attrs[i].oa_type; in crypto_copy_key_to_ctx()
352 if (key->ck_attrs[i].oa_type == type) { in crypto_get_key_attr()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelUtil.c40 cur_attr->oa_type = type; \
566 cur_attr->oa_type = tmp.type; in get_ec_private_key()
638 cur_attr->oa_type = tmp.type; in get_ec_public_key()
709 cur_attr->oa_type = pTemplate[i].type; in process_object_attributes()
778 if (pTemplate[i].type != cur_attr->oa_type) { in get_object_attributes()
1091 obj_attr.oa_type = CKA_PRIVATE; in get_cka_private_value()
H A DkernelKeys.c2029 attrs[0].oa_type = tmp.type; in get_base_key_attributes()
2059 attrs[1].oa_type = tmp.type; in get_base_key_attributes()
2105 attrs[0].oa_type = tmp.type; in get_base_key_attributes()
2128 attrs[1].oa_type = tmp.type; in get_base_key_attributes()
2146 attrs[2].oa_type = tmp.type; in get_base_key_attributes()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h330 crypto_attr_type_t oa_type; /* attribute type */ member
358 uint64_t oa_type; /* attribute type */ member
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c7152 type = template[tmpl_idx].oa_type; in dprov_object_task()
7572 attribute.oa_type = DPROV_CKA_CLASS; in dprov_key_task()
7593 attribute.oa_type = DPROV_CKA_VALUE; in dprov_key_task()
7715 attribute.oa_type = DPROV_CKA_CLASS; in dprov_key_task()
7764 attribute.oa_type = DPROV_CKA_CLASS; in dprov_key_task()
9018 attr[i].oa_type == attr_type) in dprov_find_attr()
9205 type = template[attr].oa_type; in dprov_create_object_from_template()
9289 type = template[ta_idx].oa_type; in dprov_attributes_match()
9431 type = template[i].oa_type; in dprov_object_set_attr()
9458 object->do_attr[j].oa_type = type; in dprov_object_set_attr()
[all …]
H A Decc.c293 if (attr[i].oa_value != NULL && attr[i].oa_type == attr_type) in find_attr()
H A Dcrypto.c2339 k_attrs[i].oa_type = STRUCT_FGET(oa, oa_type); in copyin_attributes()
4586 STRUCT_FSET(oa, oa_type, k_attrs[i].oa_type); in copyout_attributes()
H A Ddca.c3582 if (attrp->oa_type == atype) in dca_find_attribute()