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:PSA_ALG_HMAC
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mbedtls/programs/psa/
H
A
D
hmac_demo.c
108
const psa_algorithm_t alg =
PSA_ALG_HMAC
(PSA_ALG_SHA_256);
in hmac_demo()
/third_party/mbedtls/tests/include/test/
H
A
D
psa_exercise_key.h
73
#define KNOWN_SUPPORTED_MAC_ALG (
PSA_ALG_HMAC
(KNOWN_SUPPORTED_HASH_ALG))
/third_party/mbedtls/library/
H
A
D
ssl_cookie.c
117
ctx->psa_hmac_alg = PSA_ALG_TRUNCATED_MAC(
PSA_ALG_HMAC
(alg),
in mbedtls_ssl_cookie_setup()
H
A
D
ssl_tls13_keys.c
745
alg =
PSA_ALG_HMAC
(hash_alg);
in ssl_tls13_calc_finished_core()
H
A
D
psa_crypto.c
5455
PSA_ALG_HMAC
(hash_alg));
in psa_key_derivation_start_hmac()
5951
prf_alg =
PSA_ALG_HMAC
(PSA_ALG_PBKDF2_HMAC_GET_HASH(kdf_alg));
in psa_key_derivation_pbkdf2_read()
H
A
D
ssl_tls.c
9184
transform->psa_mac_alg =
PSA_ALG_HMAC
(mac_alg);
in ssl_tls12_populate_transform()
9187
psa_set_key_algorithm(&attributes,
PSA_ALG_HMAC
(mac_alg));
in ssl_tls12_populate_transform()
/third_party/mbedtls/tests/src/test_helpers/
H
A
D
ssl_helpers.c
1366
t_out->psa_mac_alg =
PSA_ALG_HMAC
(alg);
in mbedtls_test_ssl_build_transforms()
1367
t_in->psa_mac_alg =
PSA_ALG_HMAC
(alg);
in mbedtls_test_ssl_build_transforms()
1375
psa_set_key_algorithm(&attributes,
PSA_ALG_HMAC
(alg));
in mbedtls_test_ssl_build_transforms()
/third_party/mbedtls/include/psa/
H
A
D
crypto_values.h
988
* For example, #
PSA_ALG_HMAC
(#PSA_ALG_SHA_256) is HMAC-SHA-256.
997
#define
PSA_ALG_HMAC
(hash_alg) \
macro
Completed in 30 milliseconds