Searched refs:ctx_dec (Results 1 - 2 of 2) sorted by relevance

/external/wpa_supplicant/
H A Dcrypto_internal.c242 void *ctx_dec; member in struct:crypto_cipher::__anon6798::__anon6800
283 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len);
284 if (ctx->u.aes.ctx_dec == NULL) {
379 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain);
414 aes_decrypt_deinit(ctx->u.aes.ctx_dec);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_internal.c243 void *ctx_dec; member in struct:crypto_cipher::__anon6964::__anon6966
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 14 milliseconds