in source/attestation.c [81:87]
void aws_attestation_rsa_keypair_destroy(struct aws_rsa_keypair *keypair) { if (keypair == NULL) { return; } EVP_PKEY_free(keypair->key_impl); aws_mem_release(keypair->allocator, keypair); }