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

/netbsd-current/external/bsd/wpa/dist/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);
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Ddpp.c5560 const char *pos, *end, *signed_start, *signed_end; local
5589 signed_start = pos = connector;
5691 if (EVP_DigestVerifyUpdate(md_ctx, signed_start,
5692 signed_end - signed_start + 1) != 1) {

Completed in 95 milliseconds