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