Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c708 static int copy_pad(u8 mac_type, u8 *out_pad, u8 *in_pad) in copy_pad() argument
716 sha1 = (struct sha1_state *) in_pad; in copy_pad()
722 sha256 = (struct sha256_state *) in_pad; in copy_pad()
729 sha512 = (struct sha512_state *) in_pad; in copy_pad()
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c763 static int copy_pad(u8 mac_type, u8 *out_pad, u8 *in_pad) in copy_pad() argument
771 sha1 = (struct sha1_state *) in_pad; in copy_pad()
777 sha256 = (struct sha256_state *) in_pad; in copy_pad()
784 sha512 = (struct sha512_state *) in_pad; in copy_pad()