Home
last modified time | relevance | path

Searched refs:evp_keyexch_new (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/crypto/evp/
Dexchange.c21 static EVP_KEYEXCH *evp_keyexch_new(OSSL_PROVIDER *prov) in evp_keyexch_new() function
51 if ((exchange = evp_keyexch_new(prov)) == NULL) { in evp_keyexch_from_algorithm()