Searched refs:aes_cbcmac_init (Results 1 – 3 of 3) sorted by relevance
189 aes_cbcmac_init(&ctx, &key); in test_aes_cbcmac_rfc3610()197 aes_cbcmac_init(&ctx, &key); in test_aes_cbcmac_rfc3610()
101 aes_cbcmac_init(AES_CBCMAC_CTX(desc), AES_CBCMAC_KEY(desc->tfm)); in crypto_aes_cbcmac_init()124 aes_cbcmac_init(AES_CBCMAC_CTX(desc), AES_CBCMAC_KEY(desc->tfm)); in crypto_aes_cbcmac_digest()
144 static inline void aes_cbcmac_init(struct aes_cbcmac_ctx *ctx, in aes_cbcmac_init() function