Home
last modified time | relevance | path

Searched refs:aes_cmac_key (Results 1 – 8 of 8) sorted by relevance

/linux/include/crypto/
H A Daes-cbc-macs.h19 struct aes_cmac_key { struct
38 const struct aes_cmac_key *key; argument
55 int aes_cmac_preparekey(struct aes_cmac_key *key, const u8 *in_key,
71 void aes_xcbcmac_preparekey(struct aes_cmac_key *key,
84 const struct aes_cmac_key *key) in aes_cmac_init()
124 static inline void aes_cmac(const struct aes_cmac_key *key, const u8 *data, in aes_cmac()
/linux/crypto/
H A Daes.c38 static_assert(__alignof__(struct aes_cmac_key) <= CRYPTO_MINALIGN);
39 #define AES_CMAC_KEY(tfm) ((struct aes_cmac_key *)crypto_shash_ctx(tfm))
152 .base.cra_ctxsize = sizeof(struct aes_cmac_key),
173 .base.cra_ctxsize = sizeof(struct aes_cmac_key),
/linux/lib/crypto/tests/
H A Daes_cbc_macs_kunit.c13 static struct aes_cmac_key test_key;
100 struct aes_cmac_key key; in test_aes_cmac_rfc4493()
123 struct aes_cmac_key key; in test_aes_xcbcmac_rfc3566()
/linux/net/mac80211/
H A Daes_cmac.h11 void ieee80211_aes_cmac(const struct aes_cmac_key *key, const u8 *aad,
H A Daes_cmac.c22 void ieee80211_aes_cmac(const struct aes_cmac_key *key, const u8 *aad, in ieee80211_aes_cmac()
H A Dkey.h97 struct aes_cmac_key key;
H A Dfils_aead.c27 struct aes_cmac_key key; in aes_s2v()
/linux/lib/crypto/
H A Daes.c551 int aes_cmac_preparekey(struct aes_cmac_key *key, const u8 *in_key, in aes_cmac_preparekey()
582 void aes_xcbcmac_preparekey(struct aes_cmac_key *key, in aes_xcbcmac_preparekey()
723 struct aes_cmac_key key; in aes_cmac_fips_test()