Home
last modified time | relevance | path

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

/NextBSD/share/doc/psd/21.ipc/
HDspell.ok203 idsize
/NextBSD/crypto/openssl/ssl/
HDt1_lib.c2287 int idsize; in ssl_scan_clienthello_tlsext() local
2290 n2s(data, idsize); in ssl_scan_clienthello_tlsext()
2291 dsize -= 2 + idsize; in ssl_scan_clienthello_tlsext()
2292 size -= 2 + idsize; in ssl_scan_clienthello_tlsext()
2296 data += idsize; in ssl_scan_clienthello_tlsext()
2297 id = d2i_OCSP_RESPID(NULL, &sdata, idsize); in ssl_scan_clienthello_tlsext()