Home
last modified time | relevance | path

Searched refs:u_red (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_s390x.c23 unsigned char u_red[32]; in s390x_x25519_mod_p() local
27 memcpy(u_red, u, sizeof(u_red)); in s390x_x25519_mod_p()
29 c += (unsigned int)u_red[31] + 19; in s390x_x25519_mod_p()
30 u_red[31] = (unsigned char)c; in s390x_x25519_mod_p()
34 c += (unsigned int)u_red[i]; in s390x_x25519_mod_p()
35 u_red[i] = (unsigned char)c; in s390x_x25519_mod_p()
39 c = (u_red[0] & 0x80) >> 7; in s390x_x25519_mod_p()
40 u_red[0] &= 0x7f; in s390x_x25519_mod_p()
42 u, u_red, sizeo in s390x_x25519_mod_p()
47 unsigned char u_red[56]; s390x_x448_mod_p() local
[all...]
/third_party/openssl/crypto/ec/
H A Decx_s390x.c23 unsigned char u_red[32]; in s390x_x25519_mod_p() local
27 memcpy(u_red, u, sizeof(u_red)); in s390x_x25519_mod_p()
29 c += (unsigned int)u_red[31] + 19; in s390x_x25519_mod_p()
30 u_red[31] = (unsigned char)c; in s390x_x25519_mod_p()
34 c += (unsigned int)u_red[i]; in s390x_x25519_mod_p()
35 u_red[i] = (unsigned char)c; in s390x_x25519_mod_p()
39 c = (u_red[0] & 0x80) >> 7; in s390x_x25519_mod_p()
40 u_red[0] &= 0x7f; in s390x_x25519_mod_p()
42 u, u_red, sizeo in s390x_x25519_mod_p()
47 unsigned char u_red[56]; s390x_x448_mod_p() local
[all...]

Completed in 2 milliseconds