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:ecryptfs_message
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ecryptfs/
H
A
D
miscdev.c
150
struct
ecryptfs_message
*msg;
in ecryptfs_send_miscdev()
178
* Octets 5-N0: Size of struct
ecryptfs_message
to follow
179
* Octets N0-N1: struct
ecryptfs_message
(including data)
191
+ sizeof(struct
ecryptfs_message
) \
315
* @data: Bytes comprising struct
ecryptfs_message
316
* @data_size: sizeof(struct
ecryptfs_message
) + data len
324
struct
ecryptfs_message
*msg = (struct
ecryptfs_message
*)data;
in ecryptfs_miscdev_response()
406
+ sizeof(struct
ecryptfs_message
))) {
in ecryptfs_miscdev_write()
412
+ sizeof(struct
ecryptfs_message
)), coun
in ecryptfs_miscdev_write()
[all...]
H
A
D
ecryptfs_kernel.h
370
struct
ecryptfs_message
{
struct
398
struct
ecryptfs_message
*msg;
619
struct
ecryptfs_message
*msg, u32 seq);
623
struct
ecryptfs_message
**emsg);
639
struct
ecryptfs_message
**emsg)
in ecryptfs_wait_for_response()
H
A
D
messaging.c
206
struct
ecryptfs_message
*msg, u32 seq)
in ecryptfs_process_response()
325
struct
ecryptfs_message
**msg)
in ecryptfs_wait_for_response()
H
A
D
keystore.c
200
struct
ecryptfs_message
*msg)
in parse_tag_65_packet()
347
struct
ecryptfs_message
*msg)
in parse_tag_67_packet()
1130
struct
ecryptfs_message
*msg = NULL;
in decrypt_pki_encrypted_session_key()
1968
struct
ecryptfs_message
*msg;
in pki_encrypt_session_key()
/kernel/linux/linux-6.6/fs/ecryptfs/
H
A
D
miscdev.c
150
struct
ecryptfs_message
*msg;
in ecryptfs_send_miscdev()
178
* Octets 5-N0: Size of struct
ecryptfs_message
to follow
179
* Octets N0-N1: struct
ecryptfs_message
(including data)
191
+ sizeof(struct
ecryptfs_message
) \
316
* @data: Bytes comprising struct
ecryptfs_message
317
* @data_size: sizeof(struct
ecryptfs_message
) + data len
325
struct
ecryptfs_message
*msg = (struct
ecryptfs_message
*)data;
in ecryptfs_miscdev_response()
407
+ sizeof(struct
ecryptfs_message
))) {
in ecryptfs_miscdev_write()
413
+ sizeof(struct
ecryptfs_message
)), coun
in ecryptfs_miscdev_write()
[all...]
H
A
D
ecryptfs_kernel.h
367
struct
ecryptfs_message
{
struct
395
struct
ecryptfs_message
*msg;
604
struct
ecryptfs_message
*msg, u32 seq);
608
struct
ecryptfs_message
**emsg);
624
struct
ecryptfs_message
**emsg)
in ecryptfs_wait_for_response()
H
A
D
messaging.c
207
struct
ecryptfs_message
*msg, u32 seq)
in ecryptfs_process_response()
327
struct
ecryptfs_message
**msg)
in ecryptfs_wait_for_response()
H
A
D
keystore.c
200
struct
ecryptfs_message
*msg)
in parse_tag_65_packet()
347
struct
ecryptfs_message
*msg)
in parse_tag_67_packet()
1131
struct
ecryptfs_message
*msg = NULL;
in decrypt_pki_encrypted_session_key()
1969
struct
ecryptfs_message
*msg;
in pki_encrypt_session_key()
Completed in 14 milliseconds