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:fek_buf
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsdecrypt.c
1046
static ntfs_fek *ntfs_fek_import_from_raw(u8 *
fek_buf
, unsigned fek_size)
in ntfs_fek_import_from_raw()
argument
1054
key_size = le32_to_cpup((le32*)
fek_buf
);
in ntfs_fek_import_from_raw()
1069
fek->alg_id = *(le32*)(
fek_buf
+ 8);
in ntfs_fek_import_from_raw()
1072
memcpy(fek->key_data,
fek_buf
+ 16, key_size);
in ntfs_fek_import_from_raw()
1170
u8 *
fek_buf
;
in ntfs_df_array_fek_get()
local
1212
fek_buf
= (u8*)df_header + le32_to_cpu(df_header->fek_offset);
in ntfs_df_array_fek_get()
1214
fek_size = ntfs_raw_fek_decrypt(
fek_buf
, fek_size, rsa_key);
in ntfs_df_array_fek_get()
1217
fek = ntfs_fek_import_from_raw(
fek_buf
, fek_size);
in ntfs_df_array_fek_get()
Completed in 3 milliseconds