Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dspu2.c246 enum hash_type hash_type, enum spu_cipher_type ciph_type, in spu2_hash_xlate() argument
280 switch (ciph_type) { in spu2_hash_xlate()
321 enum spu2_cipher_type ciph_type; in spu2_dump_fmd_ctrl0() local
338 ciph_type = (ctrl0 & SPU2_CIPH_TYPE) >> SPU2_CIPH_TYPE_SHIFT; in spu2_dump_fmd_ctrl0()
339 ciph_name = spu2_ciph_type_name(ciph_type); in spu2_dump_fmd_ctrl0()
342 if (ciph_type != SPU2_CIPHER_TYPE_NONE) { in spu2_dump_fmd_ctrl0()