Searched defs:evp_keyexch_st (Results 1 – 1 of 1) sorted by relevance
136 struct evp_keyexch_st { struct137 int name_id;138 char *type_name;139 const char *description;140 OSSL_PROVIDER *prov;141 CRYPTO_REF_COUNT refcnt;142 CRYPTO_RWLOCK *lock;144 OSSL_FUNC_keyexch_newctx_fn *newctx;145 OSSL_FUNC_keyexch_init_fn *init;146 OSSL_FUNC_keyexch_set_peer_fn *set_peer;[all …]