Searched defs:h2 (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/poly1305/ |
H A D | poly1305.c | 153 u64 h0, h1, h2, c; in poly1305_blocks() local 217 u64 h0, h1, h2; in poly1305_emit() local 295 u32 h0, h1, h2, h3, h4, c; in poly1305_blocks() local 383 u32 h0, h1, h2, h3, h4; in poly1305_emit() local
|
H A D | poly1305_base2_44.c | 87 u64 h0, h1, h2, c; in poly1305_blocks() local 138 u64 h0, h1, h2; in poly1305_emit() local
|
H A D | poly1305_ieee754.c | 433 u64 h0, h1, h2, h3, h4; in poly1305_emit() local
|
/openssl/include/openssl/ |
H A D | sha.h | 43 SHA_LONG h0, h1, h2, h3, h4; member
|
/openssl/crypto/ec/ |
H A D | curve25519.c | 314 uint64_t h2 = load_7(s + 13) << 2; /* 58 bits */ in fe51_frombytes() local 334 uint64_t h2 = h[2]; in fe51_tobytes() local 402 u128 h0, h1, h2, h3, h4; in fe51_mul() local 516 u128 h2 = f[2] * (u128)121666; in fe51_mul121666() local 805 int64_t h2 = load_3(s + 7) << 5; in fe_frombytes() local 876 int32_t h2 = h[2]; in fe_tobytes() local 1183 …int64_t h2 = f0g2 + f1g1_2 + f2g0 + f3g9_38 + f4g8_19 + f5g7_38 + f6g6_19 + f7g5_38 + f8g4_19 … in fe_mul() local 1357 int64_t h2 = f0f2_2 + f1f1_2 + f3f9_76 + f4f8_38 + f5f7_76 + f6f6_19; in fe_sq() local 1666 int64_t h2 = f0f2_2 + f1f1_2 + f3f9_76 + f4f8_38 + f5f7_76 + f6f6_19; in fe_sq2() local 4329 int64_t h2 = f2 * (int64_t) 121666; in fe_mul121666() local
|
Completed in 26 milliseconds