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:data_tag
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
zcrypt_ep11misc.c
486
u8
data_tag
;
in ep11_query_info()
member
534
if (rep_pl->
data_tag
!= 0x04 || rep_pl->data_lenfmt != 0x82) {
in ep11_query_info()
697
u8
data_tag
;
in ep11_genaeskey()
member
772
if (rep_pl->
data_tag
!= 0x04 || rep_pl->data_lenfmt != 0x82) {
in ep11_genaeskey()
826
u8
data_tag
;
in ep11_cryptsingle()
member
892
if (rep_pl->
data_tag
!= 0x04) {
in ep11_cryptsingle()
962
u8
data_tag
;
in ep11_unwrapkey()
member
1040
if (rep_pl->
data_tag
!= 0x04 || rep_pl->data_lenfmt != 0x82) {
in ep11_unwrapkey()
1093
u8
data_tag
;
in ep11_wrapkey()
member
1178
if (rep_pl->
data_tag
!
in ep11_wrapkey()
[all...]
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
zcrypt_ep11misc.c
590
u8
data_tag
;
in ep11_query_info()
member
638
if (rep_pl->
data_tag
!= 0x04 || rep_pl->data_lenfmt != 0x82) {
in ep11_query_info()
801
u8
data_tag
;
in _ep11_genaeskey()
member
890
if (rep_pl->
data_tag
!= 0x04 || rep_pl->data_lenfmt != 0x82) {
in _ep11_genaeskey()
976
u8
data_tag
;
in ep11_cryptsingle()
member
1042
if (rep_pl->
data_tag
!= 0x04) {
in ep11_cryptsingle()
1112
u8
data_tag
;
in _ep11_unwrapkey()
member
1200
if (rep_pl->
data_tag
!= 0x04 || rep_pl->data_lenfmt != 0x82) {
in _ep11_unwrapkey()
1284
u8
data_tag
;
in _ep11_wrapkey()
member
1355
if (rep_pl->
data_tag
!
in _ep11_wrapkey()
[all...]
/kernel/linux/linux-5.10/drivers/usb/mon/
H
A
D
mon_bin.c
498
char
data_tag
= 0;
in mon_bin_event()
local
536
data_tag
= '<';
in mon_bin_event()
543
data_tag
= '>';
in mon_bin_event()
612
ep->flag_data =
data_tag
;
in mon_bin_event()
/kernel/linux/linux-6.6/drivers/usb/mon/
H
A
D
mon_bin.c
501
char
data_tag
= 0;
in mon_bin_event()
local
539
data_tag
= '<';
in mon_bin_event()
546
data_tag
= '>';
in mon_bin_event()
615
ep->flag_data =
data_tag
;
in mon_bin_event()
Completed in 9 milliseconds