Home
last modified time | relevance | path

Searched refs:jpake_client_id (Results 1 – 4 of 4) sorted by relevance

/lib/mbedtls/external/mbedtls/library/
A Dpsa_crypto_pake.c153 static const uint8_t jpake_client_id[] = { 'c', 'l', 'i', 'e', 'n', 't' }; variable
233 … const size_t user_peer_len = sizeof(jpake_client_id); // client and server have the same length in mbedtls_psa_pake_setup()
240 if (memcmp(user, jpake_client_id, actual_user_len) == 0 && in mbedtls_psa_pake_setup()
245 memcmp(peer, jpake_client_id, actual_peer_len) == 0) { in mbedtls_psa_pake_setup()
A Dssl_tls.c1965 static const uint8_t jpake_client_id[] = { 'c', 'l', 'i', 'e', 'n', 't' }; variable
1992 peer = jpake_client_id; in mbedtls_ssl_set_hs_ecjpake_password_common()
1993 peer_len = sizeof(jpake_client_id); in mbedtls_ssl_set_hs_ecjpake_password_common()
1995 user = jpake_client_id; in mbedtls_ssl_set_hs_ecjpake_password_common()
1996 user_len = sizeof(jpake_client_id); in mbedtls_ssl_set_hs_ecjpake_password_common()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_pake.function65 static const uint8_t jpake_client_id[] = { 'c', 'l', 'i', 'e', 'n', 't' };
807 PSA_ASSERT(psa_pake_set_peer(&server, jpake_client_id, sizeof(jpake_client_id)));
808 PSA_ASSERT(psa_pake_set_user(&client, jpake_client_id, sizeof(jpake_client_id)));
885 PSA_ASSERT(psa_pake_set_peer(&server, jpake_client_id, sizeof(jpake_client_id)));
886 PSA_ASSERT(psa_pake_set_user(&client, jpake_client_id, sizeof(jpake_client_id)));
A Dtest_suite_psa_crypto_driver_wrappers.function11 static const uint8_t jpake_client_id[] = { 'c', 'l', 'i', 'e', 'n', 't' };
3048 PSA_ASSERT(psa_pake_set_peer(&operation, jpake_client_id, sizeof(jpake_client_id)));
3244 PSA_ASSERT(psa_pake_set_peer(&server, jpake_client_id, sizeof(jpake_client_id)));
3246 PSA_ASSERT(psa_pake_set_user(&client, jpake_client_id, sizeof(jpake_client_id)));

Completed in 32 milliseconds