Searched refs:ghash_key (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/arch/arm64/crypto/ |
| D | ghash-ce-glue.c | 35 struct ghash_key { struct 52 struct ghash_key ghash_key; argument 56 struct ghash_key const *k, 60 struct ghash_key const *k, 64 struct ghash_key const *k, 68 const u8 src[], struct ghash_key const *k, 73 const u8 src[], struct ghash_key const *k, 90 struct ghash_key *key, const char *head) in ghash_do_update() 131 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() 167 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() [all …]
|
| /Linux-v4.19/arch/arm/crypto/ |
| D | ghash-ce-glue.c | 30 struct ghash_key { struct 46 struct ghash_key const *k, argument 50 struct ghash_key const *k, 54 struct ghash_key const *k, 74 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() 106 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() 123 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey() 157 .cra_ctxsize = sizeof(struct ghash_key),
|