Home
last modified time | relevance | path

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

12

/freebsd/crypto/heimdal/doc/
H A Dheimdal.css7 h1, h2, h3 { selector
23 h3 { selector
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h11 int64_t h3 = load_3(s + 10) << 3; in fe25519_frombytes() local
105 int32_t h3 = f[3]; 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/contrib/arm-optimized-routines/networking/
H A Dchksum.c53 uint64_t h3 = load32(cptr + 12); in __chksum() local
/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/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c36 uint64_t h3 = load_3(s + 10) << 3; in fe_frombytes() local
/freebsd/contrib/lua/doc/
H A Dlua.css19 h1, h2, h3, h4 { selector
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h38 uint64_t h3 = f[3] + g[3]; 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.h46 int32_t h3 = f[3] + g[3]; in fe25519_add() local
84 int32_t h3 = f[3] - g[3]; in fe25519_sub() local
120 int32_t h3 = -f[3]; in fe25519_neg() local
514 int64_t h3 = f0g3 + f1g2 + f2g1 + f3g0 + f4g9_19 + f5g8_19 + f6g7_19 + in fe25519_mul() local
724 int64_t h3 = f0f3_2 + f1f2_2 + f4f9_38 + f5f8_38 + f6f7_38; in fe25519_sq() local
896 int64_t h3 = f0f3_2 + f1f2_2 + f4f9_38 + f5f8_38 + f6f7_38; in fe25519_sq2() local
998 int64_t h3 = f3 * sn; in fe25519_scalar_product() local
/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.c419 UINT64 h1,h2,h3; in nh_aux() local
474 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.c315 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
4335 int64_t h3 = f3 * (int64_t) 121666; in fe_mul121666() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h130 uint32_t h3 = seed; in hash_x86_128() local
/freebsd/contrib/llvm-project/lld/docs/llvm-theme/static/
H A Dllvm.css173 h3 { selector
/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/llvm-project/clang/lib/Headers/
H A Dhexagon_types.h572 #define HEXAGON_V64_CREATE_H(h3, h2, h1, h0) \ argument
587 #define HEXAGON_V64_CREATE_H(h3, h2, h1, h0) \ argument
631 HEXAGON_Vect64C(short h3, short h2, short h1, short h0) in HEXAGON_Vect64C()
1799 #define Q6V64_CREATE_H(h3, h2, h1, h0) \ argument
1814 #define Q6V64_CREATE_H(h3, h2, h1, h0) \ argument
1858 Q6Vect64C(short h3, short h2, short h1, short h0) in Q6Vect64C()
/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…

12