Home
last modified time | relevance | path

Searched refs: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() argument
90 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in eddsa_digest_signverify_init()
150 int ed25519_digest_sign(void *vpeddsactx, unsigned char *sigret, in ed25519_digest_sign() argument
154 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in ed25519_digest_sign()
191 int ed448_digest_sign(void *vpeddsactx, unsigned char *sigret, in ed448_digest_sign() argument
195 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in ed448_digest_sign()
232 int ed25519_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed25519_digest_verify() argument
236 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in ed25519_digest_verify()
251 int ed448_digest_verify(void *vpeddsactx, const unsigned char *sig, in ed448_digest_verify() argument
255 PROV_EDDSA_CTX *peddsactx = (PROV_EDDSA_CTX *)vpeddsactx; in ed448_digest_verify()
[all …]