Searched refs:cipherKey (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | aes-internal.c | 779 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits) in rijndaelKeySetupEnc() argument 784 rk[0] = GETU32(cipherKey ); in rijndaelKeySetupEnc() 785 rk[1] = GETU32(cipherKey + 4); in rijndaelKeySetupEnc() 786 rk[2] = GETU32(cipherKey + 8); in rijndaelKeySetupEnc() 787 rk[3] = GETU32(cipherKey + 12); in rijndaelKeySetupEnc() 802 rk[4] = GETU32(cipherKey + 16); in rijndaelKeySetupEnc() 803 rk[5] = GETU32(cipherKey + 20); in rijndaelKeySetupEnc() 821 rk[6] = GETU32(cipherKey + 24); in rijndaelKeySetupEnc() 822 rk[7] = GETU32(cipherKey + 28); in rijndaelKeySetupEnc()
|
D | aes-internal-dec.c | 28 static int rijndaelKeySetupDec(u32 rk[], const u8 cipherKey[], int keyBits) in rijndaelKeySetupDec() argument 34 Nr = rijndaelKeySetupEnc(rk, cipherKey, keyBits); in rijndaelKeySetupDec()
|
D | aes_i.h | 123 int rijndaelKeySetupEnc(u32 rk[], const u8 cipherKey[], int keyBits);
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/ |
D | Aes128DataSource.java | 82 Key cipherKey = new SecretKeySpec(encryptionKey, "AES"); in open() local 86 cipher.init(Cipher.DECRYPT_MODE, cipherKey, cipherIV); in open()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/ |
D | Aes128DataSource.java | 82 Key cipherKey = new SecretKeySpec(encryptionKey, "AES"); in open() local 86 cipher.init(Cipher.DECRYPT_MODE, cipherKey, cipherIV); in open()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/ |
D | mod.rs | 4895 pub cipherKey: FWP_BYTE_BLOB, field
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/ |
D | mod.rs | 4895 pub cipherKey: FWP_BYTE_BLOB, field
|