Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
H A Dcrypto_extra.h615 * psa_pake_set_password_key(operation, ...);
626 * The \c psa_pake_set_password_key() function returns an error if the result
1244 * been set yet (psa_pake_set_password_key()
1279 psa_status_t psa_pake_set_password_key(psa_pake_operation_t *operation,
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h600 #define psa_pake_set_password_key(arg0_operation, arg1_password) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c1062 /* Wrapper for psa_pake_set_password_key */
1067 psa_status_t status = (psa_pake_set_password_key)(arg0_operation, arg1_password); in mbedtls_test_wrap_psa_pake_set_password_key()
/third_party/mbedtls/library/
H A Dpsa_crypto.c8440 psa_status_t psa_pake_set_password_key( in psa_pake_set_password_key() function
H A Dssl_tls.c2011 status = psa_pake_set_password_key(&ssl->handshake->psa_pake_ctx, pwd); in mbedtls_ssl_set_hs_ecjpake_password_common()

Completed in 29 milliseconds