Searched refs:ghash_key (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/arm64/crypto/ |
| D | ghash-ce-glue.c | 33 struct ghash_key { struct 50 struct ghash_key ghash_key; member 54 struct ghash_key const *k, 58 struct ghash_key const *k, 62 const u8 src[], struct ghash_key const *k, 67 const u8 src[], struct ghash_key const *k, 82 struct ghash_key *key, const char *head, in ghash_do_update() 85 struct ghash_key const *k, in ghash_do_update() 122 struct ghash_key const *k, in __ghash_update() 131 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in __ghash_update() [all …]
|
| /Linux-v5.4/arch/arm/crypto/ |
| D | ghash-ce-glue.c | 29 struct ghash_key { struct 49 struct ghash_key const *k, argument 53 struct ghash_key const *k, 57 struct ghash_key const *k, 69 struct ghash_key *key, const char *head) in ghash_do_update() 107 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() 137 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() 163 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey() 200 .base.cra_ctxsize = sizeof(struct ghash_key),
|