int aws_kms_encrypt_blocking()

in source/kms.c [2772:2779]


int aws_kms_encrypt_blocking(
    struct aws_nitro_enclaves_kms_client *client,
    const struct aws_string *key_id,
    const struct aws_byte_buf *plaintext,
    struct aws_byte_buf *ciphertext_blob
    /* TODO: err_reason */) {
    return aws_kms_encrypt_blocking_with_context(client, key_id, plaintext, NULL, ciphertext_blob);
}