Searched refs:CKA_ENCRYPT (Results 1 – 2 of 2) sorted by relevance
242 symkey = PK11_ImportSymKey(slot, mech, PK11_OriginUnwrap, CKA_ENCRYPT, in encrypt_des()251 ctx = PK11_CreateContextBySymKey(mech, CKA_ENCRYPT, symkey, param); in encrypt_des()
396 #define CKA_ENCRYPT (0x104) macro