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:TOKVER_EP11_AES
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
zcrypt_ep11misc.h
23
#define
TOKVER_EP11_AES
0x03 /* EP11 AES key blob (old style) */
macro
H
A
D
zcrypt_ep11misc.c
273
if (kb->head.version !=
TOKVER_EP11_AES
) {
in ep11_check_aes_key()
276
__func__, (int) kb->head.version,
TOKVER_EP11_AES
);
in ep11_check_aes_key()
790
kb->head.version =
TOKVER_EP11_AES
;
in ep11_genaeskey()
1058
kb->head.version =
TOKVER_EP11_AES
;
in ep11_unwrapkey()
1110
kb->head.version ==
TOKVER_EP11_AES
) {
in ep11_wrapkey()
1294
&& hdr->version ==
TOKVER_EP11_AES
in ep11_kblob2protkey()
H
A
D
pkey_api.c
455
case
TOKVER_EP11_AES
: {
in pkey_nonccatok2pkey()
729
&& hdr->version ==
TOKVER_EP11_AES
) {
in pkey_verifykey2()
790
if (hdr->version ==
TOKVER_EP11_AES
) {
in pkey_keyblob2pkey2()
860
&& hdr->version ==
TOKVER_EP11_AES
in pkey_apqns4key()
1027
&& hdr->version ==
TOKVER_EP11_AES
in pkey_keyblob2pkey3()
1083
&& hdr->version ==
TOKVER_EP11_AES
in pkey_keyblob2pkey3()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
zcrypt_ep11misc.h
25
#define
TOKVER_EP11_AES
0x03 /* EP11 AES key blob (old style) */
macro
H
A
D
pkey_api.c
613
case
TOKVER_EP11_AES
: {
in pkey_nonccatok2pkey()
906
hdr->version ==
TOKVER_EP11_AES
) {
in pkey_verifykey2()
997
if (hdr->version ==
TOKVER_EP11_AES
) {
in pkey_keyblob2pkey2()
1073
hdr->version ==
TOKVER_EP11_AES
&&
in pkey_apqns4key()
1246
hdr->version ==
TOKVER_EP11_AES
&&
in pkey_keyblob2pkey3()
1296
hdr->version ==
TOKVER_EP11_AES
&&
in pkey_keyblob2pkey3()
H
A
D
zcrypt_ep11misc.c
132
case
TOKVER_EP11_AES
:
in ep11_kb_split()
378
if (kb->head.version !=
TOKVER_EP11_AES
) {
in ep11_check_aes_key()
381
__func__, (int)kb->head.version,
TOKVER_EP11_AES
);
in ep11_check_aes_key()
922
case
TOKVER_EP11_AES
:
in ep11_genaeskey()
1463
if (hdr->version ==
TOKVER_EP11_AES
) {
in ep11_kblob2protkey()
Completed in 11 milliseconds