Searched defs:iv (Results 1 - 25 of 190) sorted by last modified time

12345678

/freebsd-10.0-release/crypto/openssl/apps/
H A Denc.c113 unsigned char key[EVP_MAX_KEY_LENGTH],iv[EVP_MAX_IV_LENGTH]; local
[all...]
H A Dspeed.c456 unsigned char iv[2*MAX_BLOCK_SIZE/8]; local
[all...]
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dd1_clnt.c1056 unsigned char iv[EVP_MAX_IV_LENGTH]; local
H A Dd1_srvr.c1647 unsigned char iv[EVP_MAX_IV_LENGTH]; local
H A Dkssl.c2006 unsigned char iv[EVP_MAX_IV_LENGTH]; local
H A Ds3_clnt.c2446 unsigned char iv[EVP_MAX_IV_LENGTH]; local
H A Ds3_enc.c221 unsigned char *ms,*key,*iv,*er1,*er2; local
H A Ds3_srvr.c2415 unsigned char iv[EVP_MAX_IV_LENGTH]; local
3449 unsigned char iv[EVP_MAX_IV_LENGTH]; local
[all...]
H A Dt1_enc.c328 unsigned char *ms,*key,*iv; local
[all...]
/freebsd-10.0-release/crypto/openssl/engines/ccgost/
H A Dgost89.c229 void gost_enc_cfb(gost_ctx *ctx,const byte *iv,const byte *clear,byte *cipher, int blocks) argument
247 void gost_dec_cfb(gost_ctx *ctx,const byte *iv,const byte *cipher,byte *clear, int blocks) argument
384 int gost_mac_iv(gost_ctx *ctx,int mac_len,const unsigned char *iv,const unsigned char *data, argument
410 void cryptopro_key_meshing(gost_ctx *ctx, unsigned char *iv) argument
[all...]
H A Dgost_crypt.c177 gost_cipher_init_param(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc, int paramNID,int mode) argument
192 gost_cipher_init_cpa(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
206 gost_cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
214 gost_crypt_mesh(void *ctx,unsigned char *iv,unsigned char *buf) argument
226 gost_cnt_next(void *ctx, unsigned char *iv, unsigned char *buf) argument
[all...]
H A Dgost_lcl.h113 ASN1_OCTET_STRING *iv; member in struct:__anon5234
/freebsd-10.0-release/crypto/openssl/engines/
H A De_padlock.c271 unsigned char iv[AES_BLOCK_SIZE]; /* Initialization vector */ local
868 void *iv; local
794 padlock_aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
921 void *iv; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A De_aes.c79 unsigned char *iv; /* Temporary IV store */ member in struct:__anon5125
229 aesni_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
305 aesni_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
346 aesni_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
389 aesni_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
496 aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
839 aes_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
1096 aes_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
1267 aes_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
[all...]
H A De_aes_cbc_hmac_sha1.c185 iv = 0, /* explicit IV in TLS 1.1 and later */ local
117 aesni_cbc_hmac_sha1_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *inkey, const unsigned char *iv, int enc) argument
[all...]
H A De_bf.c81 bf_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
H A De_camellia.c109 camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
H A De_cast.c83 cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
H A De_des.c195 des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
[all...]
H A De_des3.c238 des_ede_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
255 des_ede3_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
[all...]
H A De_idea.c98 idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
H A De_null.c90 null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
H A De_rc2.c174 unsigned char iv[EVP_MAX_IV_LENGTH]; local
137 rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
H A De_rc4.c123 rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
H A De_rc4_hmac_md5.c85 rc4_hmac_md5_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *inkey, const unsigned char *iv, int enc) argument

Completed in 124 milliseconds

12345678