Searched refs:nonce_point (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/ |
H A D | eddsa.c | 142 uint8_t nonce_point[EDDSA_448_PUBLIC_BYTES] = { 0 }; in c448_ed448_sign() local 196 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
H A D | eddsa.c | 171 uint8_t nonce_point[EDDSA_448_PUBLIC_BYTES] = { 0 }; in ossl_c448_ed448_sign() local 226 ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa(nonce_point, p); in ossl_c448_ed448_sign() 237 || !EVP_DigestUpdate(hashctx, nonce_point, sizeof(nonce_point)) in ossl_c448_ed448_sign() 252 memcpy(signature, nonce_point, sizeof(nonce_point)); in ossl_c448_ed448_sign()
|