Searched refs:their_key (Results 1 – 2 of 2) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_ecdh.function | 373 mbedtls_ecp_keypair their_key; 381 mbedtls_ecp_keypair_init( &their_key ); 385 if( ! load_public_key( grp_id, their_point, &their_key ) ) 394 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) == 0 ); 399 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) == 0 ); 417 mbedtls_ecp_keypair_free( &their_key ); 431 mbedtls_ecp_keypair their_key; 437 mbedtls_ecp_keypair_init( &their_key ); 441 if( ! load_public_key( their_grp_id, their_point, &their_key ) ) 449 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) == [all …]
|
/mbedtls-development/library/ |
A D | psa_crypto.c | 5236 mbedtls_ecp_keypair *their_key = NULL; in psa_key_agreement_ecdh() local 5248 &their_key ); in psa_key_agreement_ecdh() 5253 mbedtls_ecdh_get_params( &ecdh, their_key, MBEDTLS_ECDH_THEIRS ) ); in psa_key_agreement_ecdh() 5276 mbedtls_ecp_keypair_free( their_key ); in psa_key_agreement_ecdh() 5277 mbedtls_free( their_key ); in psa_key_agreement_ecdh()
|
Completed in 15 milliseconds