Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/curve448/
H A Deddsa.c43 ret = C448_SUCCESS; in oneshot_hash()
89 return C448_SUCCESS; in hash_init_with_dom()
151 return C448_SUCCESS; in ossl_c448_ed448_derive_public_key()
256 ret = C448_SUCCESS; in ossl_c448_ed448_sign()
326 if (C448_SUCCESS != error) in ossl_c448_ed448_verify()
330 if (C448_SUCCESS != error) in ossl_c448_ed448_verify()
389 == C448_SUCCESS; in ossl_ed448_sign()
411 == C448_SUCCESS; in ossl_ed448_verify()
419 == C448_SUCCESS; in ossl_ed448_public_from_private()
H A Dcurve448utils.h72 C448_SUCCESS = -1, /**< The operation succeeded. */ enumerator
H A Dcurve448.c734 == C448_SUCCESS; in ossl_x448()