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_IS_AEAD
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
psa_crypto_cipher.c
139
if (
PSA_ALG_IS_AEAD
(alg)) {
in mbedtls_cipher_values_from_psa()
143
if (PSA_ALG_IS_CIPHER(alg) ||
PSA_ALG_IS_AEAD
(alg)) {
in mbedtls_cipher_values_from_psa()
H
A
D
ssl_ticket.c
235
if (
PSA_ALG_IS_AEAD
(alg) == 0) {
in mbedtls_ssl_ticket_setup()
H
A
D
psa_crypto.c
836
if (
PSA_ALG_IS_AEAD
(alg1) &&
PSA_ALG_IS_AEAD
(alg2) &&
in psa_key_policy_algorithm_intersection()
930
if (
PSA_ALG_IS_AEAD
(policy_alg) &&
in psa_key_algorithm_permits()
931
PSA_ALG_IS_AEAD
(requested_alg) &&
in psa_key_algorithm_permits()
4717
if (!
PSA_ALG_IS_AEAD
(alg) || PSA_ALG_IS_WILDCARD(alg)) {
in psa_aead_check_algorithm()
H
A
D
ssl_tls.c
2369
if (
PSA_ALG_IS_AEAD
(alg)) {
in mbedtls_ssl_get_base_mode()
/third_party/mbedtls/include/psa/
H
A
D
crypto_values.h
842
#define
PSA_ALG_IS_AEAD
(alg) \
macro
1317
* #psa_algorithm_t such that #
PSA_ALG_IS_AEAD
(\p aead_alg)
1336
* #psa_algorithm_t such that #
PSA_ALG_IS_AEAD
(\p aead_alg)
1350
* #
PSA_ALG_IS_AEAD
(\p aead_alg) is true).
1379
* #
PSA_ALG_IS_AEAD
(\p aead_alg) is true).
2270
PSA_ALG_IS_AEAD
(alg) ? \
/third_party/mbedtls/tests/src/
H
A
D
psa_exercise_key.c
1136
} else if (
PSA_ALG_IS_AEAD
(alg)) {
in mbedtls_test_psa_exercise_key()
1183
} else if (PSA_ALG_IS_CIPHER(alg) ||
PSA_ALG_IS_AEAD
(alg) ||
in mbedtls_test_psa_usage_to_exercise()
/third_party/mbedtls/programs/psa/
H
A
D
psa_constant_names_generated.c
165
} else if (
PSA_ALG_IS_AEAD
(alg)) {
in psa_snprint_algorithm()
Completed in 29 milliseconds