Home
last modified time | relevance | path

Searched refs:psa_pake_abort (Results 1 - 7 of 7) sorted by relevance

/third_party/mbedtls/include/psa/
H A Dcrypto_extra.h1194 * 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 Dssl_tls12_server.c311 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 Dssl_tls12_client.c173 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 Dpsa_crypto.c8436 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 Dssl_tls.c2051 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 Dpsa_test_wrappers.h571 #define psa_pake_abort(arg0_operation) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c1010 /* Wrapper for psa_pake_abort */
1014 psa_status_t status = (psa_pake_abort)(arg0_operation); in mbedtls_test_wrap_psa_pake_abort()

Completed in 37 milliseconds