Searched refs:spu_cipher_mode (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/crypto/bcm/ |
H A 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);
|
H A 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,
|
H A 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,
|
H A D | util.h | 107 char *spu_alg_name(enum spu_cipher_alg alg, enum spu_cipher_mode mode);
|
H A D | util.c | 296 char *spu_alg_name(enum spu_cipher_alg alg, enum spu_cipher_mode mode) in spu_alg_name()
|