Searched refs:secKeyType (Results 1 – 1 of 1) sorted by relevance
3466 CK_ULONG secKeyType; in KMFPK11_CreateSymKey() local3589 secKeyType = CKK_AES; in KMFPK11_CreateSymKey()3593 secKeyType = CKK_RC4; in KMFPK11_CreateSymKey()3597 secKeyType = CKK_DES; in KMFPK11_CreateSymKey()3601 secKeyType = CKK_DES3; in KMFPK11_CreateSymKey()3612 SETATTR(templ, i, CKA_KEY_TYPE, &secKeyType, sizeof (secKeyType)); in KMFPK11_CreateSymKey()3834 CK_ULONG secKeyType = CKK_GENERIC_SECRET; in create_generic_secret_key() local3933 SETATTR(templ, i, CKA_KEY_TYPE, &secKeyType, sizeof (secKeyType)); in create_generic_secret_key()