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:sa_command_0
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H
A
D
crypto4xx_alg.c
35
sa->
sa_command_0
.w = 0;
in set_dynamic_sa_command_0()
36
sa->
sa_command_0
.bf.save_hash_state = save_h;
in set_dynamic_sa_command_0()
37
sa->
sa_command_0
.bf.save_iv = save_iv;
in set_dynamic_sa_command_0()
38
sa->
sa_command_0
.bf.load_hash_state = ld_h;
in set_dynamic_sa_command_0()
39
sa->
sa_command_0
.bf.load_iv = ld_iv;
in set_dynamic_sa_command_0()
40
sa->
sa_command_0
.bf.hdr_proc = hdr_proc;
in set_dynamic_sa_command_0()
41
sa->
sa_command_0
.bf.hash_alg = h;
in set_dynamic_sa_command_0()
42
sa->
sa_command_0
.bf.cipher_alg = c;
in set_dynamic_sa_command_0()
43
sa->
sa_command_0
.bf.pad_type = pad_type & 3;
in set_dynamic_sa_command_0()
44
sa->
sa_command_0
in set_dynamic_sa_command_0()
[all...]
H
A
D
crypto4xx_sa.h
85
union
sa_command_0
{
union
171
union
sa_command_0
sa_command_0
;
member
H
A
D
crypto4xx_core.c
494
if (sa->
sa_command_0
.bf.hash_alg == SA_HASH_ALG_SHA1) {
in crypto4xx_copy_digest_to_dst()
528
if (pd_uinfo->sa_va->
sa_command_0
.bf.scatter) {
in crypto4xx_cipher_done()
537
if (pd_uinfo->sa_va->
sa_command_0
.bf.save_iv == SA_SAVE_IV) {
in crypto4xx_cipher_done()
581
if (pd_uinfo->sa_va->
sa_command_0
.bf.scatter) {
in crypto4xx_aead_done()
590
if (pd_uinfo->sa_va->
sa_command_0
.bf.dir == DIR_OUTBOUND) {
in crypto4xx_aead_done()
836
sa->
sa_command_0
.bf.gather = 1;
in crypto4xx_build_pd()
864
sa->
sa_command_0
.bf.gather = 0;
in crypto4xx_build_pd()
876
sa->
sa_command_0
.bf.scatter = 0;
in crypto4xx_build_pd()
887
sa->
sa_command_0
.bf.scatter = 1;
in crypto4xx_build_pd()
/kernel/linux/linux-6.6/drivers/crypto/amcc/
H
A
D
crypto4xx_alg.c
35
sa->
sa_command_0
.w = 0;
in set_dynamic_sa_command_0()
36
sa->
sa_command_0
.bf.save_hash_state = save_h;
in set_dynamic_sa_command_0()
37
sa->
sa_command_0
.bf.save_iv = save_iv;
in set_dynamic_sa_command_0()
38
sa->
sa_command_0
.bf.load_hash_state = ld_h;
in set_dynamic_sa_command_0()
39
sa->
sa_command_0
.bf.load_iv = ld_iv;
in set_dynamic_sa_command_0()
40
sa->
sa_command_0
.bf.hdr_proc = hdr_proc;
in set_dynamic_sa_command_0()
41
sa->
sa_command_0
.bf.hash_alg = h;
in set_dynamic_sa_command_0()
42
sa->
sa_command_0
.bf.cipher_alg = c;
in set_dynamic_sa_command_0()
43
sa->
sa_command_0
.bf.pad_type = pad_type & 3;
in set_dynamic_sa_command_0()
44
sa->
sa_command_0
in set_dynamic_sa_command_0()
[all...]
H
A
D
crypto4xx_sa.h
85
union
sa_command_0
{
union
171
union
sa_command_0
sa_command_0
;
member
H
A
D
crypto4xx_core.c
494
if (sa->
sa_command_0
.bf.hash_alg == SA_HASH_ALG_SHA1) {
in crypto4xx_copy_digest_to_dst()
528
if (pd_uinfo->sa_va->
sa_command_0
.bf.scatter) {
in crypto4xx_cipher_done()
537
if (pd_uinfo->sa_va->
sa_command_0
.bf.save_iv == SA_SAVE_IV) {
in crypto4xx_cipher_done()
581
if (pd_uinfo->sa_va->
sa_command_0
.bf.scatter) {
in crypto4xx_aead_done()
590
if (pd_uinfo->sa_va->
sa_command_0
.bf.dir == DIR_OUTBOUND) {
in crypto4xx_aead_done()
836
sa->
sa_command_0
.bf.gather = 1;
in crypto4xx_build_pd()
864
sa->
sa_command_0
.bf.gather = 0;
in crypto4xx_build_pd()
876
sa->
sa_command_0
.bf.scatter = 0;
in crypto4xx_build_pd()
887
sa->
sa_command_0
.bf.scatter = 1;
in crypto4xx_build_pd()
Completed in 9 milliseconds