Home
last modified time | relevance | path

Searched refs:ckey (Results 1 – 2 of 2) sorted by relevance

/arch/s390/crypto/
A Dpaes_s390.c1194 u8 ckey[2 * AES_MAX_KEY_SIZE]; in xts_paes_setkey() local
1222 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()
/arch/s390/include/asm/
A Dqdio.h44 u32 ckey : 4; member

Completed in 726 milliseconds