Home
last modified time | relevance | path

Searched refs:LTC_INLINE (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cfg.h49 #define LTC_INLINE __inline__ macro
51 #define LTC_INLINE __inline macro
53 #define LTC_INLINE inline macro
55 #define LTC_INLINE macro
/optee_os/core/lib/libtomcrypt/src/stream/rabbit/
H A Drabbit.c64 static LTC_INLINE ulong32 ss_rabbit_g_func(ulong32 x);
65 static LTC_INLINE void ss_rabbit_next_state(rabbit_ctx *p_instance);
66 static LTC_INLINE void ss_rabbit_gen_1_block(rabbit_state* st, unsigned char *out);
72 static LTC_INLINE ulong32 ss_rabbit_g_func(ulong32 x) in ss_rabbit_g_func()
91 static LTC_INLINE void ss_rabbit_next_state(rabbit_ctx *p_instance) in ss_rabbit_next_state()
129 static LTC_INLINE void ss_rabbit_gen_1_block(rabbit_state* st, unsigned char *out) in ss_rabbit_gen_1_block()
/optee_os/core/lib/libtomcrypt/src/ciphers/aes/
H A Daes_desc.c53 static LTC_INLINE int s_aesni_is_supported(void) in s_aesni_is_supported()
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dcast5.c494 LTC_INLINE static ulong32 FI(ulong32 R, ulong32 Km, ulong32 Kr) in FI()
502 LTC_INLINE static ulong32 FII(ulong32 R, ulong32 Km, ulong32 Kr) in FII()
510 LTC_INLINE static ulong32 FIII(ulong32 R, ulong32 Km, ulong32 Kr) in FIII()
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c224 static LTC_INLINE int tweetnacl_crypto_hash_ctx(u8 *out,const u8 *m,u64 n,const u8 *ctx,u32 cs) in tweetnacl_crypto_hash_ctx()
237 static LTC_INLINE int tweetnacl_crypto_hash(u8 *out,const u8 *m,u64 n) in tweetnacl_crypto_hash()
/optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/
H A Dsosemanuk.c582 static LTC_INLINE void s_sosemanuk_internal(sosemanuk_state *st) in s_sosemanuk_internal()
720 static LTC_INLINE void s_xorbuf(const unsigned char *in1, const unsigned char *in2, in s_xorbuf()
/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dsha3.c195 static LTC_INLINE int ss_done(hash_state *md, unsigned char *hash, ulong64 pad) in ss_done()
H A Dtiger.c569 LTC_INLINE static void tiger_round(ulong64 *a, ulong64 *b, ulong64 *c, ulong64 x, int mul) in tiger_round()