Home
last modified time | relevance | path

Searched refs:table_len (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DCryptoType.cpp27 const CryptoType& lookup_crypto_algorithm(const CryptoType table[], int table_len, in lookup_crypto_algorithm() argument
32 for (int i = 0; i < table_len; i++) { in lookup_crypto_algorithm()
DCryptoType.h61 const CryptoType& lookup_crypto_algorithm(const CryptoType table[], int table_len,
/system/extras/verity/
Dbuild_verity_metadata.py42 table_len = len(verity_table)
44 block = struct.pack("II256sI", magic, VERSION, signature, table_len)