HomeSort by relevance Sort by last modified time
    Searched refs:akey (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto_cryptoapi.c 238 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/
dbformat.cc 50 int InternalKeyComparator::Compare(const Slice& akey, const Slice& bkey) const {
55 int r = user_comparator_->Compare(ExtractUserKey(akey), ExtractUserKey(bkey));
57 const uint64_t anum = DecodeFixed64(akey.data() + akey.size() - 8);
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_init.c 51 f9->akey[x] = key[x] ^ 0xAA;
f9_done.c 52 if ((err = cipher_descriptor[f9->cipher].setup(f9->akey, f9->keylen, 0, &f9->key)) != CRYPT_OK) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_hash.c 109 unsigned akey, void *avalue,
117 node->key = akey;
203 static struct cso_node **cso_hash_find_node(struct cso_hash *hash, unsigned akey)
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);
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.c 109 unsigned akey, void *avalue,
117 node->key = akey;
203 static struct cso_node **cso_hash_find_node(struct cso_hash *hash, unsigned akey)
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);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 347 unsigned char akey[MAXBLOCKSIZE], member in struct:__anon17391
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp 93 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);
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 93 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);
    [all...]

Completed in 125 milliseconds