Home | History | Annotate | Download | only in evp

Lines Matching refs:EVP_PKEY

81   int (*pub_decode)(EVP_PKEY *out, CBS *params, CBS *key);
85 int (*pub_encode)(CBB *out, const EVP_PKEY *key);
87 int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b);
93 int (*priv_decode)(EVP_PKEY *out, CBS *params, CBS *key);
97 int (*priv_encode)(CBB *out, const EVP_PKEY *key);
101 int (*pkey_opaque)(const EVP_PKEY *pk);
107 int (*pkey_supports_digest)(const EVP_PKEY *pkey, const EVP_MD *md);
109 int (*pkey_size)(const EVP_PKEY *pk);
110 int (*pkey_bits)(const EVP_PKEY *pk);
112 int (*param_missing)(const EVP_PKEY *pk);
113 int (*param_copy)(EVP_PKEY *to, const EVP_PKEY *from);
114 int (*param_cmp)(const EVP_PKEY *a, const EVP_PKEY *b);
116 void (*pkey_free)(EVP_PKEY *pkey);
187 EVP_PKEY *pkey;
189 EVP_PKEY *peerkey;
203 int (*keygen)(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey);