Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/bcm/
Dspu.h31 enum spu_cipher_mode { enum
117 enum spu_cipher_mode mode;
193 static __always_inline bool spu_req_incl_icv(enum spu_cipher_mode cipher_mode, in spu_req_incl_icv()
221 enum spu_cipher_mode cipher_mode,
224 enum spu_cipher_mode cipher_mode,
230 u32 spum_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode,
232 u32 spum_assoc_resp_len(enum spu_cipher_mode cipher_mode,
235 u8 spum_aead_ivlen(enum spu_cipher_mode cipher_mode, u16 iv_len);
236 bool spu_req_incl_icv(enum spu_cipher_mode cipher_mode, bool is_encrypt);
Dspu2.h176 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,
Dcipher.h96 enum spu_cipher_mode mode;
361 enum spu_cipher_mode cipher_mode,
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,
Dspu2.c91 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()
782 enum spu_cipher_mode cipher_mode, in spu2_ctx_max_payload()
853 u32 spu2_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode, in spu2_gcm_ccm_pad_len()
869 u32 spu2_assoc_resp_len(enum spu_cipher_mode cipher_mode, in spu2_assoc_resp_len()
892 u8 spu2_aead_ivlen(enum spu_cipher_mode cipher_mode, u16 iv_len) in spu2_aead_ivlen()
Dspu.c333 enum spu_cipher_mode cipher_mode, in spum_ns2_ctx_max_payload()
362 enum spu_cipher_mode cipher_mode, in spum_nsp_ctx_max_payload()
464 u32 spum_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode, in spum_gcm_ccm_pad_len()
487 u32 spum_assoc_resp_len(enum spu_cipher_mode cipher_mode, in spum_assoc_resp_len()
525 u8 spum_aead_ivlen(enum spu_cipher_mode cipher_mode, u16 iv_len) in spum_aead_ivlen()
Dutil.h93 char *spu_alg_name(enum spu_cipher_alg alg, enum spu_cipher_mode mode);
Dutil.c294 char *spu_alg_name(enum spu_cipher_alg alg, enum spu_cipher_mode mode) in spu_alg_name()