/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_mac.h | 347 unsigned char akey[MAXBLOCKSIZE], member in struct:__anon19195
|
/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/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...] |