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

  /external/wpa_supplicant/
crypto_internal.c 242 void *ctx_dec; member in struct:crypto_cipher::__anon8233::__anon8235
283 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len);
284 if (ctx->u.aes.ctx_dec == NULL) {
379 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain);
414 aes_decrypt_deinit(ctx->u.aes.ctx_dec);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_internal.c 243 void *ctx_dec; member in struct:crypto_cipher::__anon8399::__anon8401
284 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len);
285 if (ctx->u.aes.ctx_dec == NULL) {
380 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain);
415 aes_decrypt_deinit(ctx->u.aes.ctx_dec);

Completed in 564 milliseconds