Lines Matching defs:ivec
84 unsigned char *ivec, const int enc)
88 CRYPTO_cbc128_encrypt(in, out, len, key, ivec,
91 CRYPTO_cbc128_decrypt(in, out, len, key, ivec,
97 unsigned char *ivec, int *num, const int enc)
100 CRYPTO_cfb128_encrypt(in, out, length, key, ivec, num, enc,
106 unsigned char *ivec, int *num, const int enc)
108 CRYPTO_cfb128_1_encrypt(in, out, length, key, ivec, num, enc,
114 unsigned char *ivec, int *num, const int enc)
116 CRYPTO_cfb128_8_encrypt(in, out, length, key, ivec, num, enc,
128 unsigned char *ivec, int *num)
130 CRYPTO_ofb128_encrypt(in, out, length, key, ivec, num,