Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:keyrings
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H
A
D
ima_keys.sh
52
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
D
f2fscrypt.c
553
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