HomeSort by: relevance | last modified time | path
    Searched defs:index_a (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
ssl3_cbc.c 145 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
296 * index_a is the hash block number that contains the 0x80 terminating
299 index_a = mac_end_offset / md_block_size;
389 * in constant time. If the |i==index_a| then we'll include the 0x80
396 unsigned char is_block_a = constant_time_eq_8_s(i, index_a);
422 * If this is index_b (the final block), but not index_a (the end
423 * of the data), then the 64-bit length didn't fit into index_a
  /src/crypto/external/bsd/openssl/dist/ssl/
s3_cbc.c 177 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
332 * index_a is the hash block number that contains the 0x80 terminating
335 index_a = mac_end_offset / md_block_size;
425 * in constant time. If the |i==index_a| then we'll include the 0x80
432 unsigned char is_block_a = constant_time_eq_8_s(i, index_a);
456 * If this is index_b (the final block), but not index_a (the end
457 * of the data), then the 64-bit length didn't fit into index_a
  /src/crypto/external/bsd/openssl.old/dist/ssl/
s3_cbc.c 147 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
305 * index_a is the hash block number that contains the 0x80 terminating
308 index_a = mac_end_offset / md_block_size;
398 * in constant time. If the |i==index_a| then we'll include the 0x80
405 unsigned char is_block_a = constant_time_eq_8_s(i, index_a);
429 * If this is index_b (the final block), but not index_a (the end
430 * of the data), then the 64-bit length didn't fit into index_a

Completed in 33 milliseconds