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:SHA_FLAGS_HMAC
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
atmel-sha-regs.h
39
#define
SHA_FLAGS_HMAC
SHA_MR_HMAC
macro
40
#define SHA_FLAGS_HMAC_SHA1 (
SHA_FLAGS_HMAC
| SHA_FLAGS_SHA1)
41
#define SHA_FLAGS_HMAC_SHA256 (
SHA_FLAGS_HMAC
| SHA_FLAGS_SHA256)
42
#define SHA_FLAGS_HMAC_SHA384 (
SHA_FLAGS_HMAC
| SHA_FLAGS_SHA384)
43
#define SHA_FLAGS_HMAC_SHA512 (
SHA_FLAGS_HMAC
| SHA_FLAGS_SHA512)
44
#define SHA_FLAGS_HMAC_SHA224 (
SHA_FLAGS_HMAC
| SHA_FLAGS_SHA224)
45
#define SHA_FLAGS_MODE_MASK (
SHA_FLAGS_HMAC
| SHA_FLAGS_ALGO_MASK)
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
atmel-sha-regs.h
39
#define
SHA_FLAGS_HMAC
SHA_MR_HMAC
macro
40
#define SHA_FLAGS_HMAC_SHA1 (
SHA_FLAGS_HMAC
| SHA_FLAGS_SHA1)
41
#define SHA_FLAGS_HMAC_SHA256 (
SHA_FLAGS_HMAC
| SHA_FLAGS_SHA256)
42
#define SHA_FLAGS_HMAC_SHA384 (
SHA_FLAGS_HMAC
| SHA_FLAGS_SHA384)
43
#define SHA_FLAGS_HMAC_SHA512 (
SHA_FLAGS_HMAC
| SHA_FLAGS_SHA512)
44
#define SHA_FLAGS_HMAC_SHA224 (
SHA_FLAGS_HMAC
| SHA_FLAGS_SHA224)
45
#define SHA_FLAGS_MODE_MASK (
SHA_FLAGS_HMAC
| SHA_FLAGS_ALGO_MASK)
/kernel/linux/linux-5.10/drivers/crypto/mediatek/
H
A
D
mtk-sha.c
57
#define
SHA_FLAGS_HMAC
BIT(9)
macro
410
if (tctx->flags &
SHA_FLAGS_HMAC
) {
in mtk_sha_init()
415
ctx->flags |=
SHA_FLAGS_HMAC
;
in mtk_sha_init()
629
if (ctx->flags &
SHA_FLAGS_HMAC
)
in mtk_sha_finish()
861
tctx->flags |=
SHA_FLAGS_HMAC
;
in mtk_sha_cra_init_alg()
908
if (tctx->flags &
SHA_FLAGS_HMAC
) {
in mtk_sha_cra_exit()
/kernel/linux/linux-6.6/drivers/crypto/aspeed/
H
A
D
aspeed-hace-hash.c
440
if (rctx->flags &
SHA_FLAGS_HMAC
)
in aspeed_ahash_req_final()
736
if (tctx->flags &
SHA_FLAGS_HMAC
) {
in aspeed_sham_init()
740
rctx->flags |=
SHA_FLAGS_HMAC
;
in aspeed_sham_init()
805
tctx->flags |=
SHA_FLAGS_HMAC
;
in aspeed_sham_cra_init()
826
if (tctx->flags &
SHA_FLAGS_HMAC
) {
in aspeed_sham_cra_exit()
H
A
D
aspeed-hace.h
122
#define
SHA_FLAGS_HMAC
BIT(8)
macro
Completed in 5 milliseconds