hex_encode_talloc  824 source3/lib/dbwrap_ctdb.c 		   hex_encode_talloc(data, (unsigned char *)data->key.dptr,
hex_encode_talloc  874 source3/lib/dbwrap_ctdb.c 		char *keystr = hex_encode_talloc(result, key.dptr, key.dsize);
hex_encode_talloc  108 source3/lib/dbwrap_file.c 	file->name = hex_encode_talloc(file, (unsigned char *)key.dptr, key.dsize);
hex_encode_talloc   41 source3/lib/dbwrap_tdb.c 		   hex_encode_talloc(data, (unsigned char *)data->key.dptr,
hex_encode_talloc   97 source3/lib/dbwrap_tdb.c 		char *keystr = hex_encode_talloc(NULL, (unsigned char*)key.dptr, key.dsize);
hex_encode_talloc  165 source3/modules/vfs_streams_depot.c 	id_hex = hex_encode_talloc(talloc_tos(), id_buf, sizeof(id_buf));
hex_encode_talloc  708 source3/rpcclient/cmd_spoolss.c 		char *hex = hex_encode_talloc(NULL, value.data_p, value.size);
hex_encode_talloc  766 source3/rpcclient/cmd_spoolss.c 		char *hex = hex_encode_talloc(NULL,
hex_encode_talloc 1828 source3/utils/ntlm_auth.c 					hex_lm_key = hex_encode_talloc(NULL,
hex_encode_talloc 1838 source3/utils/ntlm_auth.c 					hex_user_session_key = hex_encode_talloc(NULL,
hex_encode_talloc 2278 source3/utils/ntlm_auth.c 		hex_lm_key = hex_encode_talloc(NULL, (const unsigned char *)lm_key,
hex_encode_talloc 2286 source3/utils/ntlm_auth.c 		hex_user_session_key = hex_encode_talloc(NULL, (const unsigned char *)user_session_key,