Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_write.c435 enum { SIGN_ALG_RSA, SIGN_ALG_DSA } alg = SIGN_ALG_RSA; in tls_write_client_certificate_verify() enumerator
508 if (alg == SIGN_ALG_RSA) { in tls_write_client_certificate_verify()
535 if (alg == SIGN_ALG_RSA) in tls_write_client_certificate_verify()
Dtlsv1_server_read.c774 enum { SIGN_ALG_RSA, SIGN_ALG_DSA } alg = SIGN_ALG_RSA; in tls_process_certificate_verify() enumerator
884 if (alg == SIGN_ALG_RSA) { in tls_process_certificate_verify()
911 if (alg == SIGN_ALG_RSA) in tls_process_certificate_verify()