Searched defs:spu_hw (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/crypto/bcm/ |
| D | cipher.h | 356 struct spu_hw { struct 357 void (*spu_dump_msg_hdr)(u8 *buf, unsigned int buf_len); 358 u32 (*spu_ctx_max_payload)(enum spu_cipher_alg cipher_alg, 361 u32 (*spu_payload_length)(u8 *spu_hdr); 362 u16 (*spu_response_hdr_len)(u16 auth_key_len, u16 enc_key_len, 364 u16 (*spu_hash_pad_len)(enum hash_alg hash_alg, 367 u32 (*spu_gcm_ccm_pad_len)(enum spu_cipher_mode cipher_mode, 369 u32 (*spu_assoc_resp_len)(enum spu_cipher_mode cipher_mode, 372 u8 (*spu_aead_ivlen)(enum spu_cipher_mode cipher_mode, 374 enum hash_type (*spu_hash_type)(u32 src_sent); [all …]
|
| /kernel/linux/linux-5.10/drivers/crypto/bcm/ |
| D | cipher.h | 358 struct spu_hw { struct 359 void (*spu_dump_msg_hdr)(u8 *buf, unsigned int buf_len); 360 u32 (*spu_ctx_max_payload)(enum spu_cipher_alg cipher_alg, 363 u32 (*spu_payload_length)(u8 *spu_hdr); 364 u16 (*spu_response_hdr_len)(u16 auth_key_len, u16 enc_key_len, 366 u16 (*spu_hash_pad_len)(enum hash_alg hash_alg, 369 u32 (*spu_gcm_ccm_pad_len)(enum spu_cipher_mode cipher_mode, 371 u32 (*spu_assoc_resp_len)(enum spu_cipher_mode cipher_mode, 374 u8 (*spu_aead_ivlen)(enum spu_cipher_mode cipher_mode, 376 enum hash_type (*spu_hash_type)(u32 src_sent); [all …]
|