Searched refs:aes_cbcmac_ctx (Results 1 – 4 of 4) sorted by relevance
139 struct aes_cbcmac_ctx { struct144 static inline void aes_cbcmac_init(struct aes_cbcmac_ctx *ctx, in aes_cbcmac_init() argument147 *ctx = (struct aes_cbcmac_ctx){ .key = key }; in aes_cbcmac_init()149 void aes_cbcmac_update(struct aes_cbcmac_ctx *ctx, const u8 *data,151 void aes_cbcmac_final(struct aes_cbcmac_ctx *ctx,
90 #define AES_CBCMAC_CTX(desc) ((struct aes_cbcmac_ctx *)shash_desc_ctx(desc))198 .descsize = sizeof(struct aes_cbcmac_ctx),
176 struct aes_cbcmac_ctx ctx; in test_aes_cbcmac_rfc3610()
670 void aes_cbcmac_update(struct aes_cbcmac_ctx *ctx, const u8 *data, in aes_cbcmac_update()703 void aes_cbcmac_final(struct aes_cbcmac_ctx *ctx, u8 out[AES_BLOCK_SIZE]) in aes_cbcmac_final()