Home
last modified time | relevance | path

Searched refs:aes_cbcmac_init (Results 1 – 3 of 3) sorted by relevance

/linux/lib/crypto/tests/
H A Daes_cbc_macs_kunit.c189 aes_cbcmac_init(&ctx, &key); in test_aes_cbcmac_rfc3610()
197 aes_cbcmac_init(&ctx, &key); in test_aes_cbcmac_rfc3610()
/linux/crypto/
H A Daes.c101 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()
/linux/include/crypto/
H A Daes-cbc-macs.h144 static inline void aes_cbcmac_init(struct aes_cbcmac_ctx *ctx, in aes_cbcmac_init() function