Searched defs:h3 (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/poly1305/ |
H A D | poly1305.c | 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_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 | 315 uint64_t h3 = load_6(s + 20) << 7; /* 55 bits */ in fe51_frombytes() local 335 uint64_t h3 = h[3]; in fe51_tobytes() local 402 u128 h0, h1, h2, h3, h4; in fe51_mul() local 517 u128 h3 = f[3] * (u128)121666; in fe51_mul121666() local 806 int64_t h3 = load_3(s + 10) << 3; in fe_frombytes() local 877 int32_t h3 = h[3]; in fe_tobytes() local 1184 …int64_t h3 = f0g3 + f1g2 + f2g1 + f3g0 + f4g9_19 + f5g8_19 + f6g7_19 + f7g6_19 + f8g5_19 … in fe_mul() local 1358 int64_t h3 = f0f3_2 + f1f2_2 + f4f9_38 + f5f8_38 + f6f7_38; in fe_sq() local 1667 int64_t h3 = f0f3_2 + f1f2_2 + f4f9_38 + f5f8_38 + f6f7_38; in fe_sq2() local 4330 int64_t h3 = f3 * (int64_t) 121666; in fe_mul121666() local
|
Completed in 24 milliseconds