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:is_hmac
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H
A
D
cc_hash.c
100
bool
is_hmac
;
member
138
bool
is_hmac
= ctx->
is_hmac
;
in cc_init_req()
local
142
if (
is_hmac
) {
in cc_init_req()
181
bool
is_hmac
= ctx->
is_hmac
;
in cc_map_req()
local
209
if (
is_hmac
&& ctx->hash_mode != DRV_HASH_NULL) {
in cc_map_req()
428
bool
is_hmac
= ctx->
is_hmac
;
in cc_hash_digest()
local
436
dev_dbg(dev, "===== %s-digest (%d) ====\n",
is_hmac
in cc_hash_digest()
642
bool
is_hmac
= ctx->
is_hmac
;
cc_do_finup()
local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H
A
D
cc_hash.c
100
bool
is_hmac
;
member
138
bool
is_hmac
= ctx->
is_hmac
;
in cc_init_req()
local
142
if (
is_hmac
) {
in cc_init_req()
181
bool
is_hmac
= ctx->
is_hmac
;
in cc_map_req()
local
209
if (
is_hmac
&& ctx->hash_mode != DRV_HASH_NULL) {
in cc_map_req()
428
bool
is_hmac
= ctx->
is_hmac
;
in cc_hash_digest()
local
436
dev_dbg(dev, "===== %s-digest (%d) ====\n",
is_hmac
in cc_hash_digest()
642
bool
is_hmac
= ctx->
is_hmac
;
cc_do_finup()
local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H
A
D
jh7110-hash.c
185
if (ctx->
is_hmac
) {
in starfive_hash_xmit()
562
ctx->
is_hmac
= true;
in starfive_hmac_sha224_init_tfm()
572
ctx->
is_hmac
= true;
in starfive_hmac_sha256_init_tfm()
582
ctx->
is_hmac
= true;
in starfive_hmac_sha384_init_tfm()
592
ctx->
is_hmac
= true;
in starfive_hmac_sha512_init_tfm()
602
ctx->
is_hmac
= true;
in starfive_hmac_sm3_init_tfm()
H
A
D
jh7110-cryp.h
159
bool
is_hmac
;
member
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H
A
D
chcr_algo.c
368
static inline int
is_hmac
(struct crypto_tfm *tfm)
in is_hmac()
function
1787
if (
is_hmac
(crypto_ahash_tfm(rtfm)))
in chcr_ahash_final()
1795
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_final()
1872
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_finup()
1882
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_finup()
1969
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_digest()
1978
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_digest()
2044
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_continue()
2057
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_continue()
2329
if (
is_hmac
(crypto_ahash_tf
in chcr_hmac_init()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H
A
D
chcr_algo.c
364
static inline int
is_hmac
(struct crypto_tfm *tfm)
in is_hmac()
function
1781
if (
is_hmac
(crypto_ahash_tfm(rtfm)))
in chcr_ahash_final()
1789
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_final()
1866
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_finup()
1876
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_finup()
1963
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_digest()
1972
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_digest()
2038
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_continue()
2051
if (
is_hmac
(crypto_ahash_tfm(rtfm))) {
in chcr_ahash_continue()
2324
if (
is_hmac
(crypto_ahash_tf
in chcr_hmac_init()
[all...]
Completed in 15 milliseconds