HomeSort by relevance Sort by last modified time
    Searched defs:index_a (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
510 /* index_a is the hash block number that contains the 0x80 terminating
512 index_a = mac_end_offset / md_block_size;
579 * it in constant time. If the |i==index_a| then we'll include the 0x80
585 unsigned char is_block_a = constant_time_eq_8(i, index_a);
607 * index_a (the end of the data), then the 64-bit
608 * length didn't fit into index_a and we're having to
  /external/openssl/ssl/
s3_cbc.c 419 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
552 /* index_a is the hash block number that contains the 0x80 terminating
554 index_a = mac_end_offset / md_block_size;
633 * it in constant time. If the |i==index_a| then we'll include the 0x80
639 unsigned char is_block_a = constant_time_eq_8(i, index_a);
661 * index_a (the end of the data), then the 64-bit
662 * length didn't fit into index_a and we're having to

Completed in 2154 milliseconds