Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher.rs21 use ffi::{EVP_CIPHER_block_size, EVP_CIPHER_iv_length, EVP_CIPHER_key_length};
26 pub unsafe fn EVP_CIPHER_iv_length(ptr: *const ffi::EVP_CIPHER) -> c_int { in EVP_CIPHER_iv_length() functions
522 #[corresponds(EVP_CIPHER_iv_length)]
524 unsafe { EVP_CIPHER_iv_length(self.as_ptr()) as usize } in iv_length()
H A Dsymm.rs373 let len = EVP_CIPHER_iv_length(self.0) as usize; in iv_len()
780 use ffi::{EVP_CIPHER_block_size, EVP_CIPHER_iv_length, EVP_CIPHER_key_length};
785 pub unsafe fn EVP_CIPHER_iv_length(ptr: *const ffi::EVP_CIPHER) -> LenType { in EVP_CIPHER_iv_length() functions
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs84 pub unsafe fn EVP_CIPHER_iv_length(cipher: *const EVP_CIPHER) -> c_int { in EVP_CIPHER_iv_length() functions
/third_party/node/src/crypto/
H A Dcrypto_cipher.cc75 int iv_length = EVP_CIPHER_iv_length(cipher); in GetCipherInfo()
448 EVP_CIPHER_iv_length(cipher), auth_tag_len); in Init()
487 const int expected_iv_len = EVP_CIPHER_iv_length(cipher); in Init()
H A Dcrypto_aes.cc565 static_cast<size_t>(EVP_CIPHER_iv_length(params->cipher))) { in AdditionalConfig()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c192 return (size_t)EVP_CIPHER_iv_length(aead); in crypto_aead_noncelen()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs41 pub fn EVP_CIPHER_iv_length(cipher: *const EVP_CIPHER) -> c_int; in EVP_CIPHER_iv_length() functions
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c4005 EVP_CIPHER_iv_length(c)); in openssl_get_keyblock_size()
4008 EVP_CIPHER_iv_length(c)); in openssl_get_keyblock_size()
4032 EVP_CIPHER_iv_length(c)); in openssl_get_keyblock_size()
4034 EVP_CIPHER_iv_length(c)); in openssl_get_keyblock_size()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c4246 EVP_CIPHER_iv_length(c)); in openssl_get_keyblock_size()
4249 EVP_CIPHER_iv_length(c)); in openssl_get_keyblock_size()
4278 fixed_iv_len = EVP_CIPHER_iv_length(c); in openssl_get_keyblock_size()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h469 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h598 # define EVP_CIPHER_iv_length EVP_CIPHER_get_iv_length macro
/third_party/openssl/include/openssl/
H A Devp.h596 # define EVP_CIPHER_iv_length EVP_CIPHER_get_iv_length macro
/third_party/libcoap/src/
H A Dcoap_openssl.c3253 ivlen = EVP_CIPHER_iv_length(e_ciph); in coap_dtls_get_overhead()
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 155 milliseconds