Lines Matching full:enum

27 enum spu2_proto_sel {
59 static char *spu2_ciph_type_name(enum spu2_cipher_type cipher_type) in spu2_ciph_type_name()
66 static char *spu2_ciph_mode_name(enum spu2_cipher_mode cipher_mode) in spu2_ciph_mode_name()
73 static char *spu2_hash_type_name(enum spu2_hash_type hash_type) in spu2_hash_type_name()
80 static char *spu2_hash_mode_name(enum spu2_hash_mode hash_mode) in spu2_hash_mode_name()
91 static int spu2_cipher_mode_xlate(enum spu_cipher_mode cipher_mode, in spu2_cipher_mode_xlate()
92 enum spu2_cipher_mode *spu2_mode) in spu2_cipher_mode_xlate()
136 static int spu2_cipher_xlate(enum spu_cipher_alg cipher_alg, in spu2_cipher_xlate()
137 enum spu_cipher_mode cipher_mode, in spu2_cipher_xlate()
138 enum spu_cipher_type cipher_type, in spu2_cipher_xlate()
139 enum spu2_cipher_type *spu2_type, in spu2_cipher_xlate()
140 enum spu2_cipher_mode *spu2_mode) in spu2_cipher_xlate()
196 static int spu2_hash_mode_xlate(enum hash_mode hash_mode, in spu2_hash_mode_xlate()
197 enum spu2_hash_mode *spu2_mode) in spu2_hash_mode_xlate()
234 spu2_hash_xlate(enum hash_alg hash_alg, enum hash_mode hash_mode, in spu2_hash_xlate()
235 enum hash_type hash_type, enum spu_cipher_type ciph_type, in spu2_hash_xlate()
236 enum spu2_hash_type *spu2_type, enum spu2_hash_mode *spu2_mode) in spu2_hash_xlate()
310 enum spu2_cipher_type ciph_type; in spu2_dump_fmd_ctrl0()
311 enum spu2_cipher_mode ciph_mode; in spu2_dump_fmd_ctrl0()
312 enum spu2_hash_type hash_type; in spu2_dump_fmd_ctrl0()
313 enum spu2_hash_mode hash_mode; in spu2_dump_fmd_ctrl0()
554 enum spu2_cipher_type spu2_type, in spu2_fmd_init()
555 enum spu2_cipher_mode spu2_mode, in spu2_fmd_init()
610 enum spu2_proto_sel protocol, in spu2_fmd_ctrl0_write()
611 enum spu2_cipher_type cipher_type, in spu2_fmd_ctrl0_write()
612 enum spu2_cipher_mode cipher_mode, in spu2_fmd_ctrl0_write()
613 enum spu2_hash_type auth_type, in spu2_fmd_ctrl0_write()
614 enum spu2_hash_mode auth_mode) in spu2_fmd_ctrl0_write()
781 u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg, in spu2_ctx_max_payload()
782 enum spu_cipher_mode cipher_mode, in spu2_ctx_max_payload()
841 u16 spu2_hash_pad_len(enum hash_alg hash_alg, enum hash_mode hash_mode, in spu2_hash_pad_len()
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()
904 enum hash_type spu2_hash_type(u32 src_sent) in spu2_hash_type()
917 u32 spu2_digest_size(u32 alg_digest_size, enum hash_alg alg, in spu2_digest_size()
918 enum hash_type htype) in spu2_digest_size()
950 enum spu2_cipher_type spu2_ciph_type = SPU2_CIPHER_TYPE_NONE; in spu2_create_request()
951 enum spu2_cipher_mode spu2_ciph_mode; in spu2_create_request()
952 enum spu2_hash_type spu2_auth_type = SPU2_HASH_TYPE_NONE; in spu2_create_request()
953 enum spu2_hash_mode spu2_auth_mode; in spu2_create_request()
955 enum spu2_proto_sel proto = SPU2_PROTO_RESV; in spu2_create_request()
1127 enum spu2_cipher_type spu2_type = SPU2_CIPHER_TYPE_NONE; in spu2_cipher_req_init()
1128 enum spu2_cipher_mode spu2_mode; in spu2_cipher_req_init()
1243 enum hash_alg auth_alg, enum hash_mode auth_mode, in spu2_request_pad()