HomeSort by relevance Sort by last modified time
    Searched full:ctx_dec (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto_internal-cipher.c 28 void *ctx_dec; member in struct:crypto_cipher::__anon30608::__anon30610
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 2085 milliseconds