Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_server_write.c43 u8 **msgpos, u8 *end) in tls_write_server_hello() argument
49 pos = *msgpos; in tls_write_server_hello()
150 *msgpos = pos; in tls_write_server_hello()
157 u8 **msgpos, u8 *end) in tls_write_server_certificate() argument
171 pos = *msgpos; in tls_write_server_certificate()
237 *msgpos = pos; in tls_write_server_certificate()
244 u8 **msgpos, u8 *end) in tls_write_server_key_exchange() argument
355 pos = *msgpos; in tls_write_server_key_exchange()
429 *msgpos = pos; in tls_write_server_key_exchange()
436 u8 **msgpos, u8 *end) in tls_write_server_certificate_request() argument
[all …]
Dtlsv1_client_write.c130 u8 **msgpos, u8 *end) in tls_write_client_certificate() argument
136 pos = *msgpos; in tls_write_client_certificate()
202 *msgpos = pos; in tls_write_client_certificate()
372 u8 **msgpos, u8 *end) in tls_write_client_key_exchange() argument
385 pos = *msgpos; in tls_write_client_key_exchange()
423 *msgpos = pos; in tls_write_client_key_exchange()
430 u8 **msgpos, u8 *end) in tls_write_client_certificate_verify() argument
437 pos = *msgpos; in tls_write_client_certificate_verify()
601 *msgpos = pos; in tls_write_client_certificate_verify()
608 u8 **msgpos, u8 *end) in tls_write_client_change_cipher_spec() argument
[all …]