Searched defs:h4 (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 | 316 uint64_t h4 = (load_6(s + 26) & 0x7fffffffffff) << 4; /* 51 bits */ in fe51_frombytes() local 336 uint64_t h4 = h[4]; in fe51_tobytes() local 402 u128 h0, h1, h2, h3, h4; in fe51_mul() local 518 u128 h4 = f[4] * (u128)121666; in fe51_mul121666() local 807 int64_t h4 = load_3(s + 13) << 2; in fe_frombytes() local 878 int32_t h4 = h[4]; in fe_tobytes() local 1185 …int64_t h4 = f0g4 + f1g3_2 + f2g2 + f3g1_2 + f4g0 + f5g9_38 + f6g8_19 + f7g7_38 + f8g6_19 … in fe_mul() local 1359 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; in fe_sq() local 1668 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; in fe_sq2() local 4331 int64_t h4 = f4 * (int64_t) 121666; in fe_mul121666() local
|
Completed in 23 milliseconds