Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c12 typedef ulong64 u64; typedef
50 u64 c; in car25519()
112 FOR(i,16) o[i]=n[2*i]+((u64)n[2*i+1]<<8); in unpack25519()
224 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()
347 static const u64 L[32] = {0xed, 0xd3, 0xf5, 0x5c, 0x1a, 0x63, 0x12, 0x58, 0xd6, 0x9c, 0xf7, 0xa2, 0…
352 u64 carry; in modL()
379 FOR(i,64) x[i] = (u64) r[i]; in reduce()
384 int tweetnacl_crypto_sign(u8 *sm,u64 *smlen,const u8 *m,u64 mlen,const u8 *sk,const u8 *pk, const u… in tweetnacl_crypto_sign()
409 FOR(i,32) x[i] = (u64) r[i]; in tweetnacl_crypto_sign()
[all …]
/optee_os/core/lib/qcbor/src/
H A Dieee754.c163 uint64_t u64; in CopyDoubleToUint64() local
164 memcpy(&u64, &d, sizeof(uint64_t)); in CopyDoubleToUint64()
165 return u64; in CopyDoubleToUint64()
169 CopyUint64ToDouble(uint64_t u64) in CopyUint64ToDouble() argument
172 memcpy(&d, &u64, sizeof(uint64_t)); in CopyUint64ToDouble()
/optee_os/core/arch/arm/crypto/
H A Dghash-ce-core_a32.S161 vshr.u64 T1, XL, #1
164 vshr.u64 T1, T1, #6
165 vshr.u64 XL, XL, #1
218 vshl.u64 MASK, MASK, #57
H A Daes_modes_armv8a_ce_a32.S368 vadd.u64 \out, \in, \in
/optee_os/lib/libutils/ext/
H A Dqsort_helpers.c36 QSORT_HELPER(u64, uint64_t);
/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h757 static inline double UsefulBufUtil_CopyUint64ToDouble(uint64_t u64);
1906 uint64_t u64; in UsefulBufUtil_CopyDoubleToUint64() local
1907 memcpy(&u64, &d, sizeof(uint64_t)); in UsefulBufUtil_CopyDoubleToUint64()
1908 return u64; in UsefulBufUtil_CopyDoubleToUint64()
1911 static inline double UsefulBufUtil_CopyUint64ToDouble(uint64_t u64) in UsefulBufUtil_CopyUint64ToDouble() argument
1914 memcpy(&d, &u64, sizeof(uint64_t)); in UsefulBufUtil_CopyUint64ToDouble()