Searched refs:c448_error_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/ec/curve448/
H A Ded448.h40 c448_error_t c448_ed448_derive_public_key(
61 c448_error_t c448_ed448_sign(
85 c448_error_t c448_ed448_sign_prehash(
111 c448_error_t c448_ed448_verify(const uint8_t
136 c448_error_t c448_ed448_verify_prehash(
179 c448_error_t curve448_point_decode_like_eddsa_and_mul_by_ratio(
191 c448_error_t c448_ed448_convert_private_key_to_x448(
H A Dcurve448utils.h72 } c448_error_t; typedef in typeref:enum:__anon7959
75 static ossl_inline c448_error_t c448_succeed_if(c448_bool_t x)
77 return (c448_error_t) x;
H A Deddsa.c22 static c448_error_t oneshot_hash(uint8_t *out, size_t outlen,
48 static c448_error_t hash_init_with_dom(EVP_MD_CTX *hashctx, uint8_t prehashed,
78 c448_error_t c448_ed448_convert_private_key_to_x448(
88 c448_error_t c448_ed448_derive_public_key(
130 c448_error_t c448_ed448_sign(
140 c448_error_t ret = C448_FAILURE;
235 c448_error_t c448_ed448_sign_prehash(
246 c448_error_t c448_ed448_verify(
254 c448_error_t error;
328 c448_error_t c448_ed448_verify_prehas
[all...]
H A Dpoint_448.h95 c448_error_t curve448_scalar_decode(curve448_scalar_t out,
216 __owur c448_error_t x448_int(uint8_t out[X448_PUBLIC_BYTES],
H A Dscalar.c151 c448_error_t curve448_scalar_decode(
H A Dcurve448.c321 c448_error_t curve448_point_decode_like_eddsa_and_mul_by_ratio(
379 c448_error_t x448_int(uint8_t out[X_PUBLIC_BYTES],

Completed in 91 milliseconds