HomeSort by: relevance | last modified time | path
    Searched defs:index_b (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
301 * index_b is the hash block number that contains the 64-bit hash length,
304 index_b = (mac_end_offset + md_length_size) / md_block_size;
397 unsigned char is_block_b = constant_time_eq_8_s(i, index_b);
422 * If this is index_b (the final block), but not index_a (the end
432 /* If this is index_b, write a length byte. */
441 /* If this is index_b, copy the hash value to |mac_out|. */
  /src/crypto/external/bsd/openssl/dist/ssl/
s3_cbc.c 177 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
337 * index_b is the hash block number that contains the 64-bit hash length,
340 index_b = (mac_end_offset + md_length_size) / md_block_size;
433 unsigned char is_block_b = constant_time_eq_8_s(i, index_b);
456 * If this is index_b (the final block), but not index_a (the end
466 /* If this is index_b, write a length byte. */
477 /* If this is index_b, copy the hash value to |mac_out|. */
  /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
310 * index_b is the hash block number that contains the 64-bit hash length,
313 index_b = (mac_end_offset + md_length_size) / md_block_size;
406 unsigned char is_block_b = constant_time_eq_8_s(i, index_b);
429 * If this is index_b (the final block), but not index_a (the end
439 /* If this is index_b, write a length byte. */
450 /* If this is index_b, copy the hash value to |mac_out|. */

Completed in 13 milliseconds