Searched refs:keytemplate (Results 1 – 1 of 1) sorted by relevance
1259 CK_ATTRIBUTE keytemplate[4]; in soft_create_hmac_key() local1268 keytemplate[0].type = CKA_CLASS; in soft_create_hmac_key()1269 keytemplate[0].pValue = &keyclass; in soft_create_hmac_key()1270 keytemplate[0].ulValueLen = sizeof (keyclass); in soft_create_hmac_key()1272 keytemplate[1].type = CKA_KEY_TYPE; in soft_create_hmac_key()1273 keytemplate[1].pValue = &keytype; in soft_create_hmac_key()1274 keytemplate[1].ulValueLen = sizeof (keytype); in soft_create_hmac_key()1276 keytemplate[2].type = CKA_SIGN; in soft_create_hmac_key()1277 keytemplate[2].pValue = &True; in soft_create_hmac_key()1278 keytemplate[2].ulValueLen = sizeof (True); in soft_create_hmac_key()[all …]