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:zcard
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
zcrypt_queue.c
56
struct zcrypt_card *zc = zq->
zcard
;
in online_store()
169
zq->
zcard
= zc;
in zcrypt_queue_register()
216
zc = zq->
zcard
;
in zcrypt_queue_unregister()
H
A
D
zcrypt_msgtype50.c
312
(zq->
zcard
->max_mod_size == CEX3A_MAX_MOD_SIZE)) {
in ICACRT_msg_to_type50CRT_msg()
380
if (zq->
zcard
->user_space_type == ZCRYPT_CEX2A)
in convert_type80()
470
if (zq->
zcard
->user_space_type == ZCRYPT_CEX2A)
in zcrypt_cex2a_modexpo()
516
if (zq->
zcard
->user_space_type == ZCRYPT_CEX2A)
in zcrypt_cex2a_modexpo_crt()
H
A
D
zcrypt_api.h
111
struct zcrypt_card *
zcard
;
member
H
A
D
zcrypt_msgtype6.c
800
if (zq->
zcard
->max_exp_bit_length <= 17) {
in convert_response_ica()
801
zq->
zcard
->max_exp_bit_length = 17;
in convert_response_ica()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
zcrypt_queue.c
56
struct zcrypt_card *zc = zq->
zcard
;
in online_store()
174
zq->
zcard
= zc;
in zcrypt_queue_register()
222
zc = zq->
zcard
;
in zcrypt_queue_unregister()
H
A
D
zcrypt_api.h
108
struct zcrypt_card *
zcard
;
member
H
A
D
zcrypt_msgtype50.c
303
(zq->
zcard
->max_mod_size == CEX3A_MAX_MOD_SIZE)) {
in ICACRT_msg_to_type50CRT_msg()
H
A
D
zcrypt_msgtype6.c
722
if (zq->
zcard
->max_exp_bit_length <= 17) {
in convert_response_ica()
723
zq->
zcard
->max_exp_bit_length = 17;
in convert_response_ica()
Completed in 8 milliseconds