Searched refs:signed_start (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/tls/
H A Dtlsv1_client_write.c579 u8 *pos, *rhdr, *hs_start, *hs_length, *signed_start; local
713 signed_start = pos; /* length to be filled */
724 WPA_PUT_BE16(signed_start, clen);
H A Dtlsv1_server_write.c565 u8 *signed_start; local
653 signed_start = pos; /* length to be filled */
664 WPA_PUT_BE16(signed_start, clen);
/freebsd-12-stable/contrib/wpa/src/common/
H A Ddpp.c5559 const char *pos, *end, *signed_start, *signed_end; local
5588 signed_start = pos = connector;
5690 if (EVP_DigestVerifyUpdate(md_ctx, signed_start,
5691 signed_end - signed_start + 1) != 1) {

Completed in 130 milliseconds