Home
last modified time | relevance | path

Searched defs:vpeddsactx (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/signature/
H A Deddsa_sig.c86 static int eddsa_digest_signverify_init(void *vpeddsactx, const char *mdname, in eddsa_digest_signverify_init()
149 int ed25519_digest_sign(void *vpeddsactx, unsigned char *sigret, in ed25519_digest_sign()
190 int ed448_digest_sign(void *vpeddsactx, unsigned char *sigret, in ed448_digest_sign()
231 int ed25519_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed25519_digest_verify()
250 int ed448_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed448_digest_verify()
269 static void eddsa_freectx(void *vpeddsactx) in eddsa_freectx()
278 static void *eddsa_dupctx(void *vpeddsactx) in eddsa_dupctx()
305 static int eddsa_get_ctx_params(void *vpeddsactx, OSSL_PARAM *params) in eddsa_get_ctx_params()
326 static const OSSL_PARAM *eddsa_gettable_ctx_params(ossl_unused void *vpeddsactx, in eddsa_gettable_ctx_params()