Searched refs:copy_pad (Results 1 – 4 of 4) sorted by relevance
/drivers/crypto/amcc/ |
D | crypto4xx_sa.h | 161 u32 copy_pad:1; member
|
D | crypto4xx_alg.c | 64 sa->sa_command_1.bf.copy_pad = cp_pad; in set_dynamic_sa_command_1()
|
/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_algs.c | 708 static int copy_pad(u8 mac_type, u8 *out_pad, u8 *in_pad) in copy_pad() function 807 ret = copy_pad(ctx->mac_type, ctx->ipad, ipad); in aead_hmac_init() 815 ret = copy_pad(ctx->mac_type, ctx->opad, opad); in aead_hmac_init()
|
/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptvf_algs.c | 763 static int copy_pad(u8 mac_type, u8 *out_pad, u8 *in_pad) in copy_pad() function 862 ret = copy_pad(ctx->mac_type, ctx->ipad, ipad); in aead_hmac_init() 870 ret = copy_pad(ctx->mac_type, ctx->opad, opad); in aead_hmac_init()
|