Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c751 __attribute_noinline__ static int tls_mbedtls_readfile(const char *path, u8 **buf, size_t *n);
1332 __attribute_noinline__ static int tls_mbedtls_readfile(const char *path, u8 **buf, size_t *n) in tls_mbedtls_readfile() function
1417 if (tls_mbedtls_readfile(ca_cert_file, &data, &len)) in tls_mbedtls_set_ca_and_crl()
1574 if (tls_mbedtls_readfile(params->client_cert, &data, &len)) in tls_mbedtls_set_certs()
1611 if (params->private_key && tls_mbedtls_readfile(params->private_key, &data, &len)) in tls_mbedtls_set_certs()