Searched defs:evp_keyexch_st (Results 1 – 1 of 1) sorted by relevance
142 struct evp_keyexch_st { struct143 int name_id;144 char *type_name;145 const char *description;146 OSSL_PROVIDER *prov;147 CRYPTO_REF_COUNT refcnt;149 OSSL_FUNC_keyexch_newctx_fn *newctx;150 OSSL_FUNC_keyexch_init_fn *init;151 OSSL_FUNC_keyexch_set_peer_fn *set_peer;152 OSSL_FUNC_keyexch_derive_fn *derive;[all …]