Files
provisioning_sdk_source/common/python/aes_cbc_util.clif
2019-01-23 15:16:31 -08:00

12 lines
520 B
Plaintext

################################################################################
# Copyright 2018 Google LLC.
#
# This software is licensed under the terms defined in the Widevine Master
# License Agreement. For a copy of this agreement, please contact
# widevine-licensing@google.com.
################################################################################
from "common/aes_cbc_util.h":
namespace `widevine::crypto_util`:
def `EncryptAesCbc` as Encrypt(key: bytes, iv: bytes, plaintext: bytes) -> bytes