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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c306 k_attrs[i].oa_type = in_key->ck_attrs[i].oa_type;
550 if (key->ck_attrs[i].oa_type == type) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelUtil.c39 cur_attr->oa_type = type; \
677 cur_attr->oa_type = tmp.type;
749 cur_attr->oa_type = tmp.type;
820 cur_attr->oa_type = pTemplate[i].type;
889 if (pTemplate[i].type != cur_attr->oa_type) {
1202 obj_attr.oa_type = CKA_PRIVATE;
H A DkernelKeys.c2034 attrs[0].oa_type = tmp.type;
2064 attrs[1].oa_type = tmp.type;
2110 attrs[0].oa_type = tmp.type;
2133 attrs[1].oa_type = tmp.type;
2151 attrs[2].oa_type = tmp.type;
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h329 crypto_attr_type_t oa_type; /* attribute type */ member in struct:crypto_object_attribute
357 uint64_t oa_type; /* attribute type */ member in struct:crypto_object_attribute32
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c7126 type = template[tmpl_idx].oa_type;
7546 attribute.oa_type = DPROV_CKA_CLASS;
7557 attribute.oa_type = DPROV_CKA_KEY_TYPE;
7567 attribute.oa_type = DPROV_CKA_VALUE;
7689 attribute.oa_type = DPROV_CKA_CLASS;
7700 attribute.oa_type = DPROV_CKA_KEY_TYPE;
7710 attribute.oa_type = DPROV_CKA_MODULUS;
7720 attribute.oa_type = DPROV_CKA_PUBLIC_EXPONENT;
7738 attribute.oa_type = DPROV_CKA_CLASS;
7749 attribute.oa_type
[all...]
H A Decc.c293 if (attr[i].oa_value != NULL && attr[i].oa_type == attr_type)
H A Dcrypto.c2303 k_attrs[i].oa_type = STRUCT_FGET(oa, oa_type);
4499 STRUCT_FSET(oa, oa_type, k_attrs[i].oa_type);
H A Ddca.c3621 if (attrp->oa_type == atype)
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslioctl.c334 newattrs[i].oa_type = att.ka_type;

Completed in 143 milliseconds