Home
last modified time | relevance | path

Searched refs:hpos (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_write.c436 u8 hash[MD5_MAC_LEN + SHA1_MAC_LEN], *hpos; in tls_write_client_certificate_verify() local
474 hpos = hash; in tls_write_client_certificate_verify()
479 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) in tls_write_client_certificate_verify()
488 hpos += MD5_MAC_LEN; in tls_write_client_certificate_verify()
495 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify()
Dtlsv1_server_read.c755 u8 hash[MD5_MAC_LEN + SHA1_MAC_LEN], *hpos, *buf; in tls_process_certificate_verify() local
823 hpos = hash; in tls_process_certificate_verify()
828 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) in tls_process_certificate_verify()
837 hpos += MD5_MAC_LEN; in tls_process_certificate_verify()
844 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify()
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dtlsv1_client_write.c440 u8 hash[MD5_MAC_LEN + SHA1_MAC_LEN], *hpos; in tls_write_client_certificate_verify() local
478 hpos = hash; in tls_write_client_certificate_verify()
483 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) in tls_write_client_certificate_verify()
492 hpos += MD5_MAC_LEN; in tls_write_client_certificate_verify()
499 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify()
Dtlsv1_server_read.c759 u8 hash[MD5_MAC_LEN + SHA1_MAC_LEN], *hpos, *buf; in tls_process_certificate_verify() local
827 hpos = hash; in tls_process_certificate_verify()
832 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) in tls_process_certificate_verify()
841 hpos += MD5_MAC_LEN; in tls_process_certificate_verify()
848 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify()
/external/wpa_supplicant/
Dtlsv1_client.c1437 u8 hash[MD5_MAC_LEN + SHA1_MAC_LEN], *hpos; in tls_write_client_certificate_verify() local
1475 hpos = hash; in tls_write_client_certificate_verify()
1480 crypto_hash_finish(conn->verify_md5_cert, hpos, &hlen) < 0) in tls_write_client_certificate_verify()
1489 hpos += MD5_MAC_LEN; in tls_write_client_certificate_verify()
1496 crypto_hash_finish(conn->verify_sha1_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify()
/external/bison/
DOChangeLog901 hpos.