Lines Matching full:enum
13 enum spu2_cipher_type {
23 enum spu2_cipher_mode {
35 enum spu2_hash_type {
55 enum spu2_hash_mode {
67 enum spu2_ret_md_opts {
175 u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg,
176 enum spu_cipher_mode cipher_mode,
180 u16 spu2_hash_pad_len(enum hash_alg hash_alg, enum hash_mode hash_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,
189 enum hash_type spu2_hash_type(u32 src_sent);
190 u32 spu2_digest_size(u32 alg_digest_size, enum hash_alg alg,
191 enum hash_type htype);
205 enum hash_alg auth_alg, enum hash_mode auth_mode,