old_cipher       3852 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_push_netr_CIPHER_VALUE(ndr, NDR_SCALARS, &r->old_cipher));
old_cipher       3867 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_push_netr_CIPHER_VALUE(ndr, NDR_BUFFERS, &r->old_cipher));
old_cipher       3883 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_pull_netr_CIPHER_VALUE(ndr, NDR_SCALARS, &r->old_cipher));
old_cipher       3898 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_pull_netr_CIPHER_VALUE(ndr, NDR_BUFFERS, &r->old_cipher));
old_cipher       3914 librpc/gen_ndr/ndr_netlogon.c 	ndr_print_netr_CIPHER_VALUE(ndr, "old_cipher", &r->old_cipher);
old_cipher        518 librpc/gen_ndr/netlogon.h 	struct netr_CIPHER_VALUE old_cipher;
old_cipher        134 source3/libnet/libnet_samsync.c 	SamOEMhashBlob(secret->old_cipher.cipher_data,
old_cipher        135 source3/libnet/libnet_samsync.c 		       secret->old_cipher.maxlen,
old_cipher        120 source4/libnet/libnet_samsync.c 	creds_arcfour_crypt(creds, secret->old_cipher.cipher_data, 
old_cipher        121 source4/libnet/libnet_samsync.c 			    secret->old_cipher.maxlen); 
old_cipher        849 source4/torture/rpc/samsync.c 	creds_arcfour_crypt(samsync_state->creds, secret->old_cipher.cipher_data, 
old_cipher        850 source4/torture/rpc/samsync.c 			    secret->old_cipher.maxlen); 
old_cipher        860 source4/torture/rpc/samsync.c 	old->secret = data_blob_const(secret->old_cipher.cipher_data, secret->old_cipher.maxlen);