Searched refs:u64 (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ec25519/ |
A D | tweetnacl.c | 12 typedef ulong64 u64; typedef 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… 378 FOR(i,64) x[i] = (u64) r[i]; in reduce() 383 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() 408 FOR(i,32) x[i] = (u64) r[i]; in tweetnacl_crypto_sign() 409 FOR(i,32) FOR(j,32) x[i+j] += h[i] * (u64) d[j]; in tweetnacl_crypto_sign() 451 int tweetnacl_crypto_sign_open(int *stat, u8 *m,u64 *mlen,const u8 *sm,u64 smlen,const u8 *ctx,u64 … in tweetnacl_crypto_sign_open() 453 u64 i; in tweetnacl_crypto_sign_open() [all …]
|
/optee_os-3.20.0/core/arch/arm/crypto/ |
A D | ghash-ce-core_a32.S | 161 vshr.u64 T1, XL, #1 164 vshr.u64 T1, T1, #6 165 vshr.u64 XL, XL, #1 218 vshl.u64 MASK, MASK, #57
|
A D | aes_modes_armv8a_ce_a32.S | 368 vadd.u64 \out, \in, \in
|
Completed in 5 milliseconds