Searched defs:iv (Results 1 - 25 of 231) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/
H A Denc_read.c87 DES_enc_read(int fd, void *buf, int len, DES_key_schedule *sched, DES_cblock *iv) argument
H A Denc_writ.c80 DES_enc_write(int fd, const void *_buf, int len, DES_key_schedule *sched, DES_cblock *iv) argument
H A Dcbc_cksm.c69 const unsigned char *iv = &(*ivec)[0]; local
H A Dcfb64enc.c74 unsigned char *iv,c,cc; local
[all...]
H A Dncbc_enc.c78 unsigned char *iv; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_seed.c76 seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
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_cast.c83 cast_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_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_rc5.c118 r_32_12_16_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
H A Dp_open.c69 EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, const unsigned char *ek, int ekl, const unsigned char *iv, EVP_PKEY *priv) argument
H A Dp_seal.c69 EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dunion2.C18 vector<int> iv; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dunion2.C18 vector<int> iv; variable
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Daes.c79 AES_cbc_encrypt(const unsigned char *in, unsigned char *out, unsigned long size, const AES_KEY *key, unsigned char *iv, int forward_encrypt) argument
126 AES_cfb8_encrypt(const unsigned char *in, unsigned char *out, unsigned long size, const AES_KEY *key, unsigned char *iv, int forward_encrypt) argument
[all...]
H A Dcamellia.c74 CAMELLIA_cbc_encrypt(const unsigned char *in, unsigned char *out, unsigned long size, const CAMELLIA_KEY *key, unsigned char *iv, int mode_encrypt) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/bugs/
H A Dstream.c82 des_cblock iv,key; local
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libdes/
H A Docbc_cksm.c69 const unsigned char *iv = &(*ivec)[0]; local
H A Docfb64enc.c74 unsigned char *iv,c,cc; local
[all...]
H A Doncbc_enc.c78 unsigned char *iv; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Daes-cbc.c30 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) argument
63 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dcipher-3des1.c61 ssh1_3des_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, argument
130 ssh1_3des_iv(EVP_CIPHER_CTX *evp, int doset, u_char *iv, int len) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bf/
H A Dbf_cfb64.c74 unsigned char *iv,c,cc; local
[all...]

Completed in 255 milliseconds

12345678910