Searched refs:their_key (Results 1 – 2 of 2) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecdh.function | 526 mbedtls_ecp_keypair their_key; 534 mbedtls_ecp_keypair_init( &their_key ); 538 if( ! load_public_key( grp_id, their_point, &their_key ) ) 547 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) == 0 ); 552 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) == 0 ); 570 mbedtls_ecp_keypair_free( &their_key ); 584 mbedtls_ecp_keypair their_key; 590 mbedtls_ecp_keypair_init( &their_key ); 594 if( ! load_public_key( their_grp_id, their_point, &their_key ) ) 602 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) == [all …]
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 4793 mbedtls_ecp_keypair *their_key = NULL; in psa_key_agreement_ecdh() local 4805 &their_key ); in psa_key_agreement_ecdh() 4810 mbedtls_ecdh_get_params( &ecdh, their_key, MBEDTLS_ECDH_THEIRS ) ); in psa_key_agreement_ecdh() 4833 mbedtls_ecp_keypair_free( their_key ); in psa_key_agreement_ecdh() 4834 mbedtls_free( their_key ); in psa_key_agreement_ecdh()
|