Lines Matching full:enum
65 enum op_type {
73 enum spu_spu_type {
82 enum spu_spu_subtype {
90 enum spu_spu_type type;
91 enum spu_spu_subtype subtype;
95 enum spu_cipher_alg alg;
96 enum spu_cipher_mode mode;
100 enum hash_alg alg;
101 enum hash_mode mode;
196 enum spu_cipher_type cipher_type;
360 u32 (*spu_ctx_max_payload)(enum spu_cipher_alg cipher_alg,
361 enum spu_cipher_mode cipher_mode,
366 u16 (*spu_hash_pad_len)(enum hash_alg hash_alg,
367 enum hash_mode hash_mode, u32 chunksize,
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);
377 u32 (*spu_digest_size)(u32 digest_size, enum hash_alg alg,
378 enum hash_type);
393 u32 hash_pad_len, enum hash_alg auth_alg,
394 enum hash_mode auth_mode,
410 enum spu_spu_type spu_type;
413 enum spu_spu_subtype spu_subtype;