Home
last modified time | relevance | path

Searched refs:ghash_key (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm64/crypto/
Dghash-ce-glue.c25 struct ghash_key { struct
37 struct ghash_key const *k, const char *head); argument
56 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update()
88 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final()
106 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey()
140 .cra_ctxsize = sizeof(struct ghash_key),
/linux-4.4.14/arch/arm/crypto/
Dghash-ce-glue.c28 struct ghash_key { struct
44 struct ghash_key const *k, const char *head); argument
63 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update()
95 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final()
112 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey()
146 .cra_ctxsize = sizeof(struct ghash_key),