Lines Matching refs:their_key
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 ) ==
455 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) == 0 );
464 mbedtls_ecp_keypair_free( &their_key );