Searched refs:spu_cipher_mode (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/crypto/bcm/ |
D | spu.h | 32 enum spu_cipher_mode { enum 118 enum spu_cipher_mode mode; 194 static __always_inline bool spu_req_incl_icv(enum spu_cipher_mode cipher_mode, in spu_req_incl_icv() 222 enum spu_cipher_mode cipher_mode, 225 enum spu_cipher_mode cipher_mode, 231 u32 spum_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode, 233 u32 spum_assoc_resp_len(enum spu_cipher_mode cipher_mode, 236 u8 spum_aead_ivlen(enum spu_cipher_mode cipher_mode, u16 iv_len); 237 bool spu_req_incl_icv(enum spu_cipher_mode cipher_mode, bool is_encrypt);
|
D | spu2.h | 176 enum spu_cipher_mode cipher_mode, 182 u32 spu2_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode, 184 u32 spu2_assoc_resp_len(enum spu_cipher_mode cipher_mode, 187 u8 spu2_aead_ivlen(enum spu_cipher_mode cipher_mode,
|
D | cipher.h | 97 enum spu_cipher_mode mode; 359 enum spu_cipher_mode cipher_mode, 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,
|
D | spu2.c | 91 static int spu2_cipher_mode_xlate(enum spu_cipher_mode cipher_mode, in spu2_cipher_mode_xlate() 137 enum spu_cipher_mode cipher_mode, in spu2_cipher_xlate() 784 enum spu_cipher_mode cipher_mode, in spu2_ctx_max_payload() 858 u32 spu2_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode, in spu2_gcm_ccm_pad_len() 874 u32 spu2_assoc_resp_len(enum spu_cipher_mode cipher_mode, in spu2_assoc_resp_len() 897 u8 spu2_aead_ivlen(enum spu_cipher_mode cipher_mode, u16 iv_len) in spu2_aead_ivlen()
|
D | spu.c | 331 enum spu_cipher_mode cipher_mode, in spum_ns2_ctx_max_payload() 360 enum spu_cipher_mode cipher_mode, in spum_nsp_ctx_max_payload() 462 u32 spum_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode, in spum_gcm_ccm_pad_len() 485 u32 spum_assoc_resp_len(enum spu_cipher_mode cipher_mode, in spum_assoc_resp_len() 523 u8 spum_aead_ivlen(enum spu_cipher_mode cipher_mode, u16 iv_len) in spum_aead_ivlen()
|
D | util.h | 107 char *spu_alg_name(enum spu_cipher_alg alg, enum spu_cipher_mode mode);
|
D | util.c | 296 char *spu_alg_name(enum spu_cipher_alg alg, enum spu_cipher_mode mode) in spu_alg_name()
|