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:crypto_ctx
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
cqhci-crypto.h
25
if (!mrq->
crypto_ctx
)
in cqhci_crypto_prep_task_desc()
29
WARN_ON_ONCE(mrq->
crypto_ctx
->bc_dun[0] > U32_MAX);
in cqhci_crypto_prep_task_desc()
33
mrq->
crypto_ctx
->bc_dun[0];
in cqhci_crypto_prep_task_desc()
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
crypto.c
38
mrq->
crypto_ctx
= req->crypt_ctx;
in mmc_crypto_prepare_req()
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
Makefile
8
misc.o oplock.o connection.o ksmbd_work.o
crypto_ctx
.o \
/kernel/linux/linux-6.6/include/linux/mmc/
H
A
D
core.h
167
const struct bio_crypt_ctx *
crypto_ctx
;
member
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H
A
D
chcr_crypto.h
260
struct __crypto_ctx
crypto_ctx
[];
member
H
A
D
chcr_algo.c
100
return ctx->
crypto_ctx
->aeadctx;
in AEAD_CTX()
105
return ctx->
crypto_ctx
->ablkctx;
in ABLK_CTX()
110
return ctx->
crypto_ctx
->hmacctx;
in HMAC_CTX()
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H
A
D
chcr_crypto.h
264
struct __crypto_ctx
crypto_ctx
[];
member
H
A
D
chcr_algo.c
101
return &ctx->
crypto_ctx
->aeadctx;
in AEAD_CTX()
106
return &ctx->
crypto_ctx
->ablkctx;
in ABLK_CTX()
111
return &ctx->
crypto_ctx
->hmacctx;
in HMAC_CTX()
/kernel/linux/linux-5.10/net/tipc/
H
A
D
crypto.c
674
*
crypto_ctx
|| iv || aead_req || sg[]
780
TIPC_SKB_CB(skb)->
crypto_ctx
= ctx;
in tipc_aead_encrypt()
833
TIPC_SKB_CB(skb)->
crypto_ctx
= NULL;
in tipc_aead_encrypt()
840
struct tipc_crypto_tx_ctx *tx_ctx = TIPC_SKB_CB(skb)->
crypto_ctx
;
in tipc_aead_encrypt_done()
909
TIPC_SKB_CB(skb)->
crypto_ctx
= ctx;
in tipc_aead_decrypt()
957
TIPC_SKB_CB(skb)->
crypto_ctx
= NULL;
in tipc_aead_decrypt()
964
struct tipc_crypto_rx_ctx *rx_ctx = TIPC_SKB_CB(skb)->
crypto_ctx
;
in tipc_aead_decrypt_done()
H
A
D
msg.h
142
void *
crypto_ctx
;
member
/kernel/linux/linux-6.6/net/tipc/
H
A
D
crypto.c
681
*
crypto_ctx
|| iv || aead_req || sg[]
776
TIPC_SKB_CB(skb)->
crypto_ctx
= ctx;
in tipc_aead_encrypt()
829
TIPC_SKB_CB(skb)->
crypto_ctx
= NULL;
in tipc_aead_encrypt()
836
struct tipc_crypto_tx_ctx *tx_ctx = TIPC_SKB_CB(skb)->
crypto_ctx
;
in tipc_aead_encrypt_done()
905
TIPC_SKB_CB(skb)->
crypto_ctx
= ctx;
in tipc_aead_decrypt()
953
TIPC_SKB_CB(skb)->
crypto_ctx
= NULL;
in tipc_aead_decrypt()
960
struct tipc_crypto_rx_ctx *rx_ctx = TIPC_SKB_CB(skb)->
crypto_ctx
;
in tipc_aead_decrypt_done()
H
A
D
msg.h
142
void *
crypto_ctx
;
member
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
ixp4xx_crypto.c
136
u32
crypto_ctx
; /* NPE Crypto Param structure address */
member
658
crypt->
crypto_ctx
= ctx_addr;
in register_chain_var()
739
crypt->
crypto_ctx
= dir->npe_ctx_phys;
in gen_rev_aes_key()
912
crypt->
crypto_ctx
= dir->npe_ctx_phys;
in ablk_perform()
1031
crypt->
crypto_ctx
= dir->npe_ctx_phys;
in aead_perform()
/kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/
H
A
D
ixp4xx_crypto.c
136
u32
crypto_ctx
; /* NPE Crypto Param structure address */
member
718
crypt->
crypto_ctx
= ctx_addr;
in register_chain_var()
799
crypt->
crypto_ctx
= dir->npe_ctx_phys;
in gen_rev_aes_key()
1005
crypt->
crypto_ctx
= dir->npe_ctx_phys;
in ablk_perform()
1125
crypt->
crypto_ctx
= dir->npe_ctx_phys;
in aead_perform()
Completed in 30 milliseconds