Home
last modified time | relevance | path

Searched refs:load_4i (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/cargo-crates/minisign-0.5.19/src/crypto/
H A Dcurve25519.rs450 fn load_4i(s: &[u8]) -> i64 { in load_4i() function
1034 let s23: i64 = load_4i(&s[60..64]) >> 3; in sc_reduce()
1333 let a1 = 2097151 & (load_4i(&a[2..6]) >> 5); in sc_muladd()
1335 let a3 = 2097151 & (load_4i(&a[7..11]) >> 7); in sc_muladd()
1343 let a11 = load_4i(&a[28..32]) >> 7; in sc_muladd()
1345 let b1 = 2097151 & (load_4i(&b[2..6]) >> 5); in sc_muladd()
1347 let b3 = 2097151 & (load_4i(&b[7..11]) >> 7); in sc_muladd()
1355 let b11 = load_4i(&b[28..32]) >> 7; in sc_muladd()
1357 let c1 = 2097151 & (load_4i(&c[2..6]) >> 5); in sc_muladd()
1359 let c3 = 2097151 & (load_4i(&c[7..11]) >> 7); in sc_muladd()
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/minisign-verify-0.2.0/src/crypto/
H A Dcurve25519.rs425 fn load_4i(s: &[u8]) -> i64 { in load_4i() function
921 let mut s1: i64 = 2097151 & (load_4i(&s[2..6]) >> 5); in sc_reduce()
923 let mut s3: i64 = 2097151 & (load_4i(&s[7..11]) >> 7); in sc_reduce()
924 let mut s4: i64 = 2097151 & (load_4i(&s[10..14]) >> 4); in sc_reduce()
926 let mut s6: i64 = 2097151 & (load_4i(&s[15..19]) >> 6); in sc_reduce()
929 let mut s9: i64 = 2097151 & (load_4i(&s[23..27]) >> 5); in sc_reduce()
931 let mut s11: i64 = 2097151 & (load_4i(&s[28..32]) >> 7); in sc_reduce()
939 let s19: i64 = 2097151 & (load_4i(&s[49..53]) >> 7); in sc_reduce()
940 let s20: i64 = 2097151 & (load_4i(&s[52..56]) >> 4); in sc_reduce()
942 let s22: i64 = 2097151 & (load_4i(&s[57..61]) >> 6); in sc_reduce()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/
H A Dcurve25519.rs39 fn load_4i(s: &[u8]) -> i64 { in load_4i() function
405 let mut h0 = load_4i(&s[0..4]); in from_bytes()
410 let mut h5 = load_4i(&s[16..20]); in from_bytes()
1529 let s23: i64 = load_4i(&s[60..64]) >> 3; in sc_reduce()
1759 let a1 = 2097151 & (load_4i(&a[2..6]) >> 5); in sc_muladd()
1761 let a3 = 2097151 & (load_4i(&a[7..11]) >> 7); in sc_muladd()
1769 let a11 = load_4i(&a[28..32]) >> 7; in sc_muladd()
1771 let b1 = 2097151 & (load_4i(&b[2..6]) >> 5); in sc_muladd()
1781 let b11 = load_4i(&b[28..32]) >> 7; in sc_muladd()
1783 let c1 = 2097151 & (load_4i(&c[2..6]) >> 5); in sc_muladd()
[all …]
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rust-crypto-0.2.36/src/
H A Dcurve25519.rs39 fn load_4i(s: &[u8]) -> i64 { in load_4i() function
405 let mut h0 = load_4i(&s[0..4]); in from_bytes()
410 let mut h5 = load_4i(&s[16..20]); in from_bytes()
1529 let s23: i64 = load_4i(&s[60..64]) >> 3; in sc_reduce()
1759 let a1 = 2097151 & (load_4i(&a[2..6]) >> 5); in sc_muladd()
1761 let a3 = 2097151 & (load_4i(&a[7..11]) >> 7); in sc_muladd()
1769 let a11 = load_4i(&a[28..32]) >> 7; in sc_muladd()
1771 let b1 = 2097151 & (load_4i(&b[2..6]) >> 5); in sc_muladd()
1781 let b11 = load_4i(&b[28..32]) >> 7; in sc_muladd()
1783 let c1 = 2097151 & (load_4i(&c[2..6]) >> 5); in sc_muladd()
[all …]