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.c148 *pos++ = TLS_SIGN_ALG_RSA; in tls_send_client_hello()
150 *pos++ = TLS_SIGN_ALG_RSA; in tls_send_client_hello()
152 *pos++ = TLS_SIGN_ALG_RSA; in tls_send_client_hello()
698 *pos++ = TLS_SIGN_ALG_RSA; in tls_write_client_certificate_verify()
Dtlsv1_common.h121 TLS_SIGN_ALG_RSA = 1, enumerator
Dtlsv1_server_write.c593 *pos++ = TLS_SIGN_ALG_RSA; in tls_write_server_key_exchange()
Dtlsv1_server_read.c976 pos[1] != TLS_SIGN_ALG_RSA) { in tls_process_certificate_verify()
Dtlsv1_client_read.c747 pos[1] != TLS_SIGN_ALG_RSA) { in tlsv1_process_diffie_hellman()