Searched defs:rkey_enc (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/crypto/ |
| H A D | sm4.h | 19 u32 rkey_enc[SM4_RKEY_WORDS]; member
|
| /kernel/linux/linux-6.6/include/crypto/ |
| H A D | sm4.h | 20 u32 rkey_enc[SM4_RKEY_WORDS]; member
|
| /kernel/linux/linux-6.6/arch/arm64/crypto/ |
| H A D | sm4-ce-gcm-glue.c | 137 gcm_crypt(struct aead_request *req, struct skcipher_walk *walk, u8 ghash[], int err, void (*sm4_ce_pmull_gcm_crypt)(const u32 *rkey_enc, u8 *dst, const u8 *src, u8 *iv, unsigned int nbytes, u8 *ghash, const u8 *ghash_table, const u8 *lengths)) gcm_crypt() argument
|
| H A D | sm4-ce-ccm-glue.c | 162 ccm_crypt(struct aead_request *req, struct skcipher_walk *walk, u32 *rkey_enc, u8 mac[], void (*sm4_ce_ccm_crypt)(const u32 *rkey_enc, u8 *dst, const u8 *src, u8 *iv, unsigned int nbytes, u8 *mac)) ccm_crypt() argument [all...] |
Completed in 2 milliseconds