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_md_alg
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
pk_wrap.c
238
psa_algorithm_t
psa_md_alg
;
in rsa_sign_wrap()
local
239
psa_md_alg
= mbedtls_md_psa_alg_from_type(md_alg);
in rsa_sign_wrap()
240
if (
psa_md_alg
== 0) {
in rsa_sign_wrap()
245
psa_alg = PSA_ALG_RSA_PSS(
psa_md_alg
);
in rsa_sign_wrap()
247
psa_alg = PSA_ALG_RSA_PKCS1V15_SIGN(
psa_md_alg
);
in rsa_sign_wrap()
288
psa_algorithm_t
psa_md_alg
, decrypt_alg;
in rsa_decrypt_wrap()
local
309
psa_md_alg
= mbedtls_md_psa_alg_from_type((mbedtls_md_type_t) mbedtls_rsa_get_md_alg(rsa));
in rsa_decrypt_wrap()
310
decrypt_alg = PSA_ALG_RSA_OAEP(
psa_md_alg
);
in rsa_decrypt_wrap()
371
psa_algorithm_t
psa_md_alg
, psa_encrypt_alg;
in rsa_encrypt_wrap()
local
391
psa_md_alg
in rsa_encrypt_wrap()
[all...]
H
A
D
pk.c
1160
psa_algorithm_t
psa_md_alg
= mbedtls_md_psa_alg_from_type(md_alg);
in mbedtls_pk_verify_ext()
local
1163
psa_algorithm_t psa_sig_alg = PSA_ALG_RSA_PSS_ANY_SALT(
psa_md_alg
);
in mbedtls_pk_verify_ext()
1324
const psa_algorithm_t
psa_md_alg
= mbedtls_md_psa_alg_from_type(md_alg);
in mbedtls_pk_sign_ext()
local
1325
if (
psa_md_alg
== 0) {
in mbedtls_pk_sign_ext()
1362
sign_alg = (sign_alg & ~PSA_ALG_HASH_MASK) | PSA_ALG_GET_HASH(
psa_md_alg
);
in mbedtls_pk_sign_ext()
1370
return mbedtls_pk_psa_rsa_sign_ext(PSA_ALG_RSA_PSS(
psa_md_alg
),
in mbedtls_pk_sign_ext()
Completed in 4 milliseconds