Symbol: EDDSA_448_PRIVATE_BYTES
crypto/openssl/crypto/ec/curve448/curve448.c
309
enc[EDDSA_448_PRIVATE_BYTES - 1] = 0;
crypto/openssl/crypto/ec/curve448/curve448.c
311
enc[EDDSA_448_PRIVATE_BYTES - 1] |= 0x80 & gf_lobit(t);
crypto/openssl/crypto/ec/curve448/curve448.c
331
low = ~word_is_zero(enc2[EDDSA_448_PRIVATE_BYTES - 1] & 0x80);
crypto/openssl/crypto/ec/curve448/curve448.c
332
enc2[EDDSA_448_PRIVATE_BYTES - 1] &= ~0x80;
crypto/openssl/crypto/ec/curve448/curve448.c
335
succ &= word_is_zero(enc2[EDDSA_448_PRIVATE_BYTES - 1]);
crypto/openssl/crypto/ec/curve448/ed448.h
208
const uint8_t ed[EDDSA_448_PRIVATE_BYTES],
crypto/openssl/crypto/ec/curve448/ed448.h
25
#define EDDSA_448_SIGNATURE_BYTES (EDDSA_448_PUBLIC_BYTES + EDDSA_448_PRIVATE_BYTES)
crypto/openssl/crypto/ec/curve448/ed448.h
43
const uint8_t privkey[EDDSA_448_PRIVATE_BYTES],
crypto/openssl/crypto/ec/curve448/ed448.h
66
const uint8_t privkey[EDDSA_448_PRIVATE_BYTES],
crypto/openssl/crypto/ec/curve448/ed448.h
92
const uint8_t privkey[EDDSA_448_PRIVATE_BYTES],
crypto/openssl/crypto/ec/curve448/eddsa.c
103
EDDSA_448_PRIVATE_BYTES, propq);
crypto/openssl/crypto/ec/curve448/eddsa.c
110
const uint8_t privkey[EDDSA_448_PRIVATE_BYTES],
crypto/openssl/crypto/ec/curve448/eddsa.c
114
uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES];
crypto/openssl/crypto/ec/curve448/eddsa.c
121
EDDSA_448_PRIVATE_BYTES,
crypto/openssl/crypto/ec/curve448/eddsa.c
157
const uint8_t privkey[EDDSA_448_PRIVATE_BYTES],
crypto/openssl/crypto/ec/curve448/eddsa.c
179
uint8_t expanded[EDDSA_448_PRIVATE_BYTES * 2];
crypto/openssl/crypto/ec/curve448/eddsa.c
182
EDDSA_448_PRIVATE_BYTES, propq))
crypto/openssl/crypto/ec/curve448/eddsa.c
186
EDDSA_448_PRIVATE_BYTES);
crypto/openssl/crypto/ec/curve448/eddsa.c
192
expanded + EDDSA_448_PRIVATE_BYTES,
crypto/openssl/crypto/ec/curve448/eddsa.c
193
EDDSA_448_PRIVATE_BYTES)
crypto/openssl/crypto/ec/curve448/eddsa.c
203
uint8_t nonce[2 * EDDSA_448_PRIVATE_BYTES];
crypto/openssl/crypto/ec/curve448/eddsa.c
228
uint8_t challenge[2 * EDDSA_448_PRIVATE_BYTES];
crypto/openssl/crypto/ec/curve448/eddsa.c
266
const uint8_t privkey[EDDSA_448_PRIVATE_BYTES],
crypto/openssl/crypto/ec/curve448/eddsa.c
336
uint8_t challenge[2 * EDDSA_448_PRIVATE_BYTES];
crypto/openssl/crypto/ec/curve448/eddsa.c
359
EDDSA_448_PRIVATE_BYTES);
crypto/openssl/crypto/ec/curve448/eddsa.c
50
static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES])
crypto/openssl/crypto/ec/curve448/eddsa.c
53
secret_scalar_ser[EDDSA_448_PRIVATE_BYTES - 1] = 0;
crypto/openssl/crypto/ec/curve448/eddsa.c
54
secret_scalar_ser[EDDSA_448_PRIVATE_BYTES - 2] |= 0x80;
crypto/openssl/crypto/ec/curve448/eddsa.c
97
const uint8_t ed[EDDSA_448_PRIVATE_BYTES],