Searched refs:bleft (Results 1 – 3 of 3) sorted by relevance
1228 size_t bleft = length; in gcm_mode_encrypt_contiguous_blocks_avx() local1276 if (bleft >= GCM_AVX_MIN_ENCRYPT_BYTES) { in gcm_mode_encrypt_contiguous_blocks_avx()1297 bleft -= need; in gcm_mode_encrypt_contiguous_blocks_avx()1303 for (; bleft >= chunk_size; bleft -= chunk_size) { in gcm_mode_encrypt_contiguous_blocks_avx()1323 if (bleft == 0) { in gcm_mode_encrypt_contiguous_blocks_avx()1328 if (bleft >= GCM_AVX_MIN_ENCRYPT_BYTES) { in gcm_mode_encrypt_contiguous_blocks_avx()1329 done = encrypt_blocks(datap, ct_buf, bleft, key, cb, htable, in gcm_mode_encrypt_contiguous_blocks_avx()1342 bleft -= done; in gcm_mode_encrypt_contiguous_blocks_avx()1346 while (bleft > 0) { in gcm_mode_encrypt_contiguous_blocks_avx()1347 if (bleft < block_size) { in gcm_mode_encrypt_contiguous_blocks_avx()[all …]
298 int bleft, mleft; /* size should match sockbuf fields */ in sbspace() local304 bleft = sb->sb_hiwat - sb->sb_ccc; in sbspace()307 return ((bleft < mleft) ? bleft : mleft); in sbspace()
1988 u_int bleft, mleft; in uipc_dgram_sbspace() local2001 bleft = sb->sb_hiwat - sb->uxdg_cc; in uipc_dgram_sbspace()2004 return (bleft >= cc && mleft >= mbcnt); in uipc_dgram_sbspace()