Home
last modified time | relevance | path

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

/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()
30 u_red[31] = (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, sizeof(u_red)); in s390x_x25519_mod_p()
47 unsigned char u_red[56]; in s390x_x448_mod_p() local
51 memcpy(u_red, u, sizeof(u_red)); in s390x_x448_mod_p()
54 u_red[55] = (unsigned char)c; in s390x_x448_mod_p()
64 u_red[27] = (unsigned char)c; in s390x_x448_mod_p()
[all …]

Completed in 14 milliseconds