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

  /external/boringssl/src/crypto/cipher/
tls_cbc.c 288 mac_end_offset, c, index_a, index_b; local
380 /* index_a is the hash block number that contains the 0x80 terminating
382 index_a = mac_end_offset / md_block_size;
426 * it in constant time. If the |i==index_a| then we'll include the 0x80
432 uint8_t is_block_a = constant_time_eq_8(i, index_a);
454 * index_a (the end of the data), then the 64-bit
455 * length didn't fit into index_a and we're having to
  /external/vixl/test/
test-simulator-a64.cc 440 Register index_a = w5; local
463 __ Mov(index_a, 0);
465 __ Ldr(fa, MemOperand(inputs_base, index_a, UXTW, index_shift));
473 __ Add(index_a, index_a, 1);
474 __ Cmp(index_a, inputs_length);
    [all...]

Completed in 154 milliseconds