Home
last modified time | relevance | path

Searched defs:ivec (Results 1 – 25 of 32) sorted by relevance

12

/openssl/crypto/aes/
H A Daes_cfb.c27 unsigned char *ivec, int *num, const int enc) in AES_cfb128_encrypt()
37 unsigned char *ivec, int *num, const int enc) in AES_cfb1_encrypt()
45 unsigned char *ivec, int *num, const int enc) in AES_cfb8_encrypt()
H A Daes_cbc.c22 unsigned char *ivec, const int enc) in AES_cbc_encrypt()
H A Daes_ofb.c21 unsigned char *ivec, int *num) in AES_ofb128_encrypt()
H A Daes_ige.c50 unsigned char *ivec, const int enc) in AES_ige_encrypt()
188 const AES_KEY *key2, const unsigned char *ivec, in AES_bi_ige_encrypt()
/openssl/crypto/camellia/
H A Dcmll_cfb.c27 unsigned char *ivec, int *num, const int enc) in Camellia_cfb128_encrypt()
37 unsigned char *ivec, int *num, const int enc) in Camellia_cfb1_encrypt()
45 unsigned char *ivec, int *num, const int enc) in Camellia_cfb8_encrypt()
H A Dcmll_cbc.c21 unsigned char *ivec, const int enc) in Camellia_cbc_encrypt()
H A Dcmll_ofb.c26 unsigned char *ivec, int *num) in Camellia_ofb128_encrypt()
/openssl/crypto/des/
H A Dcfb64ede.c27 DES_cblock *ivec, int *num, int enc) in DES_ede3_cfb64_encrypt()
94 DES_cblock *ivec, int enc) in DES_ede3_cfb_encrypt()
H A Dcbc_cksm.c20 const_DES_cblock *ivec) in DES_cbc_cksum()
H A Dncbc_enc.c20 DES_key_schedule *_schedule, DES_cblock *ivec, int enc) in DES_cbc_encrypt()
H A Dcfb64enc.c26 DES_cblock *ivec, int *num, int enc) in DES_cfb64_encrypt()
H A Dpcbc_enc.c20 DES_cblock *ivec, int enc) in DES_pcbc_encrypt()
H A Dofb64enc.c25 DES_key_schedule *schedule, DES_cblock *ivec, int *num) in DES_ofb64_encrypt()
H A Dofb64ede.c26 DES_key_schedule *k3, DES_cblock *ivec, int *num) in DES_ede3_ofb64_encrypt()
H A Dofb_enc.c26 DES_cblock *ivec) in DES_ofb_encrypt()
/openssl/crypto/bf/
H A Dbf_cfb64.c27 unsigned char *ivec, int *num, int encrypt) in BF_cfb64_encrypt()
H A Dbf_ofb64.c26 unsigned char *ivec, int *num) in BF_ofb64_encrypt()
/openssl/crypto/rc2/
H A Drc2cfb64.c26 long length, RC2_KEY *schedule, unsigned char *ivec, in RC2_cfb64_encrypt()
H A Drc2ofb64.c25 long length, RC2_KEY *schedule, unsigned char *ivec, in RC2_ofb64_encrypt()
/openssl/crypto/rc5/
H A Drc5cfb64.c27 unsigned char *ivec, int *num, int encrypt) in RC5_32_cfb64_encrypt()
H A Drc5ofb64.c26 unsigned char *ivec, int *num) in RC5_32_ofb64_encrypt()
/openssl/crypto/cast/
H A Dc_cfb64.c27 unsigned char *ivec, int *num, int enc) in CAST_cfb64_encrypt()
H A Dc_ofb64.c26 unsigned char *ivec, int *num) in CAST_ofb64_encrypt()
/openssl/crypto/idea/
H A Di_cfb64.c28 unsigned char *ivec, int *num, int encrypt) in IDEA_cfb64_encrypt()
H A Di_ofb64.c27 unsigned char *ivec, int *num) in IDEA_ofb64_encrypt()

Completed in 100 milliseconds

12