Home
last modified time | relevance | path

Searched refs:key_ref (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/dports/multimedia/libv4l/linux-5.13-rc2/security/keys/
H A Dkeyctl.c260 key_ref_t key_ref; in keyctl_get_keyring_ID() local
329 key_ref_t key_ref; in keyctl_update_key() local
381 key_ref_t key_ref; in keyctl_revoke_key() local
422 key_ref_t key_ref; in keyctl_invalidate_key() local
649 key_ref_t key_ref; in keyctl_describe_key() local
828 key_ref_t key_ref; in keyctl_read_key() local
953 key_ref_t key_ref; in keyctl_chown_key() local
1070 key_ref_t key_ref; in keyctl_setperm_key() local
1455 key_ref_t key_ref; in keyctl_set_timeout() local
1561 key_ref_t key_ref; in keyctl_get_security() local
[all …]
H A Dprocess_keys.c435 key_ref = NULL; in search_cred_keyrings_rcu()
449 ret = key_ref; in search_cred_keyrings_rcu()
452 err = key_ref; in search_cred_keyrings_rcu()
470 ret = key_ref; in search_cred_keyrings_rcu()
473 err = key_ref; in search_cred_keyrings_rcu()
526 return key_ref; in search_cred_keyrings_rcu()
547 err = key_ref; in search_process_keyrings_rcu()
577 key_ref = ret; in search_process_keyrings_rcu()
579 key_ref = err; in search_process_keyrings_rcu()
582 return key_ref; in search_process_keyrings_rcu()
[all …]
H A Dkey.c783 return key_ref; in __key_update()
787 key_ref = ERR_PTR(ret); in __key_update()
831 key_ref_t key_ref; in key_create_or_update() local
882 key_ref = ERR_PTR(ret); in key_create_or_update()
888 key_ref = ERR_PTR(ret); in key_create_or_update()
905 key_ref = ERR_PTR(ret); in key_create_or_update()
915 if (key_ref) in key_create_or_update()
961 return key_ref; in key_create_or_update()
973 key_ref_put(key_ref); in key_create_or_update()
979 key_ref = __key_update(key_ref, &prep); in key_create_or_update()
[all …]
H A Drequest_key.c375 key_ref_t key_ref; in construct_alloc_key() local
417 if (!IS_ERR(key_ref)) in construct_alloc_key()
436 key = key_ref_to_ptr(key_ref); in construct_alloc_key()
581 key_ref_t key_ref; in request_key_and_link() local
605 if (!IS_ERR(key_ref)) { in request_key_and_link()
610 key_ref_put(key_ref); in request_key_and_link()
616 key = key_ref_to_ptr(key_ref); in request_key_and_link()
629 key = ERR_CAST(key_ref); in request_key_and_link()
783 key_ref_t key_ref; in request_key_rcu() local
793 if (IS_ERR(key_ref)) { in request_key_rcu()
[all …]
H A Dpermission.c26 int key_task_permission(const key_ref_t key_ref, const struct cred *cred, in key_task_permission() argument
51 key = key_ref_to_ptr(key_ref); in key_task_permission()
82 if (is_key_possessed(key_ref)) in key_task_permission()
90 return security_key_permission(key_ref, cred, need_perm); in key_task_permission()
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/keys/
H A Dkeyctl.c260 key_ref_t key_ref; in keyctl_get_keyring_ID() local
329 key_ref_t key_ref; in keyctl_update_key() local
381 key_ref_t key_ref; in keyctl_revoke_key() local
422 key_ref_t key_ref; in keyctl_invalidate_key() local
649 key_ref_t key_ref; in keyctl_describe_key() local
828 key_ref_t key_ref; in keyctl_read_key() local
953 key_ref_t key_ref; in keyctl_chown_key() local
1070 key_ref_t key_ref; in keyctl_setperm_key() local
1455 key_ref_t key_ref; in keyctl_set_timeout() local
1561 key_ref_t key_ref; in keyctl_get_security() local
[all …]
H A Dprocess_keys.c435 key_ref = NULL; in search_cred_keyrings_rcu()
449 ret = key_ref; in search_cred_keyrings_rcu()
452 err = key_ref; in search_cred_keyrings_rcu()
470 ret = key_ref; in search_cred_keyrings_rcu()
473 err = key_ref; in search_cred_keyrings_rcu()
526 return key_ref; in search_cred_keyrings_rcu()
547 err = key_ref; in search_process_keyrings_rcu()
577 key_ref = ret; in search_process_keyrings_rcu()
579 key_ref = err; in search_process_keyrings_rcu()
582 return key_ref; in search_process_keyrings_rcu()
[all …]
H A Dkey.c783 return key_ref; in __key_update()
787 key_ref = ERR_PTR(ret); in __key_update()
831 key_ref_t key_ref; in key_create_or_update() local
882 key_ref = ERR_PTR(ret); in key_create_or_update()
888 key_ref = ERR_PTR(ret); in key_create_or_update()
905 key_ref = ERR_PTR(ret); in key_create_or_update()
915 if (key_ref) in key_create_or_update()
961 return key_ref; in key_create_or_update()
973 key_ref_put(key_ref); in key_create_or_update()
979 key_ref = __key_update(key_ref, &prep); in key_create_or_update()
[all …]
H A Drequest_key.c375 key_ref_t key_ref; in construct_alloc_key() local
417 if (!IS_ERR(key_ref)) in construct_alloc_key()
436 key = key_ref_to_ptr(key_ref); in construct_alloc_key()
581 key_ref_t key_ref; in request_key_and_link() local
605 if (!IS_ERR(key_ref)) { in request_key_and_link()
610 key_ref_put(key_ref); in request_key_and_link()
616 key = key_ref_to_ptr(key_ref); in request_key_and_link()
629 key = ERR_CAST(key_ref); in request_key_and_link()
783 key_ref_t key_ref; in request_key_rcu() local
793 if (IS_ERR(key_ref)) { in request_key_rcu()
[all …]
H A Dpermission.c26 int key_task_permission(const key_ref_t key_ref, const struct cred *cred, in key_task_permission() argument
51 key = key_ref_to_ptr(key_ref); in key_task_permission()
82 if (is_key_possessed(key_ref)) in key_task_permission()
90 return security_key_permission(key_ref, cred, need_perm); in key_task_permission()
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/keys/
H A Dkeyctl.c260 key_ref_t key_ref; in keyctl_get_keyring_ID() local
329 key_ref_t key_ref; in keyctl_update_key() local
381 key_ref_t key_ref; in keyctl_revoke_key() local
422 key_ref_t key_ref; in keyctl_invalidate_key() local
649 key_ref_t key_ref; in keyctl_describe_key() local
828 key_ref_t key_ref; in keyctl_read_key() local
953 key_ref_t key_ref; in keyctl_chown_key() local
1070 key_ref_t key_ref; in keyctl_setperm_key() local
1455 key_ref_t key_ref; in keyctl_set_timeout() local
1561 key_ref_t key_ref; in keyctl_get_security() local
[all …]
H A Dprocess_keys.c435 key_ref = NULL; in search_cred_keyrings_rcu()
449 ret = key_ref; in search_cred_keyrings_rcu()
452 err = key_ref; in search_cred_keyrings_rcu()
470 ret = key_ref; in search_cred_keyrings_rcu()
473 err = key_ref; in search_cred_keyrings_rcu()
526 return key_ref; in search_cred_keyrings_rcu()
547 err = key_ref; in search_process_keyrings_rcu()
577 key_ref = ret; in search_process_keyrings_rcu()
579 key_ref = err; in search_process_keyrings_rcu()
582 return key_ref; in search_process_keyrings_rcu()
[all …]
H A Dkey.c783 return key_ref; in __key_update()
787 key_ref = ERR_PTR(ret); in __key_update()
831 key_ref_t key_ref; in key_create_or_update() local
882 key_ref = ERR_PTR(ret); in key_create_or_update()
888 key_ref = ERR_PTR(ret); in key_create_or_update()
905 key_ref = ERR_PTR(ret); in key_create_or_update()
915 if (key_ref) in key_create_or_update()
961 return key_ref; in key_create_or_update()
973 key_ref_put(key_ref); in key_create_or_update()
979 key_ref = __key_update(key_ref, &prep); in key_create_or_update()
[all …]
H A Drequest_key.c375 key_ref_t key_ref; in construct_alloc_key() local
417 if (!IS_ERR(key_ref)) in construct_alloc_key()
436 key = key_ref_to_ptr(key_ref); in construct_alloc_key()
581 key_ref_t key_ref; in request_key_and_link() local
605 if (!IS_ERR(key_ref)) { in request_key_and_link()
610 key_ref_put(key_ref); in request_key_and_link()
616 key = key_ref_to_ptr(key_ref); in request_key_and_link()
629 key = ERR_CAST(key_ref); in request_key_and_link()
783 key_ref_t key_ref; in request_key_rcu() local
793 if (IS_ERR(key_ref)) { in request_key_rcu()
[all …]
H A Dpermission.c26 int key_task_permission(const key_ref_t key_ref, const struct cred *cred, in key_task_permission() argument
51 key = key_ref_to_ptr(key_ref); in key_task_permission()
82 if (is_key_possessed(key_ref)) in key_task_permission()
90 return security_key_permission(key_ref, cred, need_perm); in key_task_permission()
/dports/security/py-angr/angr-9.0.5405/angr/procedures/java_util/
H A Dmap.py15 def get_map_key(state, key_ref): argument
16 if isinstance(key_ref, SimSootValue_StringRef):
17 string = state.memory.load(key_ref)
24 return key_ref.id
51 def run(self, this_ref, key_ref, value_ref): argument
58 … this_ref.store_field(self.state, get_map_key(self.state, key_ref), 'java.lang.Object', value_ref)
63 self.state.javavm_memory.store_array_element(keys_array_ref, map_size, key_ref)
81 def run(self, this_ref, key_ref): argument
82 … log.debug('Called SimProcedure java.util.Map.get with args: {} {}'.format(this_ref, key_ref))
116 def run(self, this_ref, key_ref): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/json_schema_compiler/test/
H A Dsimple_api_unittest.cc227 "key_ref": { in TEST()
242 "key_ref": { in TEST()
265 "key_ref": { in TEST()
286 "key_ref": { in TEST()
307 "key_ref": { in TEST()
340 EXPECT_EQ(32, manifest_keys.key_ref.integer); in TEST()
341 ASSERT_TRUE(manifest_keys.key_ref.object); in TEST()
343 ASSERT_TRUE(manifest_keys.key_ref.array); in TEST()
344 EXPECT_THAT(*manifest_keys.key_ref.array, in TEST()
354 "key_ref": { in TEST()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/container/binauthz/
H A Dkms.py49 def GetPublicKey(self, key_ref): argument
52 name=key_ref)
57 def AsymmetricSign(self, key_ref, digest_algorithm, plaintext): argument
72 name=key_ref,
80 def GetKeyUri(key_ref): argument
91 return key_ref.SelfLink().split(':', 1)[1]
/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dhashlib_tests.c28 uint32_t *key_ref, *val_ref; in hashlib_test1() local
79 while (hashlib_iterate(test_ptr, &iter, (uint8_t**)&key_ref, in hashlib_test1()
85 if (inv_val != *key_ref) { in hashlib_test1()
86 printf("%u --> %u (%u)", *key_ref, *val_ref, inv_val); in hashlib_test1()
87 printf("****Incorrect value: %u != %u\n", inv_val, *key_ref); in hashlib_test1()
107 key_ref = &iKey; in hashlib_test1()
110 if (inv_val != *key_ref) { in hashlib_test1()
111 printf("%u --> %u (%u)", *key_ref, *val_ref, inv_val); in hashlib_test1()
112 printf("****Incorrect value: %u != %u\n", inv_val, *key_ref); in hashlib_test1()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/init/
H A Dfscrypt_init_extensions.cpp191 std::string key_ref; in set_policy_on() local
192 if (!android::base::ReadFileToString(ref_filename, &key_ref)) { in set_policy_on()
215 fscrypt_policy_ensure(dir.c_str(), key_ref.c_str(), key_ref.length(), in set_policy_on()
219 key_ref[0], key_ref[1], key_ref[2], key_ref[3], in set_policy_on()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/dns/
H A Ddns_keys.py41 def Get(self, key_ref): argument
44 dnsKeyId=key_ref.Name(),
45 managedZone=key_ref.managedZone,
46 project=key_ref.project))
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dcard-rtecp.c157 if (method == SC_AC_CHV && (key_ref == 1 || key_ref == 2)) in to_sec_attr()
158 return key_ref; in to_sec_attr()
165 unsigned long key_ref; in set_acl_from_sec_attr() local
175 key_ref = sec_attr_to_key_ref(file->sec_attr[1 + 6]); in set_acl_from_sec_attr()
178 (int)method, key_ref); in set_acl_from_sec_attr()
184 key_ref = sec_attr_to_key_ref(file->sec_attr[1 + 0]); in set_acl_from_sec_attr()
189 (int)method, key_ref); in set_acl_from_sec_attr()
191 SC_AC_OP_CREATE : SC_AC_OP_READ, method, key_ref); in set_acl_from_sec_attr()
202 key_ref = sec_attr_to_key_ref(file->sec_attr[1 + 1]); in set_acl_from_sec_attr()
205 (int)method, key_ref); in set_acl_from_sec_attr()
[all …]
/dports/security/opensc/OpenSC-0.22.0/src/tools/
H A Dutil.c348 if (e->key_ref != SC_AC_KEY_REF_NONE) in util_acl_to_str()
349 sprintf(buf + 3, "%d", e->key_ref); in util_acl_to_str()
359 if (e->key_ref != SC_AC_KEY_REF_NONE) in util_acl_to_str()
360 sprintf(buf + 4, "%d", e->key_ref); in util_acl_to_str()
364 if (e->key_ref != SC_AC_KEY_REF_NONE) in util_acl_to_str()
365 sprintf(buf + 3, "#%d", e->key_ref); in util_acl_to_str()
369 if (e->key_ref != SC_AC_KEY_REF_NONE) in util_acl_to_str()
370 sprintf(buf + 3, "Ox%X", e->key_ref); in util_acl_to_str()
374 if (e->key_ref != SC_AC_KEY_REF_NONE) in util_acl_to_str()
375 sprintf(buf + 3, "#%d", e->key_ref); in util_acl_to_str()
/dports/security/p5-Crypt-XTEA/Crypt-XTEA-0.0108/lib/Crypt/
H A DXTEA.pm80 my $key_ref = $self->{key};
83 …croak( sprintf( 'key must has %d elements', $ELEMENTS_IN_KEY ) ) if scalar( @{ $key_ref } ) != $EL…
91 my $key_ref = $self->{key};
94 …croak( sprintf( 'key must has %d elements', $ELEMENTS_IN_KEY ) ) if scalar( @{ $key_ref } ) != $EL…
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/iam/service_accounts/keys/
H A Ddelete.py62 key_ref = resources.REGISTRY.Parse(
69 key = key_ref.keysId
78 name=key_ref.RelativeName()))

12345678910>>...30