Home
last modified time | relevance | path

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

/linux/drivers/crypto/starfive/
H A Djh7110-hash.c681 .statesize = sizeof(struct sha512_state),
710 .statesize = sizeof(struct sha512_state),
738 .statesize = sizeof(struct sha512_state),
767 .statesize = sizeof(struct sha512_state),
/linux/include/crypto/
H A Dsha2.h111 struct sha512_state { struct
112 statesha512_state global() argument
113 countsha512_state global() argument
114 bufsha512_state global() argument
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c565 .statesize = sizeof(struct sha512_state),
597 .statesize = sizeof(struct sha512_state),
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c721 struct sha512_state *sha512; in swap_pad()
738 sha512 = (struct sha512_state *)pad; in swap_pad()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c77 struct sha512_state sha512;
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c311 struct sha512_state sha512_st; in chcr_compute_partial_hash()