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

/external/wpa_supplicant/
H A Dcrypto_cryptoapi.c262 struct aes_context *akey; local
280 akey = os_zalloc(sizeof(*akey));
281 if (akey == NULL)
284 if (!CryptAcquireContext(&akey->prov, NULL,
289 os_free(akey);
293 if (!CryptImportKey(akey->prov, (BYTE *) &key_blob, sizeof(key_blob),
294 0, 0, &akey->ckey)) {
297 CryptReleaseContext(akey->prov, 0);
298 os_free(akey);
317 struct aes_context *akey = ctx; local
332 struct aes_context *akey = ctx; local
349 struct aes_context *akey = ctx; local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_cryptoapi.c247 struct aes_context *akey; local
265 akey = os_zalloc(sizeof(*akey));
266 if (akey == NULL)
269 if (!CryptAcquireContext(&akey->prov, NULL,
274 os_free(akey);
278 if (!CryptImportKey(akey->prov, (BYTE *) &key_blob, sizeof(key_blob),
279 0, 0, &akey->ckey)) {
282 CryptReleaseContext(akey->prov, 0);
283 os_free(akey);
302 struct aes_context *akey = ctx; local
317 struct aes_context *akey = ctx; local
334 struct aes_context *akey = ctx; local
[all...]
/external/dropbear/libtomcrypt/src/mac/f9/
H A Df9_init.c51 f9->akey[x] = key[x] ^ 0xAA;
H A Df9_done.c52 if ((err = cipher_descriptor[f9->cipher].setup(f9->akey, f9->keylen, 0, &f9->key)) != CRYPT_OK) {
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h347 unsigned char akey[MAXBLOCKSIZE], member in struct:__anon1862
/external/chromium/third_party/icu/source/i18n/
H A Ddtptngen.cpp98 const char *akey = ures_getKey(aiter->entries[i].item); local
99 int32_t len = uprv_strlen(akey)+1;
101 u_charsToUChars(akey, aiter->entries[i].key, len);
/external/icu4c/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 101 milliseconds