Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_write.c145 *pos++ = TLS_SIGN_ALG_RSA; in tls_send_client_hello()
147 *pos++ = TLS_SIGN_ALG_RSA; in tls_send_client_hello()
149 *pos++ = TLS_SIGN_ALG_RSA; in tls_send_client_hello()
695 *pos++ = TLS_SIGN_ALG_RSA; in tls_write_client_certificate_verify()
Dtlsv1_common.h121 TLS_SIGN_ALG_RSA = 1, enumerator
Dtlsv1_server_write.c590 *pos++ = TLS_SIGN_ALG_RSA; in tls_write_server_key_exchange()
Dtlsv1_server_read.c948 pos[1] != TLS_SIGN_ALG_RSA) { in tls_process_certificate_verify()
Dtlsv1_client_read.c750 pos[1] != TLS_SIGN_ALG_RSA) { in tlsv1_process_diffie_hellman()