Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dtlsv1_common.h121 TLS_SIGN_ALG_RSA = 1, enumerator
Dtlsv1_client_write.c127 *pos++ = TLS_SIGN_ALG_RSA; in tls_send_client_hello()
589 *pos++ = TLS_SIGN_ALG_RSA; in tls_write_client_certificate_verify()
Dtlsv1_client_read.c491 pos[1] != TLS_SIGN_ALG_RSA) { in tlsv1_process_diffie_hellman()
Dtlsv1_server_read.c862 pos[1] != TLS_SIGN_ALG_RSA) { in tls_process_certificate_verify()