Searched refs:nonce_point (Results 1 – 1 of 1) sorted by relevance
142 uint8_t nonce_point[EDDSA_448_PUBLIC_BYTES] = { 0 }; in c448_ed448_sign() local196 curve448_point_mul_by_ratio_and_encode_like_eddsa(nonce_point, p); in c448_ed448_sign()206 || !EVP_DigestUpdate(hashctx, nonce_point, sizeof(nonce_point)) in c448_ed448_sign()221 memcpy(signature, nonce_point, sizeof(nonce_point)); in c448_ed448_sign()