Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/bcm/
Dspu2.c661 u64 auth_key_len, u64 cipher_key_len, in spu2_fmd_ctrl1_write() argument
677 if (auth_key_len) in spu2_fmd_ctrl1_write()
678 ctrl1 |= ((auth_key_len << SPU2_HASH_KEY_LEN_SHIFT) & in spu2_fmd_ctrl1_write()
731 u64 auth_key_len, u64 auth_iv_len, in spu2_fmd_ctrl2_write() argument
824 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spu2_response_hdr_len() argument
Dspu2.h179 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
Dspu.h227 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
Dcipher.h362 u16 (*spu_response_hdr_len)(u16 auth_key_len, u16 enc_key_len,
Dspu.c410 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spum_response_hdr_len() argument
/Linux-v5.4/include/uapi/linux/
Dvirtio_crypto.h152 __le32 auth_key_len; member
/Linux-v5.4/drivers/crypto/
Dn2_core.c523 unsigned long auth_key, unsigned int auth_key_len) in n2_do_async_digest() argument
564 ent->control = control_word_base(nbytes, auth_key_len, 0, in n2_do_async_digest()