Searched refs:EVP_CIPHER_iv_length (Results 1 - 22 of 22) sorted by relevance

/external/boringssl/src/crypto/pkcs8/
H A Dp5_pbev2.c143 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 Dpkcs8.c256 iterations, EVP_CIPHER_iv_length(cipher), iv, md)) {
/external/boringssl/include/openssl/
H A Dcipher.h145 * 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 Dcipher_test.cc233 if (EVP_CIPHER_iv_length(cipher) > 0 &&
H A De_ssl3.c99 assert(mac_key_len + enc_key_len + EVP_CIPHER_iv_length(cipher) == key_len);
H A Dcipher.c595 unsigned EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) { function
H A De_tls.c73 (implicit_iv ? EVP_CIPHER_iv_length(cipher) : 0) == key_len);
/external/boringssl/src/include/openssl/
H A Dcipher.h145 * 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 Dpem_lib.c325 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 Dpem_info.c325 iv_len = EVP_CIPHER_iv_length(enc);
/external/tcpdump/
H A Dprint-esp.c293 sa->ivlen = EVP_CIPHER_iv_length(evp);
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java291 public static native int EVP_CIPHER_iv_length(long evpCipher); method in class:NativeCrypto
H A DOpenSSLCipher.java495 final int expectedIvLength = NativeCrypto.EVP_CIPHER_iv_length(cipherType);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c3109 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 Dtls_openssl.c3109 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 Dtls_openssl.c3109 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 DNativeCryptoTest.java2967 assertEquals(0, NativeCrypto.EVP_CIPHER_iv_length(aes128ecb));
2970 assertEquals(16, NativeCrypto.EVP_CIPHER_iv_length(aes128cbc));
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp4782 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 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 357 milliseconds