Searched defs:spu_hw (Results 1 – 2 of 2) sorted by relevance
| /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 …]
|
| /kernel/linux/linux-4.19/drivers/crypto/bcm/ |
| D | cipher.h | 369 struct spu_hw { struct 370 void (*spu_dump_msg_hdr)(u8 *buf, unsigned int buf_len); 371 u32 (*spu_ctx_max_payload)(enum spu_cipher_alg cipher_alg, 374 u32 (*spu_payload_length)(u8 *spu_hdr); 375 u16 (*spu_response_hdr_len)(u16 auth_key_len, u16 enc_key_len, 377 u16 (*spu_hash_pad_len)(enum hash_alg hash_alg, 380 u32 (*spu_gcm_ccm_pad_len)(enum spu_cipher_mode cipher_mode, 382 u32 (*spu_assoc_resp_len)(enum spu_cipher_mode cipher_mode, 385 u8 (*spu_aead_ivlen)(enum spu_cipher_mode cipher_mode, 387 enum hash_type (*spu_hash_type)(u32 src_sent); [all …]
|