Searched defs:evp_keyexch_st (Results 1 – 1 of 1) sorted by relevance
135 struct evp_keyexch_st { struct136 int name_id;137 char *type_name;138 const char *description;139 OSSL_PROVIDER *prov;140 CRYPTO_REF_COUNT refcnt;141 CRYPTO_RWLOCK *lock;143 OSSL_FUNC_keyexch_newctx_fn *newctx;144 OSSL_FUNC_keyexch_init_fn *init;146 OSSL_FUNC_keyexch_derive_fn *derive;[all …]
Completed in 4 milliseconds