Home
last modified time | relevance | path

Searched refs:publ_tmpl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey_mgr.c61 CK_ATTRIBUTE * publ_tmpl, in key_mgr_generate_key_pair() argument
79 if (! publ_tmpl && (publ_count != 0)) { in key_mgr_generate_key_pair()
87 if (publ_tmpl[i].type == CKA_CLASS) { in key_mgr_generate_key_pair()
88 keyclass = *(CK_OBJECT_CLASS *)publ_tmpl[i].pValue; in key_mgr_generate_key_pair()
94 if (publ_tmpl[i].type == CKA_KEY_TYPE) in key_mgr_generate_key_pair()
95 subclass = *(CK_ULONG *)publ_tmpl[i].pValue; in key_mgr_generate_key_pair()
131 publ_tmpl, publ_count, MODE_KEYGEN, in key_mgr_generate_key_pair()
H A Dtpm_specific.c2020 CK_BYTE *authData, TEMPLATE *publ_tmpl, in token_wrap_auth_data() argument
2067 (void) template_update_attribute(publ_tmpl, new_attr); in token_wrap_auth_data()
2122 TEMPLATE *publ_tmpl, in token_specific_rsa_generate_keypair() argument
2140 if ((util_check_public_exponent(publ_tmpl))) { in token_specific_rsa_generate_keypair()
2144 flag = template_attribute_find(publ_tmpl, CKA_MODULUS_BITS, &attr); in token_specific_rsa_generate_keypair()
2218 (void) template_update_attribute(publ_tmpl, attr); in token_specific_rsa_generate_keypair()
2235 (void) template_update_attribute(publ_tmpl, attr); in token_specific_rsa_generate_keypair()
2247 rc = token_wrap_auth_data(hContext, authData, publ_tmpl, in token_specific_rsa_generate_keypair()
H A Dmech_rsa.c40 TEMPLATE * publ_tmpl, in ckm_rsa_key_pair_gen() argument
46 hContext, publ_tmpl, priv_tmpl); in ckm_rsa_key_pair_gen()