Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
H A Dcrypto_extra.h613 * psa_pake_set_user(operation, ...);
1287 * user identifier with the session, call psa_pake_set_user() only.
1298 * been set (psa_pake_set_user() hasn't been
1319 psa_status_t psa_pake_set_user(psa_pake_operation_t *operation,
1325 * Call this function in addition to psa_pake_set_user() for PAKE algorithms
1328 * psa_pake_set_user() only.
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h620 #define psa_pake_set_user(arg0_operation, arg1_user_id, arg2_user_id_len) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c1096 /* Wrapper for psa_pake_set_user */
1105 psa_status_t status = (psa_pake_set_user)(arg0_operation, arg1_user_id, arg2_user_id_len); in mbedtls_test_wrap_psa_pake_set_user()
/third_party/mbedtls/library/
H A Dpsa_crypto.c8487 psa_status_t psa_pake_set_user( in psa_pake_set_user() function
H A Dssl_tls.c2001 status = psa_pake_set_user(&ssl->handshake->psa_pake_ctx, user, user_len); in mbedtls_ssl_set_hs_ecjpake_password_common()

Completed in 26 milliseconds