Home
last modified time | relevance | path

Searched defs:EVP_CIPHER_iv_length (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/evp/
Devp_lib.c221 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_iv_length() function
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
Dcipher.c605 unsigned EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) { in EVP_CIPHER_iv_length() function
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java338 public static native int EVP_CIPHER_iv_length(long evpCipher); in EVP_CIPHER_iv_length() method in NativeCrypto