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_mac_abort
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mbedtls/tests/include/spe/
H
A
D
crypto_spe.h
130
#define
psa_mac_abort
\
macro
131
PSA_FUNCTION_NAME(
psa_mac_abort
)
/third_party/mbedtls/programs/psa/
H
A
D
hmac_demo.c
147
psa_mac_abort
(&op); // needed on error, harmless on success
in hmac_demo()
/third_party/mbedtls/library/
H
A
D
ssl_cookie.c
263
status =
psa_mac_abort
(&operation);
in mbedtls_ssl_cookie_write()
371
status =
psa_mac_abort
(&operation);
in mbedtls_ssl_cookie_check()
H
A
D
psa_crypto.c
2518
psa_status_t
psa_mac_abort
(psa_mac_operation_t *operation)
in psa_mac_abort()
function
2634
psa_mac_abort
(operation);
in psa_mac_setup()
2679
psa_mac_abort
(operation);
in psa_mac_update()
2743
abort_status =
psa_mac_abort
(operation);
in psa_mac_sign_finish()
2777
abort_status =
psa_mac_abort
(operation);
in psa_mac_verify_finish()
5489
status =
psa_mac_abort
(&operation->ctx.hkdf.hmac);
in psa_key_derivation_abort()
5779
cleanup_status =
psa_mac_abort
(&hmac);
in psa_key_derivation_tls12_prf_generate_next_block()
H
A
D
ssl_msg.c
1109
status =
psa_mac_abort
(&operation);
in mbedtls_ssl_encrypt_buf()
1450
status =
psa_mac_abort
(&operation);
in mbedtls_ssl_encrypt_buf()
1807
status =
psa_mac_abort
(&operation);
in mbedtls_ssl_decrypt_buf()
/third_party/mbedtls/tests/src/
H
A
D
psa_exercise_key.c
139
PSA_ASSERT(
psa_mac_abort
(&operation));
in exercise_mac_key()
158
PSA_ASSERT(
psa_mac_abort
(&operation));
in exercise_mac_key()
171
psa_mac_abort
(&operation);
in exercise_mac_key()
H
A
D
psa_test_wrappers.c
890
/* Wrapper for
psa_mac_abort
*/
894
psa_status_t status = (
psa_mac_abort
)(arg0_operation);
in mbedtls_test_wrap_psa_mac_abort()
/third_party/mbedtls/include/psa/
H
A
D
crypto.h
1320
* operation will need to be reset by a call to
psa_mac_abort
(). The
1321
* application may call
psa_mac_abort
() at any time after the operation
1327
* - A call to
psa_mac_abort
().
1381
* operation will need to be reset by a call to
psa_mac_abort
(). The
1382
* application may call
psa_mac_abort
() at any time after the operation
1388
* - A call to
psa_mac_abort
().
1430
* state and must be aborted by calling
psa_mac_abort
().
1462
* state and must be aborted by calling
psa_mac_abort
().
1515
* state and must be aborted by calling
psa_mac_abort
().
1556
* In particular, calling
psa_mac_abort
() afte
[all...]
/third_party/mbedtls/tests/include/test/
H
A
D
psa_test_wrappers.h
509
#define
psa_mac_abort
(arg0_operation) \
macro
/third_party/mbedtls/tests/src/test_helpers/
H
A
D
ssl_helpers.c
1664
psa_mac_abort
(&operation);
in mbedtls_test_ssl_prepare_record_mac()
Completed in 28 milliseconds