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:_key_ctx
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H
A
D
chcr_core.h
68
struct
_key_ctx
{
struct
94
struct
_key_ctx
key_ctx;
H
A
D
chcr_algo.c
598
struct
_key_ctx
*key_ctx)
in generate_copy_rrkey()
3433
key_ctx_size = sizeof(struct
_key_ctx
) + roundup(keylen, 16) * 2;
in chcr_ccm_common_setkey()
3528
key_ctx_size = sizeof(struct
_key_ctx
) + roundup(keylen, 16) +
in chcr_gcm_setkey()
3659
key_ctx_len = sizeof(struct
_key_ctx
) +
in chcr_authenc_setkey()
3726
key_ctx_len = sizeof(struct
_key_ctx
) + roundup(keys.enckeylen, 16);
in chcr_aead_digest_null_setkey()
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H
A
D
chcr_core.h
67
struct
_key_ctx
{
struct
93
struct
_key_ctx
key_ctx;
H
A
D
chcr_algo.c
594
struct
_key_ctx
*key_ctx)
in generate_copy_rrkey()
3429
key_ctx_size = sizeof(struct
_key_ctx
) + roundup(keylen, 16) * 2;
in chcr_ccm_common_setkey()
3524
key_ctx_size = sizeof(struct
_key_ctx
) + roundup(keylen, 16) +
in chcr_gcm_setkey()
3655
key_ctx_len = sizeof(struct
_key_ctx
) +
in chcr_authenc_setkey()
3722
key_ctx_len = sizeof(struct
_key_ctx
) + roundup(keys.enckeylen, 16);
in chcr_aead_digest_null_setkey()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_hw.c
238
static void chtls_rxkey_ivauth(struct
_key_ctx
*kctx)
in chtls_rxkey_ivauth()
251
struct
_key_ctx
*kctx,
in chtls_key_info()
262
key_ctx_size = sizeof(struct
_key_ctx
) +
in chtls_key_info()
362
struct
_key_ctx
*kctx;
in chtls_setkey()
422
kctx = (struct
_key_ctx
*)(kwr + 1);
in chtls_setkey()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_hw.c
238
static void chtls_rxkey_ivauth(struct
_key_ctx
*kctx)
in chtls_rxkey_ivauth()
251
struct
_key_ctx
*kctx,
in chtls_key_info()
262
key_ctx_size = sizeof(struct
_key_ctx
) +
in chtls_key_info()
362
struct
_key_ctx
*kctx;
in chtls_setkey()
422
kctx = (struct
_key_ctx
*)(kwr + 1);
in chtls_setkey()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H
A
D
chcr_ipsec.h
30
struct
_key_ctx
key_ctx;
H
A
D
chcr_ipsec.c
197
key_ctx_size = sizeof(struct
_key_ctx
) +
in ch_ipsec_setkey()
510
struct
_key_ctx
*key_ctx;
in copy_key_cpltx_pktxt()
532
key_ctx = (struct
_key_ctx
*)pos;
in copy_key_cpltx_pktxt()
535
pos += sizeof(struct
_key_ctx
);
in copy_key_cpltx_pktxt()
536
left -= sizeof(struct
_key_ctx
);
in copy_key_cpltx_pktxt()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H
A
D
chcr_ipsec.h
30
struct
_key_ctx
key_ctx;
H
A
D
chcr_ipsec.c
196
key_ctx_size = sizeof(struct
_key_ctx
) +
in ch_ipsec_setkey()
514
struct
_key_ctx
*key_ctx;
in copy_key_cpltx_pktxt()
536
key_ctx = (struct
_key_ctx
*)pos;
in copy_key_cpltx_pktxt()
539
pos += sizeof(struct
_key_ctx
);
in copy_key_cpltx_pktxt()
540
left -= sizeof(struct
_key_ctx
);
in copy_key_cpltx_pktxt()
Completed in 17 milliseconds