Home
last modified time | relevance | path

Searched refs:akey (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto_cryptoapi.c238 struct aes_context *akey; in aes_encrypt_init() local
256 akey = os_zalloc(sizeof(*akey)); in aes_encrypt_init()
257 if (akey == NULL) in aes_encrypt_init()
260 if (!CryptAcquireContext(&akey->prov, NULL, in aes_encrypt_init()
265 os_free(akey); in aes_encrypt_init()
269 if (!CryptImportKey(akey->prov, (BYTE *) &key_blob, sizeof(key_blob), in aes_encrypt_init()
270 0, 0, &akey->ckey)) { in aes_encrypt_init()
273 CryptReleaseContext(akey->prov, 0); in aes_encrypt_init()
274 os_free(akey); in aes_encrypt_init()
278 if (!CryptSetKeyParam(akey->ckey, KP_MODE, (BYTE *) &mode, 0)) { in aes_encrypt_init()
[all …]
/external/chromium_org/third_party/leveldatabase/src/db/
Ddbformat.cc50 int InternalKeyComparator::Compare(const Slice& akey, const Slice& bkey) const { in Compare() argument
55 int r = user_comparator_->Compare(ExtractUserKey(akey), ExtractUserKey(bkey)); in Compare()
57 const uint64_t anum = DecodeFixed64(akey.data() + akey.size() - 8); in Compare()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
Dcso_hash.c109 unsigned akey, void *avalue, in cso_hash_create_node() argument
117 node->key = akey; in cso_hash_create_node()
203 static struct cso_node **cso_hash_find_node(struct cso_hash *hash, unsigned akey) in cso_hash_find_node() argument
208 node = (struct cso_node **)(&hash->data.d->buckets[akey % hash->data.d->numBuckets]); in cso_hash_find_node()
210 while (*node != hash->data.e && (*node)->key != akey) in cso_hash_find_node()
383 unsigned akey) in cso_hash_take() argument
385 struct cso_node **node = cso_hash_find_node(hash, akey); in cso_hash_take()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c109 unsigned akey, void *avalue, in cso_hash_create_node() argument
117 node->key = akey; in cso_hash_create_node()
203 static struct cso_node **cso_hash_find_node(struct cso_hash *hash, unsigned akey) in cso_hash_find_node() argument
208 node = (struct cso_node **)(&hash->data.d->buckets[akey % hash->data.d->numBuckets]); in cso_hash_find_node()
210 while (*node != hash->data.e && (*node)->key != akey) in cso_hash_find_node()
383 unsigned akey) in cso_hash_take() argument
385 struct cso_node **node = cso_hash_find_node(hash, akey); in cso_hash_take()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DAMutableDictionary.m103 //ACBKey *akey = [ACBKey newKey:aKey];
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp93 const char *akey = ures_getKey(aiter->entries[i].item); in ures_a_open() local
94 int32_t len = uprv_strlen(akey)+1; in ures_a_open()
96 u_charsToUChars(akey, aiter->entries[i].key, len); in ures_a_open()
/external/chromium_org/third_party/icu/source/i18n/
Ddtptngen.cpp93 const char *akey = ures_getKey(aiter->entries[i].item); in ures_a_open() local
94 int32_t len = uprv_strlen(akey)+1; in ures_a_open()
96 u_charsToUChars(akey, aiter->entries[i].key, len); in ures_a_open()