HomeSort by: relevance | last modified time | path
    Searched defs:tls_global_dh (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/crypto/
tls_wolfssl.c 1463 static int tls_global_dh(void *ssl_ctx, const char *dh_file) function
1553 if (tls_global_dh(tls_ctx, params->dh_file) < 0) {
tls_openssl.c 4155 static int tls_global_dh(struct tls_data *data, const char *dh_file) function
5694 tls_global_dh(data, params->dh_file)) {

Completed in 18 milliseconds