Searched refs:bleft (Results 1 – 3 of 3) sorted by relevance
1090 size_t bleft = length; in gcm_mode_encrypt_contiguous_blocks_avx() local1131 if (bleft >= GCM_AVX_MIN_ENCRYPT_BYTES) { in gcm_mode_encrypt_contiguous_blocks_avx()1152 bleft -= need; in gcm_mode_encrypt_contiguous_blocks_avx()1158 for (; bleft >= chunk_size; bleft -= chunk_size) { in gcm_mode_encrypt_contiguous_blocks_avx()1178 if (bleft == 0) { in gcm_mode_encrypt_contiguous_blocks_avx()1183 if (bleft >= GCM_AVX_MIN_ENCRYPT_BYTES) { in gcm_mode_encrypt_contiguous_blocks_avx()1184 done = aesni_gcm_encrypt(datap, ct_buf, bleft, key, cb, ghash); in gcm_mode_encrypt_contiguous_blocks_avx()1196 bleft -= done; in gcm_mode_encrypt_contiguous_blocks_avx()1200 while (bleft > 0) { in gcm_mode_encrypt_contiguous_blocks_avx()1201 if (bleft < block_size) { in gcm_mode_encrypt_contiguous_blocks_avx()[all …]
288 int bleft, mleft; /* size should match sockbuf fields */ in sbspace() local297 bleft = sb->sb_hiwat - sb->sb_ccc; in sbspace()300 return ((bleft < mleft) ? bleft : mleft); in sbspace()
1100 u_int bleft, mleft; in uipc_dgram_sbspace() local1113 bleft = sb->sb_hiwat - sb->uxdg_cc; in uipc_dgram_sbspace()1116 return (bleft >= cc && mleft >= mbcnt); in uipc_dgram_sbspace()