temp_key          248 source4/heimdal/lib/krb5/crypto.c     DES_cblock temp_key;
temp_key          264 source4/heimdal/lib/krb5/crypto.c     memcpy(&temp_key, "kerberos", 8);
temp_key          265 source4/heimdal/lib/krb5/crypto.c     DES_set_odd_parity (&temp_key);
temp_key          266 source4/heimdal/lib/krb5/crypto.c     DES_set_key_unchecked (&temp_key, &schedule);
temp_key          269 source4/heimdal/lib/krb5/crypto.c     memcpy(&temp_key, &ivec, 8);
temp_key          270 source4/heimdal/lib/krb5/crypto.c     DES_set_odd_parity (&temp_key);
temp_key          271 source4/heimdal/lib/krb5/crypto.c     DES_set_key_unchecked (&temp_key, &schedule);
temp_key          274 source4/heimdal/lib/krb5/crypto.c     memset(&temp_key, 0, sizeof(temp_key));