Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecdh.function375 mbedtls_ecp_keypair their_key;
383 mbedtls_ecp_keypair_init(&their_key);
388 if (!load_public_key(grp_id, their_point, &their_key)) {
397 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS) == 0);
400 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS) == 0);
418 mbedtls_ecp_keypair_free(&their_key);
432 mbedtls_ecp_keypair their_key;
438 mbedtls_ecp_keypair_init(&their_key);
443 if (!load_public_key(their_grp_id, their_point, &their_key)) {
451 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS) ==
[all …]
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_ecp.c543 mbedtls_ecp_keypair *their_key = NULL; in mbedtls_psa_key_agreement_ecdh() local
554 &their_key); in mbedtls_psa_key_agreement_ecdh()
560 mbedtls_ecdh_get_params(&ecdh, their_key, MBEDTLS_ECDH_THEIRS)); in mbedtls_psa_key_agreement_ecdh()
587 mbedtls_ecp_keypair_free(their_key); in mbedtls_psa_key_agreement_ecdh()
588 mbedtls_free(their_key); in mbedtls_psa_key_agreement_ecdh()