Home
last modified time | relevance | path

Searched refs:block_index (Results 1 – 9 of 9) sorted by relevance

/external/chromium/crypto/
Dsymmetric_key_win.cc242 uint32 block_index, in ComputePBKDF2Block() argument
266 uint32 big_endian_block_index = htonl(block_index); in ComputePBKDF2Block()
443 for (uint32 block_index = 1; block_index <= L; ++block_index) { in DeriveKeyFromPassword() local
444 if (!ComputePBKDF2Block(prf, hLen, salt, iterations, block_index, in DeriveKeyFromPassword()
/external/qemu/block/
Dqcow2-refcount.c121 int refcount_table_index, block_index; in get_refcount() local
138 block_index = cluster_index & in get_refcount()
140 return be16_to_cpu(s->refcount_block_cache[block_index]); in get_refcount()
253 int block_index = (new_block >> s->cluster_bits) & in alloc_refcount_block() local
255 s->refcount_block_cache[block_index] = cpu_to_be16(1); in alloc_refcount_block()
483 int block_index, refcount; in update_refcount() local
511 block_index = cluster_index & in update_refcount()
513 if (first_index == -1 || block_index < first_index) { in update_refcount()
514 first_index = block_index; in update_refcount()
516 if (block_index > last_index) { in update_refcount()
[all …]
/external/dropbear/libtomcrypt/src/encauth/ocb/
Docb_shift_xor.c28 y = ocb_ntz(ocb->block_index++); in ocb_shift_xor()
Docb_init.c127 ocb->block_index = 1; in ocb_init()
/external/dropbear/libtomcrypt/src/mac/pmac/
Dpmac_shift_xor.c27 y = pmac_ntz(pmac->block_index++); in pmac_shift_xor()
Dpmac_init.c126 pmac->block_index = 1; in pmac_init()
/external/chromium/net/disk_cache/
Dsparse_control.h122 int PartialBlockLength(int block_index) const;
Dsparse_control.cc627 int SparseControl::PartialBlockLength(int block_index) const { in PartialBlockLength()
628 if (block_index == child_data_.header.last_block) in PartialBlockLength()
633 if (block_index == entry_len >> 10) in PartialBlockLength()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_mac.h66 unsigned long block_index; /* index # for current block */ member
150 unsigned long block_index; /* index # for current block */ member