Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_iv_length (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/evp/
H A Dp_seal.c83 if (EVP_CIPHER_CTX_iv_length(ctx)) in EVP_SealInit()
84 RAND_pseudo_bytes(iv,EVP_CIPHER_CTX_iv_length(ctx)); in EVP_SealInit()
H A Devp_lib.c93 l=EVP_CIPHER_CTX_iv_length(c); in EVP_CIPHER_get_asn1_iv()
111 j=EVP_CIPHER_CTX_iv_length(c); in EVP_CIPHER_set_asn1_iv()
H A De_rc2.c178 l=EVP_CIPHER_CTX_iv_length(c); in rc2_get_asn1_type_and_iv()
201 j=EVP_CIPHER_CTX_iv_length(c); in rc2_set_asn1_type_and_iv()
H A Devp_enc.c203 OPENSSL_assert(EVP_CIPHER_CTX_iv_length(ctx) <= in EVP_CipherInit_ex()
205 if(iv) memcpy(ctx->oiv, iv, EVP_CIPHER_CTX_iv_length(ctx)); in EVP_CipherInit_ex()
206 memcpy(ctx->iv, ctx->oiv, EVP_CIPHER_CTX_iv_length(ctx)); in EVP_CipherInit_ex()
H A Devp.h456 #define EVP_CIPHER_CTX_iv_length(e) ((e)->cipher->iv_len) macro
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dcipher.c465 ivlen = EVP_CIPHER_CTX_iv_length(&cc->evp); in cipher_get_keyiv_len()
480 evplen = EVP_CIPHER_CTX_iv_length(&cc->evp); in cipher_get_keyiv()
524 evplen = EVP_CIPHER_CTX_iv_length(&cc->evp); in cipher_set_keyiv()
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DEVP_EncryptInit.pod16 EVP_CIPHER_CTX_iv_length, EVP_CIPHER_CTX_get_app_data,
84 #define EVP_CIPHER_CTX_iv_length(e) ((e)->cipher->iv_len)
190 EVP_CIPHER_iv_length() and EVP_CIPHER_CTX_iv_length() return the IV
263 EVP_CIPHER_iv_length() and EVP_CIPHER_CTX_iv_length() return the IV