/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_aead.c | 165 dev_err(dev, "Failed allocating buffer for XCBC keys\n"); in cc_aead_init() 257 * as for the output keys, * because after this key loading it in xcbc_setkey() 404 return 0; /* All tests of keys sizes passed */ in validate_keys_sizes() 558 struct crypto_authenc_keys keys; in cc_aead_setkey() local 560 rc = crypto_authenc_extractkeys(&keys, key, keylen); in cc_aead_setkey() 563 enckey = keys.enckey; in cc_aead_setkey() 564 authkey = keys.authkey; in cc_aead_setkey() 565 ctx->enc_keylen = keys.enckeylen; in cc_aead_setkey() 566 ctx->auth_keylen = keys.authkeylen; in cc_aead_setkey() 641 struct crypto_authenc_keys keys; in cc_des3_aead_setkey() local [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.cc | 675 Handle<FixedArray> keys; in WriteJSObjectSlow() local 679 .ToHandle(&keys) || in WriteJSObjectSlow() 680 !WriteJSObjectPropertiesSlow(object, keys).To(&properties_written)) { in WriteJSObjectSlow() 769 Handle<FixedArray> keys; in WriteJSArray() local 773 .ToHandle(&keys)) { in WriteJSArray() 778 if (!WriteJSObjectPropertiesSlow(array, keys).To(&properties_written)) { in WriteJSArray() 787 Handle<FixedArray> keys; in WriteJSArray() local 791 .ToHandle(&keys) || in WriteJSArray() 792 !WriteJSObjectPropertiesSlow(array, keys).To(&properties_written)) { in WriteJSArray() 1118 Handle<JSObject> object, Handle<FixedArray> keys) { in WriteJSObjectPropertiesSlow() 1117 WriteJSObjectPropertiesSlow( Handle<JSObject> object, Handle<FixedArray> keys) WriteJSObjectPropertiesSlow() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_types.py | 1064 'keys', 1108 def keys(self): member in MappingProxyTests.test_customdict.customdict 1109 return 'keys' 1136 self.assertEqual(view.keys(), 'keys') 1160 self.assertEqual(tuple(sorted(view.keys())), ('x', 'y')) 1173 keys = view.keys() 1176 self.assertEqual(list(keys), []) 1180 self.assertEqual(list(keys), ['ke [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 61 struct ice_aqc_get_set_rss_keys *keys); 64 struct ice_aqc_get_set_rss_keys *keys);
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | processor.h | 386 #define PAC_SET_ENABLED_KEYS(tsk, keys, enabled) \ 387 ptrauth_set_enabled_keys(tsk, keys, enabled)
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg802154.h | 281 struct list_head keys; member 305 struct list_head keys; member
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 12 #include <keys/trusted-type.h> 13 #include <keys/trusted_tpm.h>
|
/kernel/linux/linux-5.10/net/dns_resolver/ |
H A D | dns_key.c | 33 #include <keys/dns_resolver-type.h> 34 #include <keys/user-type.h>
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | crypto.c | 14 #include <keys/ceph-type.h> 15 #include <keys/user-type.h>
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | pr.c | 213 * enough to get enough keys to fill the return keys buffer. in nvme_pr_read_keys() 230 keys_info->keys[i] = in nvme_pr_read_keys() 236 keys_info->keys[i] = le64_to_cpu(rs->regctl_ds[i].rkey); in nvme_pr_read_keys()
|
/kernel/linux/linux-6.6/net/dns_resolver/ |
H A D | dns_key.c | 33 #include <keys/dns_resolver-type.h> 34 #include <keys/user-type.h>
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | crypto.c | 14 #include <keys/ceph-type.h> 15 #include <keys/user-type.h>
|
/test/testfwk/arkxtest/hamock/src/main/mock/ |
H A D | MockKit.js | 212 let keys = Reflect.ownKeys(object); 213 keys.filter(key => (typeof Reflect.get(object, key)) === 'function')
|
/test/testfwk/arkxtest/jsunit/src/module/assert/deepEquals/ |
H A D | assertDeepEquals.js | 239 const aKeys = DeepTypeUtils.keys(a, aClassName === '[object Array]'); 243 if (DeepTypeUtils.keys(b, bClassName === '[object Array]').length !== size) {
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | Bcp47Mapper.java | 192 // addKeyMapValues() method, it appears to just be a way to distinguish keys added via 200 Set<AttributeKey> keys = in addInfoAttributes() 202 for (AttributeKey a : keys) { in addInfoAttributes()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | array-from.js | 33 var aProps = Object.keys(a); 35 var bProps = Object.keys(b);
|
/third_party/mbedtls/ |
H A D | Makefile | 134 CTR_DRBG_128_BIT_KEY_WARN_L2=**** Using 128-bit keys for CTR_DRBG limits the security of generated ****\n 135 CTR_DRBG_128_BIT_KEY_WARN_L3=**** keys and operations that use random values generated to 128-bit security ****\n 143 # If 128-bit keys are configured for CTR_DRBG, display an appropriate warning
|
/third_party/node/lib/internal/crypto/ |
H A D | diffiehellman.js | 50 } = require('internal/crypto/keys'); 150 const keys = this[kHandle].generateKeys(); 152 return encode(keys, encoding); 335 throw lazyDOMException('Keys must be ECDH, X25519, or X448 keys', 'InvalidAccessError'); 340 'The public and private keys must be of the same type',
|
H A D | keygen.js | 34 } = require('internal/crypto/keys'); 115 const { 0: err, 1: keys } = ret; 119 const { 0: publicKey, 1: privateKey } = keys;
|
/third_party/node/test/parallel/ |
H A D | test-util-types.js | 56 for (const key of Object.keys(types)) { 265 for (const testedFunc of Object.keys(expected)) {
|
/third_party/node/deps/npm/node_modules/columnify/ |
H A D | columnify.js | 59 // if not suppled column names, automatically determine columns from data keys 111 var changedKeys = Object.keys(col); 265 var keysArray = Object.keys(Object(nextSource));
|
H A D | index.js | 53 // if not suppled column names, automatically determine columns from data keys 105 let changedKeys = Object.keys(col) 254 var keysArray = Object.keys(Object(nextSource));
|
/third_party/node/deps/npm/lib/commands/ |
H A D | token.js | 149 Object.keys(result).forEach(k => this.npm.output(k + '\t' + result[k])) 152 for (const k of Object.keys(result)) {
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
H A D | verify.js | 50 Object.keys(s).forEach((k) => { 207 Object.keys(buckets),
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
H A D | layout-manager.js | 30 Object.keys(alloc).forEach((idx) => { 158 let key = Object.keys(row)[0];
|