Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
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-3.20.0/core/lib/libtomcrypt/src/stream/rabbit/
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-3.20.0/core/lib/libtomcrypt/src/ciphers/
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-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/
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-3.20.0/core/lib/libtomcrypt/src/hashes/
A Dsha3.c195 static LTC_INLINE int ss_done(hash_state *md, unsigned char *hash, ulong64 pad) in ss_done()
A Dtiger.c551 LTC_INLINE static void tiger_round(ulong64 *a, ulong64 *b, ulong64 *c, ulong64 x, int mul) in tiger_round()
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/
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()

Completed in 11 milliseconds