Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/bcm/
H A Dspu2.c235 enum hash_type hash_type, enum spu_cipher_type ciph_type, in spu2_hash_xlate() argument
269 switch (ciph_type) { in spu2_hash_xlate()
310 enum spu2_cipher_type ciph_type; in spu2_dump_fmd_ctrl0() local
327 ciph_type = (ctrl0 & SPU2_CIPH_TYPE) >> SPU2_CIPH_TYPE_SHIFT; in spu2_dump_fmd_ctrl0()
328 ciph_name = spu2_ciph_type_name(ciph_type); in spu2_dump_fmd_ctrl0()
331 if (ciph_type != SPU2_CIPHER_TYPE_NONE) { in spu2_dump_fmd_ctrl0()