Lines Matching refs:their_key
376 mbedtls_ecp_keypair their_key;
384 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 );
402 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) == 0 );
420 mbedtls_ecp_keypair_free( &their_key );
434 mbedtls_ecp_keypair their_key;
440 mbedtls_ecp_keypair_init( &their_key );
444 if( ! load_public_key( their_grp_id, their_point, &their_key ) )
452 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) ==
458 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS ) == 0 );
467 mbedtls_ecp_keypair_free( &their_key );