Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-cipher.c28 void *ctx_dec; member
70 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len); in crypto_cipher_init()
71 if (ctx->u.aes.ctx_dec == NULL) { in crypto_cipher_init()
186 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()
235 aes_decrypt_deinit(ctx->u.aes.ctx_dec); in crypto_cipher_deinit()