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:rep_pl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
zcrypt_ep11misc.c
489
} __packed *
rep_pl
;
in ep11_query_info()
local
511
rep_pl
= (struct ep11_info_rep_pl *) (((u8 *) rep) + sizeof(*rep));
in ep11_query_info()
521
rep, sizeof(*rep) + sizeof(*
rep_pl
) + buflen);
in ep11_query_info()
531
rc = check_reply_pl((u8 *)
rep_pl
, __func__);
in ep11_query_info()
534
if (
rep_pl
->data_tag != 0x04 ||
rep_pl
->data_lenfmt != 0x82) {
in ep11_query_info()
539
if (
rep_pl
->data_len > buflen) {
in ep11_query_info()
546
memcpy(buf, ((u8 *)
rep_pl
) + sizeof(*
rep_pl
),
rep_pl
in ep11_query_info()
701
} __packed *
rep_pl
;
ep11_genaeskey()
local
829
} __packed *
rep_pl
;
ep11_cryptsingle()
local
966
} __packed *
rep_pl
;
ep11_unwrapkey()
local
1097
} __packed *
rep_pl
;
ep11_wrapkey()
local
[all...]
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
zcrypt_ep11misc.c
593
} __packed *
rep_pl
;
in ep11_query_info()
local
615
rep_pl
= (struct ep11_info_rep_pl *)(((u8 *)rep) + sizeof(*rep));
in ep11_query_info()
625
rep, sizeof(*rep) + sizeof(*
rep_pl
) + buflen);
in ep11_query_info()
635
rc = check_reply_pl((u8 *)
rep_pl
, __func__);
in ep11_query_info()
638
if (
rep_pl
->data_tag != 0x04 ||
rep_pl
->data_lenfmt != 0x82) {
in ep11_query_info()
643
if (
rep_pl
->data_len > buflen) {
in ep11_query_info()
650
memcpy(buf, ((u8 *)
rep_pl
) + sizeof(*
rep_pl
),
rep_pl
in ep11_query_info()
805
} __packed *
rep_pl
;
_ep11_genaeskey()
local
979
} __packed *
rep_pl
;
ep11_cryptsingle()
local
1116
} __packed *
rep_pl
;
_ep11_unwrapkey()
local
1288
} __packed *
rep_pl
;
_ep11_wrapkey()
local
[all...]
Completed in 4 milliseconds