Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H 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()
H A Dssl_tls.c1964 static const uint8_t jpake_client_id[] = { 'c', 'l', 'i', 'e', 'n', 't' }; variable
1991 peer = jpake_client_id; in mbedtls_ssl_set_hs_ecjpake_password_common()
1992 peer_len = sizeof(jpake_client_id); in mbedtls_ssl_set_hs_ecjpake_password_common()
1994 user = jpake_client_id; in mbedtls_ssl_set_hs_ecjpake_password_common()
1995 user_len = sizeof(jpake_client_id); in mbedtls_ssl_set_hs_ecjpake_password_common()