OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctx_dec
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/crypto/
crypto_internal-cipher.c
29
void *
ctx_dec
;
member in struct:crypto_cipher::__anon15582::__anon15584
75
ctx->u.aes.
ctx_dec
= aes_decrypt_init(key, key_len);
76
if (ctx->u.aes.
ctx_dec
== NULL) {
193
aes_decrypt(ctx->u.aes.
ctx_dec
, crypt, plain);
242
aes_decrypt_deinit(ctx->u.aes.
ctx_dec
);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_internal.c
243
void *
ctx_dec
;
member in struct:crypto_cipher::__anon15367::__anon15369
284
ctx->u.aes.
ctx_dec
= aes_decrypt_init(key, key_len);
285
if (ctx->u.aes.
ctx_dec
== NULL) {
380
aes_decrypt(ctx->u.aes.
ctx_dec
, crypt, plain);
415
aes_decrypt_deinit(ctx->u.aes.
ctx_dec
);
Completed in 29 milliseconds