Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/evp/
H A Devp_locl.h189 struct evp_pkey_ctx_st { struct
191 const EVP_PKEY_METHOD *pmeth;
193 ENGINE *engine;
195 EVP_PKEY *pkey;
197 EVP_PKEY *peerkey;
199 int operation;
201 void *data;
203 void *app_data;
205 EVP_PKEY_gen_cb *pkey_gencb;
207 int *keygen_info;
[all …]