Home
last modified time | relevance | path

Searched defs:h4 (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h12 int64_t h4 = load_3(s + 13) << 2; in fe25519_frombytes() local
106 int32_t h4 = f[4]; in fe25519_reduce() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna32.h62 unsigned long h0, h1, h2, h3, h4; in poly1305_blocks() local
142 unsigned long h0, h1, h2, h3, h4, c; in poly1305_finish() local
/freebsd/crypto/heimdal/doc/
H A Dheimdal.css26 h4 { selector
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/
H A Dfe.h9 uint64_t h0, h1, h2, h3, h4; in fe25519_frombytes() local
/freebsd/contrib/ntp/html/drivers/scripts/
H A Dstyle.css7 p, h4, hr, li {margin-top: .6em; margin-bottom: .6em} selector
/freebsd/contrib/ntp/html/scripts/
H A Dstyle.css7 p, h4, hr, li {margin-top: .6em; margin-bottom: .6em} selector
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c37 uint64_t h4 = load_3(s + 13) << 2; in fe_frombytes() local
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h39 uint64_t h4 = f[4] + g[4]; in fe25519_add() local
56 uint64_t h0, h1, h2, h3, h4; in fe25519_sub() local
498 uint64_t h0, h1, h2, h3, h4; in fe25519_scalar_product() local
H A Ded25519_ref10_fe_25_5.h47 int32_t h4 = f[4] + g[4]; in fe25519_add() local
85 int32_t h4 = f[4] - g[4]; in fe25519_sub() local
121 int32_t h4 = -f[4]; in fe25519_neg() local
516 int64_t h4 = f0g4 + f1g3_2 + f2g2 + f3g1_2 + f4g0 + f5g9_38 + f6g8_19 + in fe25519_mul() local
725 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; in fe25519_sq() local
897 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; in fe25519_sq2() local
999 int64_t h4 = f4 * sn; in fe25519_scalar_product() local
/freebsd/contrib/lua/doc/
H A Dlua.css19 h1, h2, h3, h4 { selector
/freebsd/usr.sbin/rpcbind/
H A Dpmap_svc.c289 int h1, h2, h3, h4, p1, p2; in pmapproc_getport() local
H A Drpcb_svc_com.c447 int h1, h2, h3, h4, p1, p2; in xdr_rmtcall_result() local
1401 int h1, h2, h3, h4, p1, p2; in add_pmaplist() local
/freebsd/crypto/openssl/crypto/poly1305/
H A Dpoly1305.c295 u32 h0, h1, h2, h3, h4, c; in poly1305_blocks() local
383 u32 h0, h1, h2, h3, h4; in poly1305_emit() local
H A Dpoly1305_ieee754.c433 u64 h0, h1, h2, h3, h4; in poly1305_emit() local
/freebsd/crypto/openssh/
H A Dpoly1305.c35 uint32_t h0,h1,h2,h3,h4; in poly1305_auth() local
H A Dumac.c474 UINT64 h1,h2,h3,h4; in nh_aux() local
/freebsd/lib/libmd/
H A Dsha.h71 u_int32_t h0, h1, h2, h3, h4; member
/freebsd/sys/crypto/openssl/
H A Dossl_sha.h29 SHA_LONG h0, h1, h2, h3, h4; member
/freebsd/sys/opencrypto/
H A Dgfmult.c86 struct gf128 h2, h3, h4; in gf128_genmultable4() local
/freebsd/crypto/openssl/include/openssl/
H A Dsha.h43 SHA_LONG h0, h1, h2, h3, h4; member
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c316 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
4336 int64_t h4 = f4 * (int64_t) 121666; in fe_mul121666() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h131 uint32_t h4 = seed; in hash_x86_128() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h253 uint64_t h0 = 0, h1 = 0, h2 = 0, h3 = 0, h4 = 0, h5 = 0, h6 = 0; member
/freebsd/contrib/expat/doc/
H A Dok.min.css2 …ody{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0…
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davx512fp16intrin.h90 #define _mm512_setr_ph(h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12, h13, \ argument