in source/kms.c [2643:2651]
int aws_kms_decrypt_blocking(
struct aws_nitro_enclaves_kms_client *client,
const struct aws_string *key_id,
const struct aws_string *encryption_algorithm,
const struct aws_byte_buf *ciphertext,
struct aws_byte_buf *plaintext) {
return aws_kms_decrypt_blocking_with_context(
client, key_id, encryption_algorithm, ciphertext, NULL, plaintext);
}