Searched refs:template_attribute_find (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dhwf_obj.c301 found = template_attribute_find(tmpl, CKA_HW_FEATURE_TYPE, &attr);
318 found = template_attribute_find(tmpl, CKA_VALUE, &attr);
334 found = template_attribute_find(tmpl, CKA_VALUE, &attr);
339 found = template_attribute_find(tmpl, CKA_HAS_RESET, &attr);
344 found = template_attribute_find(tmpl, CKA_RESET_ON_INIT, &attr);
H A Dsign_mgr.c56 rc = template_attribute_find(key_obj->template, CKA_SIGN, &attr);
69 rc = template_attribute_find(key_obj->template,
82 flag = template_attribute_find(key_obj->template,
102 rc = template_attribute_find(key_obj->template,
115 flag = template_attribute_find(key_obj->template,
142 rc = template_attribute_find(key_obj->template,
179 rc = template_attribute_find(key_obj->template,
H A Dverify_mgr.c60 rc = template_attribute_find(key_obj->template, CKA_VERIFY, &attr);
73 rc = template_attribute_find(key_obj->template,
84 flag = template_attribute_find(key_obj->template,
104 rc = template_attribute_find(key_obj->template,
115 flag = template_attribute_find(key_obj->template,
140 rc = template_attribute_find(key_obj->template,
175 rc = template_attribute_find(key_obj->template,
H A Dcert.c312 found = template_attribute_find(tmpl,
356 found = template_attribute_find(tmpl, CKA_SUBJECT, &attr);
360 found = template_attribute_find(tmpl, CKA_VALUE, &attr);
H A Ddecr_mgr.c59 rc = template_attribute_find(key_obj->template,
75 rc = template_attribute_find(key_obj->template,
94 rc = template_attribute_find(key_obj->template,
H A Dencr_mgr.c58 rc = template_attribute_find(key_obj->template,
74 rc = template_attribute_find(key_obj->template,
94 rc = template_attribute_find(key_obj->template,
H A Dkey.c301 found = template_attribute_find(tmpl, CKA_KEY_TYPE, &attr);
1106 found = template_attribute_find(tmpl, CKA_MODULUS, &attr);
1113 found = template_attribute_find(tmpl, CKA_MODULUS_BITS, &attr);
1120 found = template_attribute_find(tmpl, CKA_PUBLIC_EXPONENT, &attr);
1230 found = template_attribute_find(tmpl, CKA_MODULUS, &attr);
1256 found = template_attribute_find(tmpl, CKA_PUBLIC_EXPONENT, &attr);
1263 found = template_attribute_find(tmpl, CKA_PRIVATE_EXPONENT, &attr);
1270 found = template_attribute_find(tmpl, CKA_PRIME_1, &attr);
1277 found = template_attribute_find(tmpl, CKA_PRIME_2, &attr);
1284 found = template_attribute_find(tmp
[all...]
H A Dobject.c369 rc = template_attribute_find(o->template, CKA_SENSITIVE, &attr);
383 rc = template_attribute_find(o->template, CKA_EXTRACTABLE,
582 found = template_attribute_find(obj->template, CKA_MODIFIABLE, &attr);
602 found = template_attribute_find(obj->template, CKA_PRIVATE, &attr);
631 found = template_attribute_find(obj->template,
684 flag = template_attribute_find(obj_tmpl,
H A Dkey_mgr.c167 flag = template_attribute_find(priv_key_obj->template,
186 flag = template_attribute_find(priv_key_obj->template,
263 rc = template_attribute_find(key2_obj->template,
274 rc = template_attribute_find(key2_obj->template, CKA_CLASS, &attr);
291 rc = template_attribute_find(key2_obj->template,
H A Dmech_rsa.c64 rc = template_attribute_find(key_obj->template, CKA_CLASS, &attr);
94 rc = template_attribute_find(key_obj->template, CKA_CLASS, &attr);
126 rc = template_attribute_find(key_obj->template, CKA_CLASS, &attr);
156 rc = template_attribute_find(key_obj->template, CKA_CLASS, &attr);
194 flag = template_attribute_find(key_obj->template, CKA_MODULUS, &attr);
237 flag = template_attribute_find(key_obj->template, CKA_MODULUS, &attr);
284 flag = template_attribute_find(key_obj->template, CKA_MODULUS, &attr);
324 flag = template_attribute_find(key_obj->template, CKA_MODULUS, &attr);
366 flag = template_attribute_find(key_obj->template, CKA_MODULUS, &attr);
H A Ddig_mgr.c459 rc = template_attribute_find(key_obj->template, CKA_CLASS, &attr);
468 rc = template_attribute_find(key_obj->template, CKA_VALUE, &attr);
H A Dtemplate.c415 // template_attribute_find()
420 template_attribute_find(TEMPLATE * tmpl, function
459 parselist[i].found = template_attribute_find(
546 found = template_attribute_find(tmpl, CKA_CLASS, &attr);
569 rc = template_attribute_find(t2, attr1->type, &attr2);
962 val = template_attribute_find(tmpl, CKA_SENSITIVE, &attr);
H A Dtpm_specific.c468 flag = template_attribute_find(tmpl, CKA_PUBLIC_EXPONENT,
786 if (template_attribute_find(obj->template, CKA_KEY_TYPE,
797 if (template_attribute_find(obj->template, CKA_CLASS,
816 if (template_attribute_find(obj->template, CKA_PRIME_1,
818 if (template_attribute_find(obj->template,
830 if (template_attribute_find(obj->template, CKA_MODULUS,
856 if (template_attribute_find(obj->template,
2205 flag = template_attribute_find(publ_tmpl, CKA_MODULUS_BITS, &attr);
2340 if (template_attribute_find(key_obj->template, CKA_CLASS,
2346 rc = template_attribute_find(key_ob
[all...]
H A Dmech_md5.c366 rc = template_attribute_find(key_obj->template, CKA_VALUE, &attr);
H A Dmech_sha.c100 rc = template_attribute_find(key_obj->template, CKA_VALUE, &attr);
H A Dobj_mgr.c1287 (template_attribute_find(obj->template,
1295 (template_attribute_find(obj->template,
H A Dtpmtok_int.h1042 CK_BBOOL template_attribute_find(TEMPLATE *,

Completed in 72 milliseconds