Home
last modified time | relevance | path

Searched refs:psa_pake_get_implicit_key (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/include/psa/
H A Dcrypto_extra.h683 * psa_pake_get_implicit_key()
1187 * -# Call psa_pake_get_implicit_key() for accessing the shared secret.
1202 * - A successful call to psa_pake_get_implicit_key().
1579 psa_status_t psa_pake_get_implicit_key(psa_pake_operation_t *operation,
1592 * terminated by a call to psa_pake_abort() or psa_pake_get_implicit_key()
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h577 #define psa_pake_get_implicit_key(arg0_operation, arg1_output) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c1018 /* Wrapper for psa_pake_get_implicit_key */
1023 psa_status_t status = (psa_pake_get_implicit_key)(arg0_operation, arg1_output); in mbedtls_test_wrap_psa_pake_get_implicit_key()
/third_party/mbedtls/library/
H A Dpsa_crypto.c8908 psa_status_t psa_pake_get_implicit_key( in psa_pake_get_implicit_key() function
H A Dssl_tls.c7159 status = psa_pake_get_implicit_key(&handshake->psa_pake_ctx, in ssl_compute_master()

Completed in 27 milliseconds