Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-cipher.c28 void *ctx_enc; member
70 ctx->u.aes.ctx_enc = aes_encrypt_init(key, key_len); in crypto_cipher_init()
71 if (ctx->u.aes.ctx_enc == NULL) { in crypto_cipher_init()
77 aes_encrypt_deinit(ctx->u.aes.ctx_enc); in crypto_cipher_init()
129 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc, in crypto_cipher_encrypt()
241 aes_encrypt_deinit(ctx->u.aes.ctx_enc); in crypto_cipher_deinit()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dcrypto_internal.c242 void *ctx_enc; member
279 ctx->u.aes.ctx_enc = aes_encrypt_init(key, key_len); in crypto_cipher_init()
280 if (ctx->u.aes.ctx_enc == NULL) { in crypto_cipher_init()
286 aes_encrypt_deinit(ctx->u.aes.ctx_enc); in crypto_cipher_init()
330 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc, in crypto_cipher_encrypt()
414 aes_encrypt_deinit(ctx->u.aes.ctx_enc); in crypto_cipher_deinit()