ivec              149 source4/heimdal/lib/gssapi/krb5/get_mic.c   char ivec[8];
ivec              239 source4/heimdal/lib/gssapi/krb5/get_mic.c       memset(ivec, 0, 8);
ivec              241 source4/heimdal/lib/gssapi/krb5/get_mic.c       memcpy(ivec, p + 8, 8);
ivec              246 source4/heimdal/lib/gssapi/krb5/get_mic.c 			    seq, 8, &encdata, ivec);
ivec              293 source4/heimdal/lib/gssapi/krb5/unwrap.c       DES_cblock ivec;
ivec              295 source4/heimdal/lib/gssapi/krb5/unwrap.c       memcpy(&ivec, p + 8, 8);
ivec              300 source4/heimdal/lib/gssapi/krb5/unwrap.c 			       &ivec);
ivec              152 source4/heimdal/lib/gssapi/krb5/verify_mic.c   char ivec[8];
ivec              180 source4/heimdal/lib/gssapi/krb5/verify_mic.c       memset(ivec, 0, 8);
ivec              182 source4/heimdal/lib/gssapi/krb5/verify_mic.c       memcpy(ivec, p + 8, 8);
ivec              187 source4/heimdal/lib/gssapi/krb5/verify_mic.c 			   p, 8, &seq_data, ivec);
ivec              453 source4/heimdal/lib/gssapi/krb5/wrap.c       DES_cblock ivec;
ivec              455 source4/heimdal/lib/gssapi/krb5/wrap.c       memcpy (&ivec, p + 8, 8);
ivec              460 source4/heimdal/lib/gssapi/krb5/wrap.c 			       &ivec);
ivec               94 source4/heimdal/lib/hcrypto/evp-aes-cts.c 		      unsigned char *ivec, const int encryptp)
ivec              108 source4/heimdal/lib/hcrypto/evp-aes-cts.c 		tmp[i] = in[i] ^ ivec[i];
ivec              110 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	    memcpy(ivec, out, AES_BLOCK_SIZE);
ivec              117 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	    tmp[i] = in[i] ^ ivec[i];
ivec              119 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	    tmp[i] = 0 ^ ivec[i];
ivec              123 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	memcpy(out, ivec, len);
ivec              124 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	memcpy(ivec, out - AES_BLOCK_SIZE, AES_BLOCK_SIZE);
ivec              134 source4/heimdal/lib/hcrypto/evp-aes-cts.c 		out[i] ^= ivec[i];
ivec              135 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	    memcpy(ivec, tmp, AES_BLOCK_SIZE);
ivec              154 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	    out[i] ^= ivec[i];
ivec              155 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	memcpy(ivec, tmp, AES_BLOCK_SIZE);
ivec              364 source4/heimdal/lib/hx509/cms.c     heim_octet_string ivec;
ivec              371 source4/heimdal/lib/hx509/cms.c     memset(&ivec, 0, sizeof(ivec));
ivec              478 source4/heimdal/lib/hx509/cms.c 	    ret = hx509_crypto_set_params(context, crypto, params, &ivec);
ivec              497 source4/heimdal/lib/hx509/cms.c 				   ivec.length ? &ivec : NULL,
ivec              511 source4/heimdal/lib/hx509/cms.c     if (ivec.length)
ivec              512 source4/heimdal/lib/hx509/cms.c 	der_free_octet_string(&ivec);
ivec              555 source4/heimdal/lib/hx509/cms.c     heim_octet_string ivec;
ivec              562 source4/heimdal/lib/hx509/cms.c     memset(&ivec, 0, sizeof(ivec));
ivec              585 source4/heimdal/lib/hx509/cms.c     ret = hx509_crypto_random_iv(crypto, &ivec);
ivec              595 source4/heimdal/lib/hx509/cms.c 			       &ivec,
ivec              624 source4/heimdal/lib/hx509/cms.c 				      &ivec,
ivec              695 source4/heimdal/lib/hx509/cms.c     der_free_octet_string(&ivec);
ivec             1724 source4/heimdal/lib/hx509/crypto.c 		 const heim_octet_string *ivec, heim_octet_string *param)
ivec             1730 source4/heimdal/lib/hx509/crypto.c     if (ivec == NULL)
ivec             1734 source4/heimdal/lib/hx509/crypto.c 		       ivec, &size, ret);
ivec             1744 source4/heimdal/lib/hx509/crypto.c 		hx509_crypto crypto, heim_octet_string *ivec)
ivec             1747 source4/heimdal/lib/hx509/crypto.c     if (ivec == NULL)
ivec             1750 source4/heimdal/lib/hx509/crypto.c     ret = decode_CMSCBCParameter(param->data, param->length, ivec, NULL);
ivec             1763 source4/heimdal/lib/hx509/crypto.c 		   const heim_octet_string *ivec, heim_octet_string *param)
ivec             1787 source4/heimdal/lib/hx509/crypto.c     rc2params.iv = *ivec;
ivec             1799 source4/heimdal/lib/hx509/crypto.c 		   hx509_crypto crypto, heim_octet_string *ivec)
ivec             1837 source4/heimdal/lib/hx509/crypto.c     if (ivec)
ivec             1838 source4/heimdal/lib/hx509/crypto.c 	ret = der_copy_octet_string(&rc2param.iv, ivec);
ivec             2068 source4/heimdal/lib/hx509/crypto.c 			heim_octet_string *ivec)
ivec             2070 source4/heimdal/lib/hx509/crypto.c     return (*crypto->cipher->set_params)(context, param, crypto, ivec);
ivec             2076 source4/heimdal/lib/hx509/crypto.c 			const heim_octet_string *ivec,
ivec             2079 source4/heimdal/lib/hx509/crypto.c     return (*crypto->cipher->get_params)(context, crypto, ivec, param);
ivec             2083 source4/heimdal/lib/hx509/crypto.c hx509_crypto_random_iv(hx509_crypto crypto, heim_octet_string *ivec)
ivec             2085 source4/heimdal/lib/hx509/crypto.c     ivec->length = EVP_CIPHER_iv_length(crypto->c);
ivec             2086 source4/heimdal/lib/hx509/crypto.c     ivec->data = malloc(ivec->length);
ivec             2087 source4/heimdal/lib/hx509/crypto.c     if (ivec->data == NULL) {
ivec             2088 source4/heimdal/lib/hx509/crypto.c 	ivec->length = 0;
ivec             2092 source4/heimdal/lib/hx509/crypto.c     if (RAND_bytes(ivec->data, ivec->length) <= 0) {
ivec             2093 source4/heimdal/lib/hx509/crypto.c 	free(ivec->data);
ivec             2094 source4/heimdal/lib/hx509/crypto.c 	ivec->data = NULL;
ivec             2095 source4/heimdal/lib/hx509/crypto.c 	ivec->length = 0;
ivec             2105 source4/heimdal/lib/hx509/crypto.c 		     const heim_octet_string *ivec,
ivec             2114 source4/heimdal/lib/hx509/crypto.c     assert(EVP_CIPHER_iv_length(crypto->c) == ivec->length);
ivec             2119 source4/heimdal/lib/hx509/crypto.c 			    crypto->key.data, ivec->data, 1);
ivec             2182 source4/heimdal/lib/hx509/crypto.c 		     heim_octet_string *ivec,
ivec             2192 source4/heimdal/lib/hx509/crypto.c     if (ivec && EVP_CIPHER_iv_length(crypto->c) < ivec->length)
ivec             2198 source4/heimdal/lib/hx509/crypto.c     if (ivec)
ivec             2199 source4/heimdal/lib/hx509/crypto.c 	idata = ivec->data;
ivec              137 source4/heimdal/lib/krb5/crypto.c 			       void *ivec);
ivec              249 source4/heimdal/lib/krb5/crypto.c     DES_cblock ivec;
ivec              263 source4/heimdal/lib/krb5/crypto.c     memcpy(&ivec, "kerberos", 8);
ivec              267 source4/heimdal/lib/krb5/crypto.c     DES_cbc_cksum ((void*)password, &ivec, passlen, &schedule, &ivec);
ivec              269 source4/heimdal/lib/krb5/crypto.c     memcpy(&temp_key, &ivec, 8);
ivec              272 source4/heimdal/lib/krb5/crypto.c     DES_cbc_cksum ((void*)password, key, passlen, &schedule, &ivec);
ivec              275 source4/heimdal/lib/krb5/crypto.c     memset(&ivec, 0, sizeof(ivec));
ivec              448 source4/heimdal/lib/krb5/crypto.c 	DES_cblock ivec;
ivec              467 source4/heimdal/lib/krb5/crypto.c 	memset(&ivec, 0, sizeof(ivec));
ivec              470 source4/heimdal/lib/krb5/crypto.c 			     &s[0], &s[1], &s[2], &ivec, DES_ENCRYPT);
ivec              472 source4/heimdal/lib/krb5/crypto.c 	memset(&ivec, 0, sizeof(ivec));
ivec             1239 source4/heimdal/lib/krb5/crypto.c     DES_cblock ivec;
ivec             1255 source4/heimdal/lib/krb5/crypto.c     memset (&ivec, 0, sizeof(ivec));
ivec             1256 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(&ctx->ectx, NULL, NULL, NULL, (void *)&ivec, -1);
ivec             1274 source4/heimdal/lib/krb5/crypto.c     DES_cblock ivec;
ivec             1283 source4/heimdal/lib/krb5/crypto.c     memset(&ivec, 0, sizeof(ivec));
ivec             1284 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(&ctx->dctx, NULL, NULL, NULL, (void *)&ivec, -1);
ivec             2008 source4/heimdal/lib/krb5/crypto.c 	     void *ivec)
ivec             2020 source4/heimdal/lib/krb5/crypto.c 	    void *ivec)
ivec             2025 source4/heimdal/lib/krb5/crypto.c     if (ivec == NULL) {
ivec             2037 source4/heimdal/lib/krb5/crypto.c 	EVP_CipherInit_ex(c, NULL, NULL, NULL, ivec, -1);
ivec             2054 source4/heimdal/lib/krb5/crypto.c     DES_cblock ivec;
ivec             2055 source4/heimdal/lib/krb5/crypto.c     memset(&ivec, 0, sizeof(ivec));
ivec             2057 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(c, NULL, NULL, NULL, (void *)&ivec, -1);
ivec             2073 source4/heimdal/lib/krb5/crypto.c     DES_cblock ivec;
ivec             2074 source4/heimdal/lib/krb5/crypto.c     memcpy(&ivec, key->key->keyvalue.data, sizeof(ivec));
ivec             2076 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(c, NULL, NULL, NULL, (void *)&ivec, -1);
ivec             2090 source4/heimdal/lib/krb5/crypto.c     DES_cblock ivec;
ivec             2093 source4/heimdal/lib/krb5/crypto.c     memset(&ivec, 0, sizeof(ivec));
ivec             2095 source4/heimdal/lib/krb5/crypto.c     DES_cfb64_encrypt(data, data, len, s, &ivec, &num, encryptp);
ivec             2108 source4/heimdal/lib/krb5/crypto.c     DES_cblock ivec;
ivec             2110 source4/heimdal/lib/krb5/crypto.c     memcpy(&ivec, key->key->keyvalue.data, sizeof(ivec));
ivec             2112 source4/heimdal/lib/krb5/crypto.c     DES_pcbc_encrypt(data, data, len, s, &ivec, encryptp);
ivec             2129 source4/heimdal/lib/krb5/crypto.c 		   void *ivec)
ivec             2192 source4/heimdal/lib/krb5/crypto.c 		   void *ivec)
ivec             2292 source4/heimdal/lib/krb5/crypto.c 		void *ivec)
ivec             2301 source4/heimdal/lib/krb5/crypto.c 	return ARCFOUR_subencrypt (context, key, data, len, keyusage, ivec);
ivec             2303 source4/heimdal/lib/krb5/crypto.c 	return ARCFOUR_subdecrypt (context, key, data, len, keyusage, ivec);
ivec             2775 source4/heimdal/lib/krb5/crypto.c 			 void *ivec)
ivec             2822 source4/heimdal/lib/krb5/crypto.c     ret = (*et->encrypt)(context, dkey, p, block_sz, 1, usage, ivec);
ivec             2841 source4/heimdal/lib/krb5/crypto.c 		 void *ivec)
ivec             2885 source4/heimdal/lib/krb5/crypto.c     ret = (*et->encrypt)(context, &crypto->key, p, block_sz, 1, 0, ivec);
ivec             2907 source4/heimdal/lib/krb5/crypto.c 			 void *ivec)
ivec             2926 source4/heimdal/lib/krb5/crypto.c     ret = (*et->encrypt)(context, &crypto->key, tmp, sz, TRUE, usage, ivec);
ivec             2944 source4/heimdal/lib/krb5/crypto.c 			 void *ivec)
ivec             2986 source4/heimdal/lib/krb5/crypto.c     ret = (*et->encrypt)(context, dkey, p, len, 0, usage, ivec);
ivec             3024 source4/heimdal/lib/krb5/crypto.c 		 void *ivec)
ivec             3050 source4/heimdal/lib/krb5/crypto.c     ret = (*et->encrypt)(context, &crypto->key, p, len, 0, 0, ivec);
ivec             3087 source4/heimdal/lib/krb5/crypto.c 			 void *ivec)
ivec             3107 source4/heimdal/lib/krb5/crypto.c     ret = (*et->encrypt)(context, &crypto->key, p, len, FALSE, usage, ivec);
ivec             3164 source4/heimdal/lib/krb5/crypto.c 		      void *ivec)
ivec             3314 source4/heimdal/lib/krb5/crypto.c     ret = (*et->encrypt)(context, dkey, p, len, 1, usage, ivec);
ivec             3364 source4/heimdal/lib/krb5/crypto.c 		      void *ivec)
ivec             3442 source4/heimdal/lib/krb5/crypto.c     ret = (*et->encrypt)(context, dkey, p, len, 0, usage, ivec);
ivec             3613 source4/heimdal/lib/krb5/crypto.c 		  void *ivec)
ivec             3617 source4/heimdal/lib/krb5/crypto.c 					data, len, result, ivec);
ivec             3620 source4/heimdal/lib/krb5/crypto.c 					 data, len, result, ivec);
ivec             3622 source4/heimdal/lib/krb5/crypto.c 	return encrypt_internal(context, crypto, data, len, result, ivec);
ivec             3661 source4/heimdal/lib/krb5/crypto.c 		  void *ivec)
ivec             3665 source4/heimdal/lib/krb5/crypto.c 					data, len, result, ivec);
ivec             3668 source4/heimdal/lib/krb5/crypto.c 					data, len, result, ivec);
ivec             3670 source4/heimdal/lib/krb5/crypto.c 	return decrypt_internal(context, crypto, data, len, result, ivec);
ivec              210 source4/heimdal/lib/krb5/mit_glue.c 	       const krb5_data *ivec,
ivec              221 source4/heimdal/lib/krb5/mit_glue.c     if (ivec) {
ivec              230 source4/heimdal/lib/krb5/mit_glue.c 	if (blocksize > ivec->length) {
ivec              239 source4/heimdal/lib/krb5/mit_glue.c 			    ivec ? ivec->data : NULL);
ivec              250 source4/heimdal/lib/krb5/mit_glue.c 	       const krb5_data *ivec,
ivec              261 source4/heimdal/lib/krb5/mit_glue.c     if (ivec) {
ivec              270 source4/heimdal/lib/krb5/mit_glue.c 	if (blocksize > ivec->length) {
ivec              279 source4/heimdal/lib/krb5/mit_glue.c 			    ivec ? ivec->data : NULL);