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_id
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/security/integrity/ima/
H
A
D
ima_queue.c
216
u16
crypto_id
;
in ima_init_digests()
local
230
crypto_id
= ima_tpm_chip->allocated_banks[i].
crypto_id
;
in ima_init_digests()
233
if (
crypto_id
== HASH_ALGO__LAST)
in ima_init_digests()
H
A
D
ima_crypto.c
129
algo = ima_tpm_chip->allocated_banks[i].
crypto_id
;
in ima_init_crypto()
154
algo = ima_tpm_chip->allocated_banks[i].
crypto_id
;
in ima_init_crypto()
847
u16
crypto_id
, alg_id;
in ima_calc_boot_aggregate()
local
851
crypto_id
= ima_tpm_chip->allocated_banks[i].
crypto_id
;
in ima_calc_boot_aggregate()
852
if (
crypto_id
== hash->algo) {
in ima_calc_boot_aggregate()
857
if (
crypto_id
== HASH_ALGO_SHA256)
in ima_calc_boot_aggregate()
860
if (bank_idx == -1 &&
crypto_id
== HASH_ALGO_SHA1)
in ima_calc_boot_aggregate()
869
hash->algo = ima_tpm_chip->allocated_banks[bank_idx].
crypto_id
;
in ima_calc_boot_aggregate()
/kernel/linux/linux-6.6/security/integrity/ima/
H
A
D
ima_queue.c
217
u16
crypto_id
;
in ima_init_digests()
local
231
crypto_id
= ima_tpm_chip->allocated_banks[i].
crypto_id
;
in ima_init_digests()
234
if (
crypto_id
== HASH_ALGO__LAST)
in ima_init_digests()
H
A
D
ima_crypto.c
129
algo = ima_tpm_chip->allocated_banks[i].
crypto_id
;
in ima_init_crypto()
154
algo = ima_tpm_chip->allocated_banks[i].
crypto_id
;
in ima_init_crypto()
847
u16
crypto_id
, alg_id;
in ima_calc_boot_aggregate()
local
851
crypto_id
= ima_tpm_chip->allocated_banks[i].
crypto_id
;
in ima_calc_boot_aggregate()
852
if (
crypto_id
== hash->algo) {
in ima_calc_boot_aggregate()
857
if (
crypto_id
== HASH_ALGO_SHA256)
in ima_calc_boot_aggregate()
860
if (bank_idx == -1 &&
crypto_id
== HASH_ALGO_SHA1)
in ima_calc_boot_aggregate()
869
hash->algo = ima_tpm_chip->allocated_banks[bank_idx].
crypto_id
;
in ima_calc_boot_aggregate()
/kernel/linux/linux-5.10/drivers/char/tpm/
H
A
D
tpm2-cmd.c
527
enum hash_algo crypto_algo = tpm2_hash_map[i].
crypto_id
;
in tpm2_init_bank_info()
533
bank->
crypto_id
= crypto_algo;
in tpm2_init_bank_info()
537
bank->
crypto_id
= HASH_ALGO__LAST;
in tpm2_init_bank_info()
H
A
D
tpm1-cmd.c
804
chip->allocated_banks[0].
crypto_id
= HASH_ALGO_SHA1;
in tpm1_get_pcr_allocation()
/kernel/linux/linux-5.10/include/linux/
H
A
D
tpm.h
53
u16
crypto_id
;
member
310
unsigned int
crypto_id
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
tpm.h
60
u16
crypto_id
;
member
325
unsigned int
crypto_id
;
member
/kernel/linux/linux-6.6/drivers/char/tpm/
H
A
D
tpm2-cmd.c
527
enum hash_algo crypto_algo = tpm2_hash_map[i].
crypto_id
;
in tpm2_init_bank_info()
533
bank->
crypto_id
= crypto_algo;
in tpm2_init_bank_info()
537
bank->
crypto_id
= HASH_ALGO__LAST;
in tpm2_init_bank_info()
H
A
D
tpm1-cmd.c
809
chip->allocated_banks[0].
crypto_id
= HASH_ALGO_SHA1;
in tpm1_get_pcr_allocation()
/kernel/linux/linux-5.10/security/keys/trusted-keys/
H
A
D
trusted_tpm2.c
73
if (options->hash == tpm2_hash_map[i].
crypto_id
) {
in tpm2_seal_trusted()
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H
A
D
trusted_tpm2.c
239
if (options->hash == tpm2_hash_map[i].
crypto_id
) {
in tpm2_seal_trusted()
Completed in 11 milliseconds