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

  /external/wpa_supplicant/
crypto_cryptoapi.c 262 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/
crypto_cryptoapi.c 247 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/
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/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 347 unsigned char akey[MAXBLOCKSIZE], member in struct:__anon1630
  /external/icu4c/i18n/
dtptngen.cpp 98 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);
    [all...]

Completed in 271 milliseconds