/external/boringssl/src/crypto/pkcs8/ |
H A D | p5_pbev2.c | 143 if (EVP_CIPHER_iv_length(cipher)) 146 memcpy(iv, aiv, EVP_CIPHER_iv_length(cipher)); 147 else if (!RAND_bytes(iv, EVP_CIPHER_iv_length(cipher)))
|
H A D | pkcs8.c | 256 iterations, EVP_CIPHER_iv_length(cipher), iv, md)) {
|
/external/boringssl/include/openssl/ |
H A D | cipher.h | 145 * lengths given by |EVP_CIPHER_key_length| and |EVP_CIPHER_iv_length|. It 304 /* EVP_CIPHER_iv_length returns the IV size, in bytes, of |cipher|, or zero if 306 OPENSSL_EXPORT unsigned EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
|
/external/boringssl/src/crypto/cipher/ |
H A D | cipher_test.cc | 233 if (EVP_CIPHER_iv_length(cipher) > 0 &&
|
H A D | e_ssl3.c | 99 assert(mac_key_len + enc_key_len + EVP_CIPHER_iv_length(cipher) == key_len);
|
H A D | cipher.c | 595 unsigned EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) { function
|
H A D | e_tls.c | 73 (implicit_iv ? EVP_CIPHER_iv_length(cipher) : 0) == key_len);
|
/external/boringssl/src/include/openssl/ |
H A D | cipher.h | 145 * lengths given by |EVP_CIPHER_key_length| and |EVP_CIPHER_iv_length|. It 304 /* EVP_CIPHER_iv_length returns the IV size, in bytes, of |cipher|, or zero if 306 OPENSSL_EXPORT unsigned EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
|
/external/boringssl/src/crypto/pem/ |
H A D | pem_lib.c | 325 const unsigned iv_len = EVP_CIPHER_iv_length(enc); 498 if (!load_iv(header_pp,&(cipher->iv[0]),EVP_CIPHER_iv_length(enc)))
|
H A D | pem_info.c | 325 iv_len = EVP_CIPHER_iv_length(enc);
|
/external/tcpdump/ |
H A D | print-esp.c | 293 sa->ivlen = EVP_CIPHER_iv_length(evp);
|
/external/conscrypt/src/main/java/org/conscrypt/ |
H A D | NativeCrypto.java | 291 public static native int EVP_CIPHER_iv_length(long evpCipher); method in class:NativeCrypto
|
H A D | OpenSSLCipher.java | 495 final int expectedIvLength = NativeCrypto.EVP_CIPHER_iv_length(cipherType);
|
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | tls_openssl.c | 3109 EVP_CIPHER_iv_length(c)); 3112 EVP_CIPHER_iv_length(c)); 3136 EVP_CIPHER_iv_length(c)); 3138 EVP_CIPHER_iv_length(c));
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | tls_openssl.c | 3109 EVP_CIPHER_iv_length(c)); 3112 EVP_CIPHER_iv_length(c)); 3136 EVP_CIPHER_iv_length(c)); 3138 EVP_CIPHER_iv_length(c));
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | tls_openssl.c | 3109 EVP_CIPHER_iv_length(c)); 3112 EVP_CIPHER_iv_length(c)); 3136 EVP_CIPHER_iv_length(c)); 3138 EVP_CIPHER_iv_length(c));
|
/external/conscrypt/src/test/java/org/conscrypt/ |
H A D | NativeCryptoTest.java | 2967 assertEquals(0, NativeCrypto.EVP_CIPHER_iv_length(aes128ecb)); 2970 assertEquals(16, NativeCrypto.EVP_CIPHER_iv_length(aes128cbc));
|
/external/conscrypt/src/main/native/ |
H A D | org_conscrypt_NativeCrypto.cpp | 4782 JNI_TRACE("EVP_CIPHER_iv_length(%p)", evpCipher); 4786 JNI_TRACE("EVP_CIPHER_iv_length => evpCipher == null"); 4790 const int ivLength = EVP_CIPHER_iv_length(evpCipher); 4791 JNI_TRACE("EVP_CIPHER_iv_length(%p) => %d", evpCipher, ivLength); 11126 NATIVE_METHOD(NativeCrypto, EVP_CIPHER_iv_length, "(J)I"),
|
/external/robolectric/v3/runtime/ |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |