Home
last modified time | relevance | path

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

/openssl/crypto/ec/curve448/
H A Deddsa.c167 uint8_t nonce_point[EDDSA_448_PUBLIC_BYTES] = { 0 }; in ossl_c448_ed448_sign() local
222 ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa(nonce_point, p); in ossl_c448_ed448_sign()
233 || !EVP_DigestUpdate(hashctx, nonce_point, sizeof(nonce_point)) in ossl_c448_ed448_sign()
248 memcpy(signature, nonce_point, sizeof(nonce_point)); in ossl_c448_ed448_sign()

Completed in 6 milliseconds