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:sdescmd5
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
link.c
54
struct sdesc *
sdescmd5
= NULL;
in symlink_hash()
local
56
rc = cifs_alloc_hash("md5", &md5, &
sdescmd5
);
in symlink_hash()
60
rc = crypto_shash_init(&
sdescmd5
->shash);
in symlink_hash()
65
rc = crypto_shash_update(&
sdescmd5
->shash, link_str, link_len);
in symlink_hash()
70
rc = crypto_shash_final(&
sdescmd5
->shash, md5_hash);
in symlink_hash()
75
cifs_free_hash(&md5, &
sdescmd5
);
in symlink_hash()
H
A
D
cifsencrypt.c
121
&server->secmech.
sdescmd5
);
in cifs_calc_signature()
125
rc = crypto_shash_init(&server->secmech.
sdescmd5
->shash);
in cifs_calc_signature()
131
rc = crypto_shash_update(&server->secmech.
sdescmd5
->shash,
in cifs_calc_signature()
139
&server->secmech.
sdescmd5
->shash);
in cifs_calc_signature()
848
kfree(server->secmech.
sdescmd5
);
in cifs_crypto_secmech_release()
849
server->secmech.
sdescmd5
= NULL;
in cifs_crypto_secmech_release()
H
A
D
cifsglob.h
151
struct sdesc *
sdescmd5
; /* ctxt to generate cifs/smb signature */
member
Completed in 8 milliseconds