Searched refs:tls_prf (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/crypto/ |
A D | tls_polarssl.c | 26 int (*tls_prf)(const unsigned char *, size_t, const char *, member 215 conn->tls_prf = NULL; in tls_connection_init() 355 if(conn->tls_prf != NULL) in tls_connection_prf() 356 ret = conn->tls_prf( session->master, 48, label, rnd, 64, out, out_len ); in tls_connection_prf() 405 conn->tls_prf = ssl->handshake->tls_prf; in tls_connection_handshake() 755 conn->tls_prf = NULL; in tls_connection_init() 938 if(conn->tls_prf != NULL) in tls_connection_prf() 939 ret = conn->tls_prf( session->master, 48, label, rnd, 64, out, out_len ); in tls_connection_prf() 994 conn->tls_prf = ssl->handshake->tls_prf; in tls_connection_handshake()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | ssl_internal.h | 380 int (*tls_prf)(const unsigned char *, size_t, const char *, member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ssl_tls.c | 652 handshake->tls_prf = ssl3_prf; in mbedtls_ssl_derive_keys() 661 handshake->tls_prf = tls1_prf; in mbedtls_ssl_derive_keys() 672 handshake->tls_prf = tls_prf_sha384; in mbedtls_ssl_derive_keys() 681 handshake->tls_prf = tls_prf_sha256; in mbedtls_ssl_derive_keys() 737 ret = handshake->tls_prf( handshake->premaster, handshake->pmslen, in mbedtls_ssl_derive_keys() 750 ret = handshake->tls_prf( handshake->premaster, handshake->pmslen, in mbedtls_ssl_derive_keys() 786 ret = handshake->tls_prf( session->master, 48, "key expansion", in mbedtls_ssl_derive_keys() 6256 ssl->handshake->tls_prf( session->master, 48, sender, in ssl_calc_finished_tls() 6307 ssl->handshake->tls_prf( session->master, 48, sender, in ssl_calc_finished_tls_sha256() 6356 ssl->handshake->tls_prf( session->master, 48, sender, in ssl_calc_finished_tls_sha384()
|
Completed in 22 milliseconds