Searched refs:ckey (Results 1 – 2 of 2) sorted by relevance
1194 u8 ckey[2 * AES_MAX_KEY_SIZE]; in xts_paes_setkey() local1222 memcpy(ckey, ctx->pk[0].protkey, ckey_len); in xts_paes_setkey()1223 memcpy(ckey + ckey_len, ctx->pk[1].protkey, ckey_len); in xts_paes_setkey()1224 rc = xts_verify_key(tfm, ckey, 2 * ckey_len); in xts_paes_setkey()1225 memzero_explicit(ckey, sizeof(ckey)); in xts_paes_setkey()
44 u32 ckey : 4; member
Completed in 726 milliseconds