Searched refs:CKA_ENCRYPT (Results 1 – 3 of 3) sorted by relevance
127 CKA_ENCRYPT, &key_item, NULL); in Import()
225 symkey = PK11_ImportSymKey(slot, mech, PK11_OriginUnwrap, CKA_ENCRYPT, in encrypt_des()234 ctx = PK11_CreateContextBySymKey(mech, CKA_ENCRYPT, symkey, param); in encrypt_des()
396 #define CKA_ENCRYPT (0x104) macro