HomeSort by relevance Sort by last modified time
    Searched defs:index_b (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/ssl/
s3_cbc.c 404 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
513 /* index_b is the hash block number that contains the 64-bit hash
515 index_b = (mac_end_offset + md_length_size) / md_block_size;
586 unsigned char is_block_b = constant_time_eq_8(i, index_b);
606 /* If this is index_b (the final block), but not
616 /* If this is index_b, write a length byte. */
624 /* If this is index_b, copy the hash value to |mac_out|. */
  /external/openssl/ssl/
s3_cbc.c 419 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
555 /* index_b is the hash block number that contains the 64-bit hash
557 index_b = (mac_end_offset + md_length_size) / md_block_size;
640 unsigned char is_block_b = constant_time_eq_8(i, index_b);
660 /* If this is index_b (the final block), but not
670 /* If this is index_b, write a length byte. */
679 /* If this is index_b, copy the hash value to |mac_out|. */

Completed in 38 milliseconds