Searched defs:EDDSA_448_PUBLIC_BYTES (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/ |
H A D | eddsa.c | 89 uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], in c448_ed448_derive_public_key() 133 const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], in c448_ed448_sign() 238 const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], in c448_ed448_sign_prehash() 248 const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], in c448_ed448_verify() 330 const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], in c448_ed448_verify_prehash()
|
H A D | ed448.h | 19 # define EDDSA_448_PUBLIC_BYTES 57 macro
|
H A D | curve448.c | 275 uint8_t enc[EDDSA_448_PUBLIC_BYTES], in curve448_point_mul_by_ratio_and_encode_like_eddsa() 323 const uint8_t enc[EDDSA_448_PUBLIC_BYTES]) in curve448_point_decode_like_eddsa_and_mul_by_ratio()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
H A D | eddsa.c | 113 uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], in ossl_c448_ed448_derive_public_key() 162 const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], in ossl_c448_ed448_sign() 271 const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], in ossl_c448_ed448_sign_prehash() 283 const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], in ossl_c448_ed448_verify() 367 const uint8_t pubkey[EDDSA_448_PUBLIC_BYTES], in ossl_c448_ed448_verify_prehash()
|
H A D | ed448.h | 19 # define EDDSA_448_PUBLIC_BYTES 57 macro
|
H A D | curve448.c | 280 uint8_t enc[EDDSA_448_PUBLIC_BYTES], in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa() 329 const uint8_t enc[EDDSA_448_PUBLIC_BYTES]) in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
|