Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dgetfattr.c37 int i, key_count; local
55 for (key = keys, key_count = 0; key-keys < keys_len; key += strlen(key)+1)
56 key_count++;
57 sorted_keys = xmalloc(key_count * sizeof(char *));
60 qsort(sorted_keys, key_count, sizeof(char *), qstrcmp);
64 for (i = 0; i < key_count; i++) {
/external/vboot_reference/host/lib21/include/
Dhost_signature2.h56 uint32_t key_count);
86 uint32_t key_count);
/external/vboot_reference/host/lib21/
Dhost_signature.c201 uint32_t key_count) in vb2_sig_size_for_keys() argument
208 for (i = 0; i < key_count; i++) { in vb2_sig_size_for_keys()
246 uint32_t key_count) in vb2_sign_object_multiple() argument
252 for (i = 0; i < key_count; i++) { in vb2_sign_object_multiple()