Searched refs:aes_cbc_mac_ctx (Results 1 – 5 of 5) sorted by relevance
13 .ctxsize = sizeof(struct aes_cbc_mac_ctx),26 .ctxsize = sizeof(struct aes_cbc_mac_ctx),39 .ctxsize = sizeof(struct aes_cbc_mac_ctx),
40 xor_and_encrypt(struct aes_cbc_mac_ctx *ctx, in xor_and_encrypt()61 struct aes_cbc_mac_ctx *ctx; in AES_CBC_MAC_Init()70 struct aes_cbc_mac_ctx *ctx; in AES_CBC_MAC_Setkey()87 struct aes_cbc_mac_ctx *ctx = vctx; in AES_CBC_MAC_Reinit()162 struct aes_cbc_mac_ctx *ctx; in AES_CBC_MAC_Update()257 struct aes_cbc_mac_ctx *ctx; in AES_CBC_MAC_Final()
96 struct aes_cbc_mac_ctx aes_cbc_mac_ctx; member
48 struct aes_cbc_mac_ctx { struct
670 ctx.aes_cbc_mac_ctx.authDataLength = crp->crp_payload_length; in swcr_ccm_cbc_mac()671 ctx.aes_cbc_mac_ctx.cryptDataLength = 0; in swcr_ccm_cbc_mac()743 ctx.aes_cbc_mac_ctx.authDataLength = crp->crp_aad_length; in swcr_ccm()744 ctx.aes_cbc_mac_ctx.cryptDataLength = crp->crp_payload_length; in swcr_ccm()