Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/curve448/
Deddsa.c104 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()
Dpoint_448.h105 void curve448_scalar_decode_long(curve448_scalar_t out,
Dscalar.c173 void curve448_scalar_decode_long(curve448_scalar_t s, in curve448_scalar_decode_long() function
Dcurve448.c487 curve448_scalar_decode_long(the_scalar, scalar2, sizeof(scalar2)); in x448_derive_public_key()