Searched defs:h0 (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 | 312 uint64_t h0 = load_7(s); /* 56 bits */ in fe51_frombytes() local 332 uint64_t h0 = h[0]; in fe51_tobytes() local 402 u128 h0, h1, h2, h3, h4; in fe51_mul() local 514 u128 h0 = f[0] * (u128)121666; in fe51_mul121666() local 803 int64_t h0 = load_4(s); in fe_frombytes() local 874 int32_t h0 = h[0]; in fe_tobytes() local 1181 …int64_t h0 = f0g0 + f1g9_38 + f2g8_19 + f3g7_38 + f4g6_19 + f5g5_38 + f6g4_19 + f7g3_38 + f8g2_19 … in fe_mul() local 1355 int64_t h0 = f0f0 + f1f9_76 + f2f8_38 + f3f7_76 + f4f6_38 + f5f5_38; in fe_sq() local 1664 int64_t h0 = f0f0 + f1f9_76 + f2f8_38 + f3f7_76 + f4f6_38 + f5f5_38; in fe_sq2() local 4327 int64_t h0 = f0 * (int64_t) 121666; in fe_mul121666() local
|
Completed in 35 milliseconds