Searched refs:akey (Results 1 - 8 of 8) sorted by relevance

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

Completed in 223 milliseconds