current_cipher   3850 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_push_netr_CIPHER_VALUE(ndr, NDR_SCALARS, &r->current_cipher));
current_cipher   3866 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_push_netr_CIPHER_VALUE(ndr, NDR_BUFFERS, &r->current_cipher));
current_cipher   3881 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_pull_netr_CIPHER_VALUE(ndr, NDR_SCALARS, &r->current_cipher));
current_cipher   3897 librpc/gen_ndr/ndr_netlogon.c 		NDR_CHECK(ndr_pull_netr_CIPHER_VALUE(ndr, NDR_BUFFERS, &r->current_cipher));
current_cipher   3912 librpc/gen_ndr/ndr_netlogon.c 	ndr_print_netr_CIPHER_VALUE(ndr, "current_cipher", &r->current_cipher);
current_cipher    516 librpc/gen_ndr/netlogon.h 	struct netr_CIPHER_VALUE current_cipher;
current_cipher    130 source3/libnet/libnet_samsync.c 	SamOEMhashBlob(secret->current_cipher.cipher_data,
current_cipher    131 source3/libnet/libnet_samsync.c 		       secret->current_cipher.maxlen,
current_cipher     81 source4/libnet/libnet_samdump.c 	n->secret = data_blob_talloc(n, secret->current_cipher.cipher_data, secret->current_cipher.maxlen);
current_cipher    117 source4/libnet/libnet_samsync.c 	creds_arcfour_crypt(creds, secret->current_cipher.cipher_data, 
current_cipher    118 source4/libnet/libnet_samsync.c 			    secret->current_cipher.maxlen); 
current_cipher    846 source4/torture/rpc/samsync.c 	creds_arcfour_crypt(samsync_state->creds, secret->current_cipher.cipher_data, 
current_cipher    847 source4/torture/rpc/samsync.c 			    secret->current_cipher.maxlen); 
current_cipher    853 source4/torture/rpc/samsync.c 	nsec->secret = data_blob_talloc(nsec, secret->current_cipher.cipher_data, secret->current_cipher.maxlen);