Home
last modified time | relevance | path

Searched refs:load_4 (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/ohos_lite/crypto/ec/
Dcurve25519.c779 static uint64_t load_4(const uint8_t *in) in load_4() function
793 int64_t h0 = load_4(s); in fe_frombytes()
798 int64_t h5 = load_4(s + 16); in fe_frombytes()
4618 int64_t s1 = kBottom21Bits & (load_4(s + 2) >> 5); in x25519_sc_reduce()
4620 int64_t s3 = kBottom21Bits & (load_4(s + 7) >> 7); in x25519_sc_reduce()
4621 int64_t s4 = kBottom21Bits & (load_4(s + 10) >> 4); in x25519_sc_reduce()
4623 int64_t s6 = kBottom21Bits & (load_4(s + 15) >> 6); in x25519_sc_reduce()
4626 int64_t s9 = kBottom21Bits & (load_4(s + 23) >> 5); in x25519_sc_reduce()
4628 int64_t s11 = kBottom21Bits & (load_4(s + 28) >> 7); in x25519_sc_reduce()
4629 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce()
[all …]
/third_party/openssl/crypto/ec/
Dcurve25519.c789 static uint64_t load_4(const uint8_t *in) in load_4() function
803 int64_t h0 = load_4(s); in fe_frombytes()
808 int64_t h5 = load_4(s + 16); in fe_frombytes()
4628 int64_t s1 = kBottom21Bits & (load_4(s + 2) >> 5); in x25519_sc_reduce()
4630 int64_t s3 = kBottom21Bits & (load_4(s + 7) >> 7); in x25519_sc_reduce()
4631 int64_t s4 = kBottom21Bits & (load_4(s + 10) >> 4); in x25519_sc_reduce()
4633 int64_t s6 = kBottom21Bits & (load_4(s + 15) >> 6); in x25519_sc_reduce()
4636 int64_t s9 = kBottom21Bits & (load_4(s + 23) >> 5); in x25519_sc_reduce()
4638 int64_t s11 = kBottom21Bits & (load_4(s + 28) >> 7); in x25519_sc_reduce()
4639 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce()
[all …]
/third_party/flutter/skia/third_party/skcms/src/
DTransform_inl.h327 SI T load_4(const P* p) { in load_4() function
983 r = load_4<F>(rgba+0); in exec_ops()
984 g = load_4<F>(rgba+1); in exec_ops()
985 b = load_4<F>(rgba+2); in exec_ops()
986 a = load_4<F>(rgba+3); in exec_ops()
/third_party/skia/third_party/skcms/src/
DTransform_inl.h410 SI T load_4(const P* p) { in load_4() function
1095 r = load_4<F>(rgba+0); in exec_ops()
1096 g = load_4<F>(rgba+1); in exec_ops()
1097 b = load_4<F>(rgba+2); in exec_ops()
1098 a = load_4<F>(rgba+3); in exec_ops()