Home | History | Annotate | Download | only in keymaster

Lines Matching full:decrypt_key

630     AES_KEY decrypt_key;
715 AES_set_decrypt_key_fast(&ctx->decrypt_key, &ctx->encrypt_key);
717 AES_set_decrypt_key((unsigned char*)key, (int)(key_len * 8), &ctx->decrypt_key);
1193 AES_ecb_decrypt_blks(ta, BPI, &ctx->decrypt_key);
1267 AES_ecb_decrypt_blks(ta, k, &ctx->decrypt_key);