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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_internal-cipher.c29 void *ctx_dec; member in struct:crypto_cipher::__anon14026::__anon14028
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_8/src/crypto/
H A Dcrypto_internal-cipher.c29 void *ctx_dec; member in struct:crypto_cipher::__anon14243::__anon14245
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_8/wpa_supplicant/src/crypto/
H A Dcrypto_internal-cipher.c29 void *ctx_dec; member in struct:crypto_cipher::__anon14462::__anon14464
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/
H A Dcrypto_internal.c243 void *ctx_dec; member in struct:crypto_cipher::__anon13811::__anon13813
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 113 milliseconds