Home
last modified time | relevance | path

Searched refs:keyrings (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H A Dima_keys.sh52 local keycheck_lines i keyrings templates
53 local pattern='keyrings=[^[:space:]]+'
56 tst_res TINFO "verify key measurement for keyrings and templates specified in IMA policy"
60 keyrings=$(for i in $keycheck_lines; do echo "$i" | grep "keyrings" | \
62 if [ -z "$keyrings" ]; then
63 tst_res TCONF "IMA policy has a keyring key-value specifier, but no specified keyrings"
70 tst_res TINFO "keyrings: '$keyrings'"
73 grep -E "($templates).*($keyrings)"
[all...]
/third_party/f2fs-tools/tools/
H A Df2fscrypt.c553 static const struct keyring_map keyrings[] = { variable
587 for (x = 0; x < (sizeof(keyrings) / sizeof(keyrings[0])); ++x) { in get_keyring_id()
588 if (strcmp(keyring, keyrings[x].name) == 0) { in get_keyring_id()
589 return keyrings[x].code; in get_keyring_id()

Completed in 3 milliseconds