From 9e08fd15cf4d591e946eca379ea84b4487a31624 Mon Sep 17 00:00:00 2001 From: Fred Gylys-Colwell Date: Tue, 28 Nov 2023 17:46:14 -0800 Subject: [PATCH] Fix title of Prov 4 doxygen group Bug: 572398489 Change-Id: I729ba7bbe6e0c813296d54df9ea34ee300ea88c6 --- libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h b/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h index 9ffa2808..b7383e8c 100644 --- a/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h +++ b/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h @@ -103,8 +103,8 @@ * provisioning procedure and implemented in the library, but are not called * from the Widevine DRM Plugin during normal operation. * - * @defgroup prov40 OEM Certificate and Provisioning 4.0 API - * Functions that are needed process a boot chain certificate. + * @defgroup prov40 BCC and Provisioning 4.0 API + * Functions that are needed process a boot certificate chain (BCC). * * The OEMCrypto API allows for a device to be initially provisioned with a * keybox or with an OEM certificate in the factory, or to use a boot chain @@ -4272,7 +4272,7 @@ OEMCryptoResult OEMCrypto_GenerateRSASignature( * Certificate. The key shall have been loaded by a previous call to * OEMCrypto_LoadDRMPrivateKey(). * - * For Provisioning 4.0, i.e. a device that uses a Boot Chain Certificate to + * For Provisioning 4.0, i.e. a device that uses a Boot Certificate Chain to * request and OEM cert, a request for an OEM cert is signed by the OEM private * key. A request for a DRM cert is signed by the DRM private key. The DRM cert * that was generated on the device in OEMCrypto_GenerateCertificateKeyPair() is