Searched defs:evp_pkey_ctx_st (Results 1 – 2 of 2) sorted by relevance
30 struct evp_pkey_ctx_st { struct32 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 …]
19 struct evp_pkey_ctx_st { struct21 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 …]