Searched refs:sbytes (Results 1 – 2 of 2) sorted by relevance
/openssl/include/internal/ |
H A D | ktls.h | 202 off_t sbytes = 0; in ktls_sendfile() local 205 ret = sendfile(fd, s, off, size, NULL, &sbytes, flags); in ktls_sendfile() 206 if (ret == -1 && sbytes == 0) in ktls_sendfile() 208 return sbytes; in ktls_sendfile()
|
/openssl/engines/ |
H A D | e_afalg.c | 492 ssize_t sbytes; in afalg_start_cipher_sk() local 530 sbytes = sendmsg(actx->sfd, &msg, 0); in afalg_start_cipher_sk() 531 if (sbytes < 0) { in afalg_start_cipher_sk() 557 sbytes = sendmsg(actx->sfd, &msg, 0); in afalg_start_cipher_sk() 558 if (sbytes < 0) { in afalg_start_cipher_sk() 564 if (sbytes != (ssize_t) inl) { in afalg_start_cipher_sk() 565 ALG_WARN("Cipher operation send bytes %zd != inlen %zd\n", sbytes, in afalg_start_cipher_sk()
|
Completed in 12 milliseconds