Searched refs:appcookielen (Results 1 – 2 of 2) sorted by relevance
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
H A D | extensions_srvr.c | 1776 size_t startlen, ciphlen, totcookielen, hashlen, hmaclen, appcookielen; in tls_construct_stoc_cookie() local 1832 if (s->ctx->gen_stateless_cookie_cb(s, appcookie1, &appcookielen) == 0) { in tls_construct_stoc_cookie() 1838 if (!WPACKET_allocate_bytes(pkt, appcookielen, &appcookie2) in tls_construct_stoc_cookie()
|
/netbsd/crypto/external/bsd/openssl/dist/ssl/statem/ |
H A D | extensions_srvr.c | 1725 size_t startlen, ciphlen, totcookielen, hashlen, hmaclen, appcookielen; in tls_construct_stoc_cookie() local 1778 if (s->ctx->gen_stateless_cookie_cb(s, appcookie1, &appcookielen) == 0) { in tls_construct_stoc_cookie() 1783 if (!WPACKET_allocate_bytes(pkt, appcookielen, &appcookie2) in tls_construct_stoc_cookie()
|