Searched refs:subkey (Results 1 - 25 of 188) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dgenerate_subkey.c39 krb5_keyblock **subkey)
41 return krb5_generate_subkey_extended(context, key, key->keytype, subkey);
48 krb5_keyblock **subkey)
52 ALLOC(*subkey, 1);
53 if (*subkey == NULL) {
62 ret = krb5_generate_random_keyblock(context, etype, *subkey);
64 free(*subkey);
65 *subkey = NULL;
37 krb5_generate_subkey(krb5_context context, const krb5_keyblock *key, krb5_keyblock **subkey) argument
45 krb5_generate_subkey_extended(krb5_context context, const krb5_keyblock *key, krb5_enctype etype, krb5_keyblock **subkey) argument
H A Dgenerate_seq_number.c42 krb5_keyblock *subkey; local
47 ret = krb5_generate_subkey (context, key, &subkey);
52 for (p = (u_char *)subkey->keyvalue.data, i = 0;
53 i < subkey->keyvalue.length;
58 krb5_free_keyblock (context, subkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dgenerate_subkey.c39 krb5_keyblock **subkey)
41 return krb5_generate_subkey_extended(context, key, key->keytype, subkey);
48 krb5_keyblock **subkey)
52 ALLOC(*subkey, 1);
53 if (*subkey == NULL) {
62 ret = krb5_generate_random_keyblock(context, etype, *subkey);
64 free(*subkey);
65 *subkey = NULL;
37 krb5_generate_subkey(krb5_context context, const krb5_keyblock *key, krb5_keyblock **subkey) argument
45 krb5_generate_subkey_extended(krb5_context context, const krb5_keyblock *key, krb5_enctype etype, krb5_keyblock **subkey) argument
H A Dgenerate_seq_number.c42 krb5_keyblock *subkey; local
47 ret = krb5_generate_subkey (context, key, &subkey);
52 for (p = (u_char *)subkey->keyvalue.data, i = 0;
53 i < subkey->keyvalue.length;
58 krb5_free_keyblock (context, subkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/krb5/
H A Dgenerate_subkey.c39 krb5_keyblock **subkey)
41 return krb5_generate_subkey_extended(context, key, key->keytype, subkey);
48 krb5_keyblock **subkey)
52 ALLOC(*subkey, 1);
53 if (*subkey == NULL) {
62 ret = krb5_generate_random_keyblock(context, etype, *subkey);
64 free(*subkey);
65 *subkey = NULL;
37 krb5_generate_subkey(krb5_context context, const krb5_keyblock *key, krb5_keyblock **subkey) argument
45 krb5_generate_subkey_extended(krb5_context context, const krb5_keyblock *key, krb5_enctype etype, krb5_keyblock **subkey) argument
H A Dgenerate_seq_number.c42 krb5_keyblock *subkey; local
47 ret = krb5_generate_subkey (context, key, &subkey);
52 for (p = (u_char *)subkey->keyvalue.data, i = 0;
53 i < subkey->keyvalue.length;
58 krb5_free_keyblock (context, subkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/registry/tests/
H A Dhive.c56 "New key has non-zero subkey count");
71 struct hive_key *subkey; local
76 NULL, &subkey);
89 torture_assert_int_equal(tctx, num_subkeys, 1, "subkey count");
102 struct hive_key *subkey; local
107 NULL, &subkey);
120 struct hive_key *subkey; local
129 NULL, &subkey);
133 error = hive_key_add_name(mem_ctx, subkey, "Child Key", NULL,
161 struct hive_key *subkey; local
182 struct hive_key *subkey; local
202 struct hive_key *subkey; local
238 struct hive_key *subkey; local
272 struct hive_key *subkey; local
312 struct hive_key *subkey = NULL; local
[all...]
H A Dregistry.c94 * Test creating a new subkey
115 * Test creating a new nested subkey
141 * Test creating a new subkey
158 * Test creating a new subkey
221 struct registry_key **subkey)
229 error = reg_key_add_name(rctx, *root, name, NULL, NULL, subkey);
239 struct registry_key *root, *subkey; local
242 if (!create_test_key(tctx, rctx, "Bremen", &root, &subkey))
245 error = reg_key_flush(subkey);
257 struct registry_key *root, *subkey; local
217 create_test_key(struct torture_context *tctx, struct registry_context *rctx, const char *name, struct registry_key **root, struct registry_key **subkey) argument
316 struct registry_key *subkey = NULL, *root; local
355 struct registry_key *subkey = NULL, *root; local
377 struct registry_key *subkey = NULL, *root; local
411 struct registry_key *subkey = NULL, *root; local
448 struct registry_key *subkey = NULL, *root; local
484 struct registry_key *subkey = NULL, *root; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/registry/tests/
H A Dhive.c56 "New key has non-zero subkey count");
71 struct hive_key *subkey; local
76 NULL, &subkey);
89 torture_assert_int_equal(tctx, num_subkeys, 1, "subkey count");
102 struct hive_key *subkey; local
107 NULL, &subkey);
120 struct hive_key *subkey; local
129 NULL, &subkey);
133 error = hive_key_add_name(mem_ctx, subkey, "Child Key", NULL,
161 struct hive_key *subkey; local
182 struct hive_key *subkey; local
202 struct hive_key *subkey; local
238 struct hive_key *subkey; local
272 struct hive_key *subkey; local
312 struct hive_key *subkey = NULL; local
[all...]
H A Dregistry.c94 * Test creating a new subkey
115 * Test creating a new nested subkey
141 * Test creating a new subkey
158 * Test creating a new subkey
221 struct registry_key **subkey)
229 error = reg_key_add_name(rctx, *root, name, NULL, NULL, subkey);
239 struct registry_key *root, *subkey; local
242 if (!create_test_key(tctx, rctx, "Bremen", &root, &subkey))
245 error = reg_key_flush(subkey);
257 struct registry_key *root, *subkey; local
217 create_test_key(struct torture_context *tctx, struct registry_context *rctx, const char *name, struct registry_key **root, struct registry_key **subkey) argument
316 struct registry_key *subkey = NULL, *root; local
355 struct registry_key *subkey = NULL, *root; local
377 struct registry_key *subkey = NULL, *root; local
411 struct registry_key *subkey = NULL, *root; local
448 struct registry_key *subkey = NULL, *root; local
484 struct registry_key *subkey = NULL, *root; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/registry/tests/
H A Dhive.c56 "New key has non-zero subkey count");
71 struct hive_key *subkey; local
76 NULL, &subkey);
89 torture_assert_int_equal(tctx, num_subkeys, 1, "subkey count");
102 struct hive_key *subkey; local
107 NULL, &subkey);
120 struct hive_key *subkey; local
129 NULL, &subkey);
133 error = hive_key_add_name(mem_ctx, subkey, "Child Key", NULL,
161 struct hive_key *subkey; local
182 struct hive_key *subkey; local
202 struct hive_key *subkey; local
238 struct hive_key *subkey; local
272 struct hive_key *subkey; local
312 struct hive_key *subkey = NULL; local
[all...]
H A Dregistry.c94 * Test creating a new subkey
115 * Test creating a new nested subkey
141 * Test creating a new subkey
158 * Test creating a new subkey
221 struct registry_key **subkey)
229 error = reg_key_add_name(rctx, *root, name, NULL, NULL, subkey);
239 struct registry_key *root, *subkey; local
242 if (!create_test_key(tctx, rctx, "Bremen", &root, &subkey))
245 error = reg_key_flush(subkey);
257 struct registry_key *root, *subkey; local
217 create_test_key(struct torture_context *tctx, struct registry_context *rctx, const char *name, struct registry_key **root, struct registry_key **subkey) argument
316 struct registry_key *subkey = NULL, *root; local
355 struct registry_key *subkey = NULL, *root; local
377 struct registry_key *subkey = NULL, *root; local
411 struct registry_key *subkey = NULL, *root; local
448 struct registry_key *subkey = NULL, *root; local
484 struct registry_key *subkey = NULL, *root; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/registry/
H A Dreg_backend_smbconf.c38 static WERROR smbconf_create_subkey(const char *key, const char *subkey) argument
40 return regdb_ops.create_subkey(key, subkey);
43 static WERROR smbconf_delete_subkey(const char *key, const char *subkey) argument
45 return regdb_ops.delete_subkey(key, subkey);
H A Dreg_dispatcher.c104 WERROR create_reg_subkey(struct registry_key_handle *key, const char *subkey) argument
107 return key->ops->create_subkey(key->name, subkey);
113 WERROR delete_reg_subkey(struct registry_key_handle *key, const char *subkey) argument
116 return key->ops->delete_subkey(key->name, subkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/registry/
H A Dreg_backend_smbconf.c38 static WERROR smbconf_create_subkey(const char *key, const char *subkey) argument
40 return regdb_ops.create_subkey(key, subkey);
43 static WERROR smbconf_delete_subkey(const char *key, const char *subkey) argument
45 return regdb_ops.delete_subkey(key, subkey);
H A Dreg_dispatcher.c104 WERROR create_reg_subkey(struct registry_key_handle *key, const char *subkey) argument
107 return key->ops->create_subkey(key->name, subkey);
113 WERROR delete_reg_subkey(struct registry_key_handle *key, const char *subkey) argument
116 return key->ops->delete_subkey(key->name, subkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/registry/
H A Dreg_backend_smbconf.c38 static WERROR smbconf_create_subkey(const char *key, const char *subkey) argument
40 return regdb_ops.create_subkey(key, subkey);
43 static WERROR smbconf_delete_subkey(const char *key, const char *subkey) argument
45 return regdb_ops.delete_subkey(key, subkey);
H A Dreg_dispatcher.c104 WERROR create_reg_subkey(struct registry_key_handle *key, const char *subkey) argument
107 return key->ops->create_subkey(key->name, subkey);
113 WERROR delete_reg_subkey(struct registry_key_handle *key, const char *subkey) argument
116 return key->ops->delete_subkey(key->name, subkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/scripting/python/examples/
H A Dwinreg.py65 subkey = conn.OpenKey(key, name, 0, winreg.KEY_QUERY_VALUE | winreg.KEY_ENUMERATE_SUB_KEYS)
66 count += list_path(subkey, "%s\\%s" % (path, name))
67 list_values(subkey)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/scripting/python/examples/
H A Dwinreg.py65 subkey = conn.OpenKey(key, name, 0, winreg.KEY_QUERY_VALUE | winreg.KEY_ENUMERATE_SUB_KEYS)
66 count += list_path(subkey, "%s\\%s" % (path, name))
67 list_values(subkey)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/scripting/python/examples/
H A Dwinreg.py65 subkey = conn.OpenKey(key, name, 0, winreg.KEY_QUERY_VALUE | winreg.KEY_ENUMERATE_SUB_KEYS)
66 count += list_path(subkey, "%s\\%s" % (path, name))
67 list_values(subkey)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/registry/tools/
H A Dregtree.c40 struct registry_key *subkey; local
60 if (!W_ERROR_IS_OK(reg_open_key(mem_ctx, p, keyname, &subkey)))
63 print_tree(level+1, subkey, (fullpath && strlen(name))?
67 talloc_free(subkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/registry/tools/
H A Dregtree.c40 struct registry_key *subkey; local
60 if (!W_ERROR_IS_OK(reg_open_key(mem_ctx, p, keyname, &subkey)))
63 print_tree(level+1, subkey, (fullpath && strlen(name))?
67 talloc_free(subkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/registry/tools/
H A Dregtree.c40 struct registry_key *subkey; local
60 if (!W_ERROR_IS_OK(reg_open_key(mem_ctx, p, keyname, &subkey)))
63 print_tree(level+1, subkey, (fullpath && strlen(name))?
67 talloc_free(subkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dreg_objects.h67 /* container for registry subkey names */
134 WERROR (*create_subkey)(const char *key, const char *subkey);
135 WERROR (*delete_subkey)(const char *key, const char *subkey);

Completed in 222 milliseconds

12345678