HomeSort by relevance Sort by last modified time
    Searched defs:AES_BLOCK_SIZE (Results 1 - 11 of 11) sorted by null

  /external/wpa_supplicant_8/src/crypto/
aes.h 12 #define AES_BLOCK_SIZE 16
  /external/lzma/C/
Aes.h 11 #define AES_BLOCK_SIZE 16
28 void AesCbc_Init(UInt32 *ivAes, const Byte *iv); /* iv size is AES_BLOCK_SIZE */
  /external/openssh/
cipher-aesctr.h 23 #define AES_BLOCK_SIZE 16
28 u8 ctr[AES_BLOCK_SIZE]; /* counter */
  /external/boringssl/src/include/openssl/
aes.h 68 #define AES_BLOCK_SIZE 16
112 uint8_t ivec[AES_BLOCK_SIZE],
113 uint8_t ecount_buf[AES_BLOCK_SIZE],
  /device/google/contexthub/lib/include/nanohub/
aes.h 32 #define AES_BLOCK_SIZE 16 // in bytes
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h 61 #define AES_BLOCK_SIZE 16
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 115 size_t padding = AES_BLOCK_SIZE - (decryptedKeyLength % AES_BLOCK_SIZE);
145 return ((plaintextKeyLength / AES_BLOCK_SIZE) + 2) * AES_BLOCK_SIZE;
155 unsigned char initVector[AES_BLOCK_SIZE];
156 if (FwdLockGlue_GetRandomNumber(initVector, AES_BLOCK_SIZE)) {
157 size_t padding = AES_BLOCK_SIZE - (plaintextKeyLength % AES_BLOCK_SIZE);
158 size_t dataLength = encryptedKeyLength - AES_BLOCK_SIZE;
161 memcpy((unsigned char *)pEncryptedKey + dataLength, initVector, AES_BLOCK_SIZE);
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLCipher.java 632 private static final int AES_BLOCK_SIZE = 16;
674 return AES_BLOCK_SIZE;
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
sunjce_provider.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
sunjce_provider.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 547 milliseconds