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:salt_ptr
(Results
1 - 6
of
6
) sorted by relevance
/third_party/fsverity-utils/programs/
H
A
D
fsverity.c
191
static bool parse_salt_option(const char *arg, u8 **
salt_ptr
,
in parse_salt_option()
argument
194
if (*
salt_ptr
!= NULL) {
in parse_salt_option()
199
*
salt_ptr
= xmalloc(*salt_size_ptr);
in parse_salt_option()
200
if (!hex2bin(arg, *
salt_ptr
, *salt_size_ptr)) {
in parse_salt_option()
/third_party/ltp/include/lapi/
H
A
D
fsverity.h
27
uint64_t
salt_ptr
;
member
/third_party/fsverity-utils/lib/
H
A
D
enable.c
46
arg.
salt_ptr
= (uintptr_t)params->salt;
in libfsverity_enable_with_sig()
/third_party/fsverity-utils/common/
H
A
D
fsverity_uapi.h
26
__u64
salt_ptr
;
member
/third_party/rust/crates/rust-openssl/openssl/src/
H
A
D
pkcs5.rs
42
let
salt_ptr
= match salt {
in bytes_to_key()
60
salt_ptr
,
in bytes_to_key()
77
salt_ptr
,
in bytes_to_key()
/third_party/ltp/testcases/kernel/syscalls/statx/
H
A
D
statx09.c
102
enable.
salt_ptr
= (intptr_t)NULL;
in flag_setup()
Completed in 2 milliseconds