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_pake_abort
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mbedtls/include/psa/
H
A
D
crypto_extra.h
1194
* the operation will need to be reset by a call to
psa_pake_abort
(). The
1195
* application may call
psa_pake_abort
() at any time after the operation
1201
* - A call to
psa_pake_abort
().
1418
* state and must be aborted by calling
psa_pake_abort
().
1479
* state and must be aborted by calling
psa_pake_abort
().
1547
* calling
psa_pake_abort
() and psa_key_derivation_abort() respectively.
1591
* In particular, calling
psa_pake_abort
() after the operation has been
1592
* terminated by a call to
psa_pake_abort
() or psa_pake_get_implicit_key()
1606
psa_status_t
psa_pake_abort
(psa_pake_operation_t *operation);
/third_party/mbedtls/library/
H
A
D
ssl_tls12_server.c
311
psa_pake_abort
(&ssl->handshake->psa_pake_ctx);
in ssl_parse_ecjpake_kkpp()
1956
psa_pake_abort
(&ssl->handshake->psa_pake_ctx);
in ssl_write_ecjpake_kkpp_ext()
2858
psa_pake_abort
(&ssl->handshake->psa_pake_ctx);
in ssl_prepare_server_key_exchange()
4037
psa_pake_abort
(&ssl->handshake->psa_pake_ctx);
in ssl_parse_client_key_exchange()
H
A
D
ssl_tls12_client.c
173
psa_pake_abort
(&ssl->handshake->psa_pake_ctx);
in ssl_write_ecjpake_kkpp_ext()
882
psa_pake_abort
(&ssl->handshake->psa_pake_ctx);
in ssl_parse_ecjpake_kkpp()
2263
psa_pake_abort
(&ssl->handshake->psa_pake_ctx);
in ssl_parse_server_key_exchange()
3165
psa_pake_abort
(&ssl->handshake->psa_pake_ctx);
in ssl_write_client_key_exchange()
H
A
D
psa_crypto.c
8436
psa_pake_abort
(operation);
in psa_pake_setup()
8481
psa_pake_abort
(operation);
in psa_pake_set_password_key()
8526
psa_pake_abort
(operation);
in psa_pake_set_user()
8570
psa_pake_abort
(operation);
in psa_pake_set_peer()
8601
psa_pake_abort
(operation);
in psa_pake_set_role()
8826
psa_pake_abort
(operation);
in psa_pake_output()
8903
psa_pake_abort
(operation);
in psa_pake_input()
8953
abort_status =
psa_pake_abort
(operation);
in psa_pake_get_implicit_key()
8957
psa_status_t
psa_pake_abort
(
in psa_pake_abort()
function
H
A
D
ssl_tls.c
2051
psa_pake_abort
(&ssl->handshake->psa_pake_ctx);
in mbedtls_ssl_set_hs_ecjpake_password()
2073
psa_pake_abort
(&ssl->handshake->psa_pake_ctx);
in mbedtls_ssl_set_hs_ecjpake_password_opaque()
4813
psa_pake_abort
(&handshake->psa_pake_ctx);
in mbedtls_ssl_handshake_free()
/third_party/mbedtls/tests/include/test/
H
A
D
psa_test_wrappers.h
571
#define
psa_pake_abort
(arg0_operation) \
macro
/third_party/mbedtls/tests/src/
H
A
D
psa_test_wrappers.c
1010
/* Wrapper for
psa_pake_abort
*/
1014
psa_status_t status = (
psa_pake_abort
)(arg0_operation);
in mbedtls_test_wrap_psa_pake_abort()
Completed in 40 milliseconds