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

/linux-master/include/linux/
H A Dccp.h157 * @cmac_key: K1/K2 key used in final CMAC operation
158 * @cmac_key_len: length in bytes of cmac_key
164 * - cmac_key, cmac_key_len for CMAC mode if cmac_final is non-zero
186 struct scatterlist *cmac_key; /* K1/K2 cmac key required for member in struct:ccp_aes_engine
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c169 rctx->cmd.u.aes.cmac_key = cmac_key_sg;
H A Dccp-ops.c503 if (!aes->cmac_key)
584 ret = ccp_set_dm_area(&ctx, 0, aes->cmac_key, 0,

Completed in 109 milliseconds