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:cert_data
(Results
1 - 1
of
1
) sorted by relevance
/base/security/code_signature/services/key_enable/src/
H
A
D
key_enable.rs
52
fn InitLocalCertificate(
cert_data
: *mut u8, cert_size: *mut usize) -> i32;
in InitLocalCertificate()
76
let mut
cert_data
= Vec::with_capacity(cert_size);
in get_local_key()
variables
77
let pcert =
cert_data
.as_mut_ptr();
in get_local_key()
82
cert_data
.set_len(cert_size);
in get_local_key()
83
Some(
cert_data
)
in get_local_key()
112
fn enable_key(key_id: KeySerial, key_name: &str,
cert_data
: &Vec<u8>) -> i32 {
in enable_key()
119
cert_data
.as_ptr(),
in enable_key()
120
cert_data
.len(),
in enable_key()
129
for (i,
cert_data
) in certs.iter().enumerate() {
in enable_key_list()
131
let ret = enable_key(key_id, key_name.as_str(),
cert_data
);
in enable_key_list()
[all...]
Completed in 1 milliseconds