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:hmac_ctx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/crypto/
H
A
D
hmac.c
25
struct
hmac_ctx
{
struct
34
static inline struct
hmac_ctx
*
hmac_ctx
(struct crypto_shash *tfm)
in hmac_ctx()
function
49
struct
hmac_ctx
*ctx = align_ptr(opad + ss,
in hmac_setkey()
97
struct
hmac_ctx
*ctx =
hmac_ctx
(pdesc->tfm);
in hmac_import()
150
struct
hmac_ctx
*ctx =
hmac_ctx
(parent);
in hmac_init_tfm()
165
struct
hmac_ctx
*sctx =
hmac_ctx
(sr
in hmac_clone_tfm()
[all...]
/kernel/linux/linux-5.10/crypto/
H
A
D
hmac.c
24
struct
hmac_ctx
{
struct
33
static inline struct
hmac_ctx
*
hmac_ctx
(struct crypto_shash *tfm)
in hmac_ctx()
function
48
struct
hmac_ctx
*ctx = align_ptr(opad + ss,
in hmac_setkey()
93
struct
hmac_ctx
*ctx =
hmac_ctx
(pdesc->tfm);
in hmac_import()
146
struct
hmac_ctx
*ctx =
hmac_ctx
(parent);
in hmac_init_tfm()
161
struct
hmac_ctx
*ctx =
hmac_ctx
(paren
in hmac_exit_tfm()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H
A
D
chcr_crypto.h
241
struct
hmac_ctx
{
struct
248
struct
hmac_ctx
hmacctx[0];
H
A
D
chcr_algo.c
108
static inline struct
hmac_ctx
*HMAC_CTX(struct chcr_context *ctx)
in HMAC_CTX()
1572
struct
hmac_ctx
*hmacctx = HMAC_CTX(ctx);
in create_hash_wr()
2203
struct
hmac_ctx
*hmacctx = HMAC_CTX(h_ctx(tfm));
in chcr_ahash_setkey()
2323
struct
hmac_ctx
*hmacctx = HMAC_CTX(h_ctx(rtfm));
in chcr_hmac_init()
2346
struct
hmac_ctx
*hmacctx = HMAC_CTX(ctx);
in chcr_hmac_cra_init()
2361
struct
hmac_ctx
*hmacctx = HMAC_CTX(ctx);
in chcr_hmac_cra_exit()
4427
#define SZ_AHASH_H_CTX (sizeof(struct chcr_context) + sizeof(struct
hmac_ctx
))
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H
A
D
chcr_crypto.h
243
struct
hmac_ctx
{
struct
251
struct
hmac_ctx
hmacctx;
H
A
D
chcr_algo.c
109
static inline struct
hmac_ctx
*HMAC_CTX(struct chcr_context *ctx)
in HMAC_CTX()
1566
struct
hmac_ctx
*hmacctx = HMAC_CTX(ctx);
in create_hash_wr()
2197
struct
hmac_ctx
*hmacctx = HMAC_CTX(h_ctx(tfm));
in chcr_ahash_setkey()
2318
struct
hmac_ctx
*hmacctx = HMAC_CTX(h_ctx(rtfm));
in chcr_hmac_init()
2341
struct
hmac_ctx
*hmacctx = HMAC_CTX(ctx);
in chcr_hmac_cra_init()
2356
struct
hmac_ctx
*hmacctx = HMAC_CTX(ctx);
in chcr_hmac_cra_exit()
4423
#define SZ_AHASH_H_CTX (sizeof(struct chcr_context) + sizeof(struct
hmac_ctx
))
Completed in 16 milliseconds