Lines Matching refs:msgpos
253 u8 **msgpos, u8 *end) in tls_write_client_certificate() argument
259 pos = *msgpos; in tls_write_client_certificate()
330 *msgpos = pos; in tls_write_client_certificate()
507 u8 **msgpos, u8 *end) in tls_write_client_key_exchange() argument
520 pos = *msgpos; in tls_write_client_key_exchange()
558 *msgpos = pos; in tls_write_client_key_exchange()
565 u8 **msgpos, u8 *end) in tls_write_client_certificate_verify() argument
571 pos = *msgpos; in tls_write_client_certificate_verify()
730 *msgpos = pos; in tls_write_client_certificate_verify()
737 u8 **msgpos, u8 *end) in tls_write_client_change_cipher_spec() argument
747 *msgpos, end - *msgpos, payload, sizeof(payload), in tls_write_client_change_cipher_spec()
763 *msgpos += rlen; in tls_write_client_change_cipher_spec()
770 u8 **msgpos, u8 *end) in tls_write_client_finished() argument
846 *msgpos, end - *msgpos, hs_start, pos - hs_start, in tls_write_client_finished()
854 *msgpos += rlen; in tls_write_client_finished()