Home
last modified time | relevance | path

Searched refs:aes_cbc_mac_ctx (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dxform_cbc_mac.c13 .ctxsize = sizeof(struct aes_cbc_mac_ctx),
26 .ctxsize = sizeof(struct aes_cbc_mac_ctx),
39 .ctxsize = sizeof(struct aes_cbc_mac_ctx),
H A Dcbc_mac.c40 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()
H A Dxform_auth.h96 struct aes_cbc_mac_ctx aes_cbc_mac_ctx; member
H A Dcbc_mac.h48 struct aes_cbc_mac_ctx { struct
H A Dcryptosoft.c670 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()