Searched refs:curve448_scalar_decode_long (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/ec/curve448/ |
D | eddsa.c | 104 curve448_scalar_decode_long(secret_scalar, secret_scalar_ser, in c448_ed448_derive_public_key() 160 curve448_scalar_decode_long(secret_scalar, expanded, in c448_ed448_sign() 181 curve448_scalar_decode_long(nonce_scalar, nonce, sizeof(nonce)); in c448_ed448_sign() 212 curve448_scalar_decode_long(challenge_scalar, challenge, in c448_ed448_sign() 310 curve448_scalar_decode_long(challenge_scalar, challenge, in c448_ed448_verify() 317 curve448_scalar_decode_long(response_scalar, in c448_ed448_verify()
|
D | point_448.h | 105 void curve448_scalar_decode_long(curve448_scalar_t out,
|
D | scalar.c | 173 void curve448_scalar_decode_long(curve448_scalar_t s, in curve448_scalar_decode_long() function
|
D | curve448.c | 487 curve448_scalar_decode_long(the_scalar, scalar2, sizeof(scalar2)); in x448_derive_public_key()
|