Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls.c401 typedef int (*tls_prf_fn)(const unsigned char *secret, size_t slen, typedef
406 static tls_prf_fn ssl_tls12prf_from_cs(int ciphersuite_id);
5243 tls_prf_fn prf_func = NULL; in ssl_context_load()
8727 static tls_prf_fn ssl_tls12prf_from_cs(int ciphersuite_id) in ssl_tls12prf_from_cs()