Home
last modified time | relevance | path

Searched refs:nhpoly1305_key (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/crypto/
H A Dnhpoly1305.c77 const struct nhpoly1305_key *key) in process_nh_hash_value()
93 const struct nhpoly1305_key *key, in nhpoly1305_units()
128 struct nhpoly1305_key *ctx = crypto_shash_ctx(tfm); in crypto_nhpoly1305_setkey()
160 const struct nhpoly1305_key *key = crypto_shash_ctx(desc->tfm); in crypto_nhpoly1305_update_helper()
201 const struct nhpoly1305_key *key = crypto_shash_ctx(desc->tfm); in crypto_nhpoly1305_final_helper()
228 .base.cra_ctxsize = sizeof(struct nhpoly1305_key),
/openbmc/linux/arch/arm/crypto/
H A Dnhpoly1305-neon-glue.c41 .base.cra_ctxsize = sizeof(struct nhpoly1305_key),
/openbmc/linux/arch/arm64/crypto/
H A Dnhpoly1305-neon-glue.c41 .base.cra_ctxsize = sizeof(struct nhpoly1305_key),
/openbmc/linux/arch/x86/crypto/
H A Dnhpoly1305-avx2-glue.c41 .base.cra_ctxsize = sizeof(struct nhpoly1305_key),
H A Dnhpoly1305-sse2-glue.c41 .base.cra_ctxsize = sizeof(struct nhpoly1305_key),
/openbmc/linux/include/crypto/
H A Dnhpoly1305.h35 struct nhpoly1305_key { struct