OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:akey
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h
347
unsigned char
akey
[MAXBLOCKSIZE],
member in struct:__anon7179
/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/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 972 milliseconds