Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Devp.h30 struct evp_pkey_ctx_st { struct
32 int operation;
38 OSSL_LIB_CTX *libctx;
39 char *propquery;
40 const char *keytype;
42 EVP_KEYMGMT *keymgmt;
44 union {
83 } op;
90 struct {
98 } cached_parameters;
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Devp.h19 struct evp_pkey_ctx_st { struct
21 const EVP_PKEY_METHOD *pmeth;
23 ENGINE *engine;
25 EVP_PKEY *pkey;
27 EVP_PKEY *peerkey;
29 int operation;
31 void *data;
33 void *app_data;
35 EVP_PKEY_gen_cb *pkey_gencb;
37 int *keygen_info;
[all …]