Searched refs:cmac_key_len (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dccp.h158 * @cmac_key_len: length in bytes of cmac_key
164 * - cmac_key, cmac_key_len for CMAC mode if cmac_final is non-zero
188 u32 cmac_key_len; /* In bytes */ member in struct:ccp_aes_engine
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c170 rctx->cmd.u.aes.cmac_key_len = ctx->u.aes.kn_len;
H A Dccp-ops.c500 if (aes->cmac_key_len != AES_BLOCK_SIZE)
585 aes->cmac_key_len);

Completed in 126 milliseconds