Searched refs:cipherCtx (Results 1 - 5 of 5) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLCipher.java456 private final EVP_CIPHER_CTX cipherCtx = new EVP_CIPHER_CTX( field in class:OpenSSLCipher.EVP_CIPHER
519 NativeCrypto.EVP_CipherInit_ex(cipherCtx, cipherType, null, null, encrypting);
520 NativeCrypto.EVP_CIPHER_CTX_set_key_length(cipherCtx, encodedKey.length);
521 NativeCrypto.EVP_CipherInit_ex(cipherCtx, 0, encodedKey, iv, isEncrypting());
523 NativeCrypto.EVP_CipherInit_ex(cipherCtx, cipherType, encodedKey, iv, encrypting);
528 .EVP_CIPHER_CTX_set_padding(cipherCtx, getPadding() == Padding.PKCS5PADDING);
529 modeBlockSize = NativeCrypto.EVP_CIPHER_CTX_block_size(cipherCtx);
544 outputOffset += NativeCrypto.EVP_CipherUpdate(cipherCtx, output, outputOffset, input,
570 writtenBytes = NativeCrypto.EVP_CipherFinal_ex(cipherCtx, output, outputOffset);
573 writtenBytes = NativeCrypto.EVP_CipherFinal_ex(cipherCtx, lastBloc
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 116 milliseconds