Home
last modified time | relevance | path

Searched refs:vpeddsactx (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/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() argument
90 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in eddsa_digest_signverify_init()
149 int ed25519_digest_sign(void *vpeddsactx, unsigned char *sigret, in ed25519_digest_sign() argument
153 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in ed25519_digest_sign()
190 int ed448_digest_sign(void *vpeddsactx, unsigned char *sigret, in ed448_digest_sign() argument
194 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in ed448_digest_sign()
231 int ed25519_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed25519_digest_verify() argument
235 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in ed25519_digest_verify()
250 int ed448_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed448_digest_verify() argument
254 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in ed448_digest_verify()
269 eddsa_freectx(void *vpeddsactx) eddsa_freectx() argument
278 eddsa_dupctx(void *vpeddsactx) eddsa_dupctx() argument
305 eddsa_get_ctx_params(void *vpeddsactx, OSSL_PARAM *params) eddsa_get_ctx_params() argument
326 eddsa_gettable_ctx_params(ossl_unused void *vpeddsactx, ossl_unused void *provctx) eddsa_gettable_ctx_params() argument
[all...]
/third_party/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() argument
90 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in eddsa_digest_signverify_init()
149 int ed25519_digest_sign(void *vpeddsactx, unsigned char *sigret, in ed25519_digest_sign() argument
153 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in ed25519_digest_sign()
190 int ed448_digest_sign(void *vpeddsactx, unsigned char *sigret, in ed448_digest_sign() argument
194 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in ed448_digest_sign()
231 int ed25519_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed25519_digest_verify() argument
235 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in ed25519_digest_verify()
250 int ed448_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed448_digest_verify() argument
254 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in ed448_digest_verify()
269 eddsa_freectx(void *vpeddsactx) eddsa_freectx() argument
278 eddsa_dupctx(void *vpeddsactx) eddsa_dupctx() argument
305 eddsa_get_ctx_params(void *vpeddsactx, OSSL_PARAM *params) eddsa_get_ctx_params() argument
326 eddsa_gettable_ctx_params(ossl_unused void *vpeddsactx, ossl_unused void *provctx) eddsa_gettable_ctx_params() argument
[all...]

Completed in 6 milliseconds