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

  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLCipher.java 486 final long cipherType = NativeCrypto.EVP_get_cipherbyname(getCipherName(
488 if (cipherType == 0) {
495 final int expectedIvLength = NativeCrypto.EVP_CIPHER_iv_length(cipherType);
517 NativeCrypto.EVP_CipherInit_ex(cipherCtx, cipherType, null, null, encrypting);
521 NativeCrypto.EVP_CipherInit_ex(cipherCtx, cipherType, encodedKey, iv, encrypting);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipsectypes.h 145 IPSEC_CIPHER_TYPE cipherType;
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 1860 milliseconds