Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c306 k_attrs[i].oa_type = in_key->ck_attrs[i].oa_type; in crypto_copy_key_to_ctx()
550 if (key->ck_attrs[i].oa_type == type) { in crypto_get_key_attr()
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelUtil.c39 cur_attr->oa_type = type; \
677 cur_attr->oa_type = tmp.type; in get_ec_private_key()
749 cur_attr->oa_type = tmp.type; in get_ec_public_key()
820 cur_attr->oa_type = pTemplate[i].type; in process_object_attributes()
889 if (pTemplate[i].type != cur_attr->oa_type) { in get_object_attributes()
1202 obj_attr.oa_type = CKA_PRIVATE; in get_cka_private_value()
H A DkernelKeys.c2034 attrs[0].oa_type = tmp.type; in get_base_key_attributes()
2064 attrs[1].oa_type = tmp.type; in get_base_key_attributes()
2110 attrs[0].oa_type = tmp.type; in get_base_key_attributes()
2133 attrs[1].oa_type = tmp.type; in get_base_key_attributes()
2151 attrs[2].oa_type = tmp.type; in get_base_key_attributes()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dcommon.h324 crypto_attr_type_t oa_type; /* attribute type */ member
352 uint64_t oa_type; /* attribute type */ member
/titanic_41/usr/src/uts/common/crypto/io/
H A Ddprov.c7126 type = template[tmpl_idx].oa_type; in dprov_object_task()
7546 attribute.oa_type = DPROV_CKA_CLASS; in dprov_key_task()
7557 attribute.oa_type = DPROV_CKA_KEY_TYPE; in dprov_key_task()
7567 attribute.oa_type = DPROV_CKA_VALUE; in dprov_key_task()
7689 attribute.oa_type = DPROV_CKA_CLASS; in dprov_key_task()
7700 attribute.oa_type = DPROV_CKA_KEY_TYPE; in dprov_key_task()
7710 attribute.oa_type = DPROV_CKA_MODULUS; in dprov_key_task()
7720 attribute.oa_type = DPROV_CKA_PUBLIC_EXPONENT; in dprov_key_task()
7738 attribute.oa_type = DPROV_CKA_CLASS; in dprov_key_task()
7749 attribute.oa_type = DPROV_CKA_KEY_TYPE; in dprov_key_task()
[all …]
H A Decc.c293 if (attr[i].oa_value != NULL && attr[i].oa_type == attr_type) in find_attr()
H A Dcrypto.c2303 k_attrs[i].oa_type = STRUCT_FGET(oa, oa_type); in copyin_attributes()
4499 STRUCT_FSET(oa, oa_type, k_attrs[i].oa_type); in copyout_attributes()
H A Ddca.c3626 if (attrp->oa_type == atype) in dca_find_attribute()
/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslioctl.c334 newattrs[i].oa_type = att.ka_type; in extract_private_key()