Searched defs:ctx_dec (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_internal-cipher.c28 void *ctx_dec; member in struct:crypto_cipher::__anon33587::__anon33589
70 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len);
71 if (ctx->u.aes.ctx_dec == NULL) {
186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain);
235 aes_decrypt_deinit(ctx->u.aes.ctx_dec);
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_internal-cipher.c28 void *ctx_dec; member in struct:crypto_cipher::__anon33840::__anon33842
70 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len);
71 if (ctx->u.aes.ctx_dec == NULL) {
186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain);
235 aes_decrypt_deinit(ctx->u.aes.ctx_dec);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_internal-cipher.c28 void *ctx_dec; member in struct:crypto_cipher::__anon34091::__anon34093
70 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len);
71 if (ctx->u.aes.ctx_dec == NULL) {
186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain);
235 aes_decrypt_deinit(ctx->u.aes.ctx_dec);

Completed in 301 milliseconds