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/openssl/openssl/ssl/
s3_cbc.c 455 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
591 /* index_b is the hash block number that contains the 64-bit hash
593 index_b = (mac_end_offset + md_length_size) / md_block_size;
676 unsigned char is_block_b = constant_time_eq_8(i, index_b);
696 /* If this is index_b (the final block), but not
706 /* If this is index_b, write a length byte. */
714 /* If this is index_b, copy the hash value to |mac_out|. */
  /external/openssl/ssl/
s3_cbc.c 455 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
591 /* index_b is the hash block number that contains the 64-bit hash
593 index_b = (mac_end_offset + md_length_size) / md_block_size;
676 unsigned char is_block_b = constant_time_eq_8(i, index_b);
696 /* If this is index_b (the final block), but not
706 /* If this is index_b, write a length byte. */
714 /* If this is index_b, copy the hash value to |mac_out|. */

Completed in 360 milliseconds