Go to the source code of this file.
|
static int | pkey_ed25519_copy (EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src) |
|
static int | pkey_ed25519_keygen (EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) |
|
static int | pkey_ed25519_sign_message (EVP_PKEY_CTX *ctx, uint8_t *sig, size_t *siglen, const uint8_t *tbs, size_t tbslen) |
|
static int | pkey_ed25519_verify_message (EVP_PKEY_CTX *ctx, const uint8_t *sig, size_t siglen, const uint8_t *tbs, size_t tbslen) |
|
◆ pkey_ed25519_copy()
◆ pkey_ed25519_keygen()
◆ pkey_ed25519_sign_message()
◆ pkey_ed25519_verify_message()
◆ ed25519_pkey_meth
Initial value:= {
NULL ,
NULL ,
NULL ,
NULL ,
NULL ,
NULL ,
NULL ,
NULL ,
NULL ,
NULL ,
}
Definition at line 88 of file p_ed25519.c.