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:cur_aes_mk_state
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
zcrypt_cex2c.c
119
if (ci.
cur_aes_mk_state
>= '1' && ci.
cur_aes_mk_state
<= '2')
in cca_mkvps_show()
122
cao_state[ci.
cur_aes_mk_state
- '1'],
in cca_mkvps_show()
H
A
D
zcrypt_cex4.c
131
if (ci.
cur_aes_mk_state
>= '1' && ci.
cur_aes_mk_state
<= '2')
in cca_mkvps_show()
134
cao_state[ci.
cur_aes_mk_state
- '1'],
in cca_mkvps_show()
H
A
D
zcrypt_ccamisc.h
249
char
cur_aes_mk_state
; /* '1' invalid, '2' valid */
member
H
A
D
zcrypt_ccamisc.c
1703
ci->
cur_aes_mk_state
= (char) rarray[8*8];
in fetch_cca_info()
1707
if (ci->
cur_aes_mk_state
== '2')
in fetch_cca_info()
1787
ci.
cur_aes_mk_state
== '2' &&
in findcard()
1795
ci.
cur_aes_mk_state
== '2' &&
in findcard()
1818
ci.
cur_aes_mk_state
== '2' &&
in findcard()
1920
if (mktype == AES_MK_SET && ci.
cur_aes_mk_state
!= '2')
in cca_findcard2()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
zcrypt_cex4.c
132
if (ci.
cur_aes_mk_state
>= '1' && ci.
cur_aes_mk_state
<= '2')
in cca_mkvps_show()
134
cao_state[ci.
cur_aes_mk_state
- '1'],
in cca_mkvps_show()
H
A
D
zcrypt_ccamisc.h
249
char
cur_aes_mk_state
; /* '1' invalid, '2' valid */
member
H
A
D
zcrypt_ccamisc.c
1719
ci->
cur_aes_mk_state
= (char)rarray[8 * 8];
in fetch_cca_info()
1723
if (ci->
cur_aes_mk_state
== '2')
in fetch_cca_info()
1803
ci.
cur_aes_mk_state
== '2' &&
in findcard()
1811
ci.
cur_aes_mk_state
== '2' &&
in findcard()
1834
ci.
cur_aes_mk_state
== '2' &&
in findcard()
1937
if (mktype == AES_MK_SET && ci.
cur_aes_mk_state
!= '2')
in cca_findcard2()
Completed in 10 milliseconds