Home
last modified time | relevance | path

Searched refs:aes_cbcmac_ctx (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/
H A Daes-cbc-macs.h139 struct aes_cbcmac_ctx { struct
144 static inline void aes_cbcmac_init(struct aes_cbcmac_ctx *ctx, in aes_cbcmac_init() argument
147 *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,
/linux/crypto/
H A Daes.c90 #define AES_CBCMAC_CTX(desc) ((struct aes_cbcmac_ctx *)shash_desc_ctx(desc))
198 .descsize = sizeof(struct aes_cbcmac_ctx),
/linux/lib/crypto/tests/
H A Daes_cbc_macs_kunit.c176 struct aes_cbcmac_ctx ctx; in test_aes_cbcmac_rfc3610()
/linux/lib/crypto/
H A Daes.c670 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()