Searched refs:aes_cmac_key (Results 1 – 8 of 8) sorted by relevance
| /linux/include/crypto/ |
| H A D | aes-cbc-macs.h | 19 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 D | aes.c | 38 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 D | aes_cbc_macs_kunit.c | 13 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 D | aes_cmac.h | 11 void ieee80211_aes_cmac(const struct aes_cmac_key *key, const u8 *aad,
|
| H A D | aes_cmac.c | 22 void ieee80211_aes_cmac(const struct aes_cmac_key *key, const u8 *aad, in ieee80211_aes_cmac()
|
| H A D | key.h | 97 struct aes_cmac_key key;
|
| H A D | fils_aead.c | 27 struct aes_cmac_key key; in aes_s2v()
|
| /linux/lib/crypto/ |
| H A D | aes.c | 551 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()
|