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

  /external/wpa_supplicant_8/src/crypto/
crypto_internal-cipher.c 27 void *ctx_enc; member in struct:crypto_cipher::__anon30580::__anon30582
65 ctx->u.aes.ctx_enc = aes_encrypt_init(key, key_len);
66 if (ctx->u.aes.ctx_enc == NULL) {
72 aes_encrypt_deinit(ctx->u.aes.ctx_enc);
123 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc,
234 aes_encrypt_deinit(ctx->u.aes.ctx_enc);

Completed in 359 milliseconds