Searched refs:noncep (Results 1 – 1 of 1) sorted by relevance
2093 uint64_t *noncep; in ktls_frame() local2182 noncep = (uint64_t *)(tls->params.iv + 8); in ktls_frame()2183 be64enc(tlshdr + 1, *noncep); in ktls_frame()2184 (*noncep)++; in ktls_frame()