Searched defs:h1 (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 | 313 uint64_t h1 = load_6(s + 7) << 5; /* 53 bits */ in fe51_frombytes() local 333 uint64_t h1 = h[1]; in fe51_tobytes() local 402 u128 h0, h1, h2, h3, h4; in fe51_mul() local 515 u128 h1 = f[1] * (u128)121666; in fe51_mul121666() local 804 int64_t h1 = load_3(s + 4) << 6; in fe_frombytes() local 875 int32_t h1 = h[1]; in fe_tobytes() local 1182 …int64_t h1 = f0g1 + f1g0 + f2g9_19 + f3g8_19 + f4g7_19 + f5g6_19 + f6g5_19 + f7g4_19 + f8g3_19 … in fe_mul() local 1356 int64_t h1 = f0f1_2 + f2f9_38 + f3f8_38 + f4f7_38 + f5f6_38; in fe_sq() local 1665 int64_t h1 = f0f1_2 + f2f9_38 + f3f8_38 + f4f7_38 + f5f6_38; in fe_sq2() local 4328 int64_t h1 = f1 * (int64_t) 121666; in fe_mul121666() local
|
Completed in 63 milliseconds