Home
last modified time | relevance | path

Searched refs:h5 (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/modes/asm/
H A Daes-gcm-armv8-unroll8_64.pl483 ext $h5.16b, $h5.16b, $h5.16b, #8
771 ext $h5.16b, $h5.16b, $h5.16b, #8
1013 ext $h5.16b, $h5.16b, $h5.16b, #8
1594 ext $h5.16b, $h5.16b, $h5.16b, #8
1878 ext $h5.16b, $h5.16b, $h5.16b, #8
2108 ext $h5.16b, $h5.16b, $h5.16b, #8
2776 ext $h5.16b, $h5.16b, $h5.16b, #8
3083 ext $h5.16b, $h5.16b, $h5.16b, #8
3963 ext $h5.16b, $h5.16b, $h5.16b, #8
4244 ext $h5.16b, $h5.16b, $h5.16b, #8
[all …]
/openssl/crypto/ec/
H A Dcurve25519.c827 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_frombytes()
841 h[5] = (int32_t)h5; in fe_frombytes()
879 int32_t h5 = h[5]; in fe_tobytes() local
892 q = (h5 + q) >> 25; in fe_tobytes()
907 h6 += h5 >> 25; h5 &= kBottom25Bits; in fe_tobytes()
1215 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_mul()
1255 h[5] = (int32_t)h5; in fe_mul()
1380 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_sq()
1400 h[5] = (int32_t)h5; in fe_sq()
1690 h5 += h5; in fe_sq2()
[all …]

Completed in 50 milliseconds