Searched refs:bleft (Results 1 – 3 of 3) sorted by relevance
1238 size_t bleft = length; in gcm_mode_encrypt_contiguous_blocks_avx() local1286 if (bleft >= GCM_AVX_MIN_ENCRYPT_BYTES) { in gcm_mode_encrypt_contiguous_blocks_avx()1307 bleft -= need; in gcm_mode_encrypt_contiguous_blocks_avx()1313 for (; bleft >= chunk_size; bleft -= chunk_size) { in gcm_mode_encrypt_contiguous_blocks_avx()1333 if (bleft == 0) { in gcm_mode_encrypt_contiguous_blocks_avx()1338 if (bleft >= GCM_AVX_MIN_ENCRYPT_BYTES) { in gcm_mode_encrypt_contiguous_blocks_avx()1339 done = encrypt_blocks(datap, ct_buf, bleft, key, cb, htable, in gcm_mode_encrypt_contiguous_blocks_avx()1352 bleft -= done; in gcm_mode_encrypt_contiguous_blocks_avx()1356 while (bleft > 0) { in gcm_mode_encrypt_contiguous_blocks_avx()1357 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()
1918 u_int bleft, mleft; in uipc_dgram_sbspace() local1931 bleft = sb->sb_hiwat - sb->uxdg_cc; in uipc_dgram_sbspace()1934 return (bleft >= cc && mleft >= mbcnt); in uipc_dgram_sbspace()