Home
last modified time | relevance | path

Searched defs:spu_hw (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/crypto/bcm/
Dcipher.h359 struct spu_hw { struct
360 void (*spu_dump_msg_hdr)(u8 *buf, unsigned int buf_len);
361 u32 (*spu_ctx_max_payload)(enum spu_cipher_alg cipher_alg,
364 u32 (*spu_payload_length)(u8 *spu_hdr);
365 u16 (*spu_response_hdr_len)(u16 auth_key_len, u16 enc_key_len,
367 u16 (*spu_hash_pad_len)(enum hash_alg hash_alg,
370 u32 (*spu_gcm_ccm_pad_len)(enum spu_cipher_mode cipher_mode,
372 u32 (*spu_assoc_resp_len)(enum spu_cipher_mode cipher_mode,
375 u8 (*spu_aead_ivlen)(enum spu_cipher_mode cipher_mode,
377 enum hash_type (*spu_hash_type)(u32 src_sent);
[all …]