Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c707 static int copy_pad(u8 mac_type, u8 *out_pad, u8 *in_pad) in copy_pad() argument
715 sha1 = (struct sha1_state *) in_pad; in copy_pad()
721 sha256 = (struct sha256_state *) in_pad; in copy_pad()
728 sha512 = (struct sha512_state *) in_pad; in copy_pad()
/linux-5.19.10/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c762 static int copy_pad(u8 mac_type, u8 *out_pad, u8 *in_pad) in copy_pad() argument
770 sha1 = (struct sha1_state *) in_pad; in copy_pad()
776 sha256 = (struct sha256_state *) in_pad; in copy_pad()
783 sha512 = (struct sha512_state *) in_pad; in copy_pad()