Searched refs:spu_cipher_mode (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/crypto/bcm/ |
D | spu.h | 42 enum spu_cipher_mode { enum 128 enum spu_cipher_mode mode; 204 static __always_inline bool spu_req_incl_icv(enum spu_cipher_mode cipher_mode, in spu_req_incl_icv() 232 enum spu_cipher_mode cipher_mode, 235 enum spu_cipher_mode cipher_mode, 241 u32 spum_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode, 243 u32 spum_assoc_resp_len(enum spu_cipher_mode cipher_mode, 246 u8 spum_aead_ivlen(enum spu_cipher_mode cipher_mode, u16 iv_len); 247 bool spu_req_incl_icv(enum spu_cipher_mode cipher_mode, bool is_encrypt);
|
D | spu2.h | 187 enum spu_cipher_mode cipher_mode, 193 u32 spu2_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode, 195 u32 spu2_assoc_resp_len(enum spu_cipher_mode cipher_mode, 198 u8 spu2_aead_ivlen(enum spu_cipher_mode cipher_mode,
|
D | cipher.h | 107 enum spu_cipher_mode mode; 372 enum spu_cipher_mode cipher_mode, 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,
|
D | spu2.c | 102 static int spu2_cipher_mode_xlate(enum spu_cipher_mode cipher_mode, in spu2_cipher_mode_xlate() 148 enum spu_cipher_mode cipher_mode, in spu2_cipher_xlate() 793 enum spu_cipher_mode cipher_mode, in spu2_ctx_max_payload() 864 u32 spu2_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode, in spu2_gcm_ccm_pad_len() 880 u32 spu2_assoc_resp_len(enum spu_cipher_mode cipher_mode, in spu2_assoc_resp_len() 903 u8 spu2_aead_ivlen(enum spu_cipher_mode cipher_mode, u16 iv_len) in spu2_aead_ivlen()
|
D | spu.c | 351 enum spu_cipher_mode cipher_mode, in spum_ns2_ctx_max_payload() 380 enum spu_cipher_mode cipher_mode, in spum_nsp_ctx_max_payload() 482 u32 spum_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode, in spum_gcm_ccm_pad_len() 505 u32 spum_assoc_resp_len(enum spu_cipher_mode cipher_mode, in spum_assoc_resp_len() 543 u8 spum_aead_ivlen(enum spu_cipher_mode cipher_mode, u16 iv_len) in spum_aead_ivlen()
|
D | util.h | 110 char *spu_alg_name(enum spu_cipher_alg alg, enum spu_cipher_mode mode);
|
D | util.c | 346 char *spu_alg_name(enum spu_cipher_alg alg, enum spu_cipher_mode mode) in spu_alg_name()
|