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:num_rand_bytes
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ecryptfs/
H
A
D
keystore.c
592
size_t
num_rand_bytes
;
member
655
s->
num_rand_bytes
= (ECRYPTFS_FILENAME_MIN_RANDOM_PREPEND_BYTES + 1);
in ecryptfs_write_tag_70_packet()
656
s->block_aligned_filename_size = (s->
num_rand_bytes
+ filename_size);
in ecryptfs_write_tag_70_packet()
658
s->
num_rand_bytes
+= (s->block_size
in ecryptfs_write_tag_70_packet()
661
s->block_aligned_filename_size = (s->
num_rand_bytes
in ecryptfs_write_tag_70_packet()
769
for (s->j = 0; s->j < (s->
num_rand_bytes
- 1); s->j++) {
in ecryptfs_write_tag_70_packet()
789
memcpy(&s->block_aligned_filename[s->
num_rand_bytes
], filename,
in ecryptfs_write_tag_70_packet()
/kernel/linux/linux-6.6/fs/ecryptfs/
H
A
D
keystore.c
593
size_t
num_rand_bytes
;
member
656
s->
num_rand_bytes
= (ECRYPTFS_FILENAME_MIN_RANDOM_PREPEND_BYTES + 1);
in ecryptfs_write_tag_70_packet()
657
s->block_aligned_filename_size = (s->
num_rand_bytes
+ filename_size);
in ecryptfs_write_tag_70_packet()
659
s->
num_rand_bytes
+= (s->block_size
in ecryptfs_write_tag_70_packet()
662
s->block_aligned_filename_size = (s->
num_rand_bytes
in ecryptfs_write_tag_70_packet()
770
for (s->j = 0; s->j < (s->
num_rand_bytes
- 1); s->j++) {
in ecryptfs_write_tag_70_packet()
790
memcpy(&s->block_aligned_filename[s->
num_rand_bytes
], filename,
in ecryptfs_write_tag_70_packet()
Completed in 7 milliseconds