Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dktls.h202 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 De_afalg.c492 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 9 milliseconds