Searched refs:AES_set_decrypt_key (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/ |
H A D | FwdLockGlue.c | 98 AES_set_decrypt_key(keyEncryptionKey, KEY_SIZE_IN_BITS, &decryptionRoundKeys) != 0) { in FwdLockGlue_InitializeRoundKeys()
|
/aosp12/frameworks/av/media/libstagefright/mpeg2ts/ |
H A D | HlsSampleDecryptor.cpp | 62 mValidKeyInfo = (AES_set_decrypt_key(KeyData, 8*AES_BLOCK_SIZE/*128*/, &mAesKey) == 0); in signalNewSampleAesKey()
|
/aosp12/system/keymaster/key_blob_utils/ |
H A D | ocb.c | 392 #define AES_set_decrypt_key(x, y, z) \ macro 401 #define AES_set_decrypt_key(x, y, z) rijndaelKeySetupDec((z)->rd_key, x, y) macro 558 static int AES_set_decrypt_key(const unsigned char* userKey, const int bits, AES_KEY* key) { in AES_set_decrypt_key() function 731 AES_set_decrypt_key((unsigned char*)key, (int)(key_len * 8), &ctx->decrypt_key); in ae_init()
|
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/ |
H A D | ClearKeyCasPlugin.cpp | 388 int result = AES_set_decrypt_key( in updateECM()
|
/aosp12/frameworks/av/media/libstagefright/httplive/ |
H A D | PlaylistFetcher.cpp | 455 if (AES_set_decrypt_key(key->data(), 128, &aes_key) != 0) { in decryptBuffer()
|