Lines Matching refs:encrypt_key
631 AES_KEY encrypt_key;
713 AES_set_encrypt_key((unsigned char*)key, key_len * 8, &ctx->encrypt_key);
715 AES_set_decrypt_key_fast(&ctx->decrypt_key, &ctx->encrypt_key);
725 AES_encrypt((unsigned char*)&ctx->cached_Top, (unsigned char*)&ctx->Lstar, &ctx->encrypt_key);
778 AES_encrypt(tmp.u8, (unsigned char*)&ctx->KtopStr, &ctx->encrypt_key);
828 AES_ecb_encrypt_blks(ta, BPI, &ctx->encrypt_key);
889 AES_ecb_encrypt_blks(ta, k, &ctx->encrypt_key);
983 AES_ecb_encrypt_blks(ta, BPI, &ctx->encrypt_key);
1055 AES_ecb_encrypt_blks(ta, k + 1, &ctx->encrypt_key);
1258 AES_encrypt((unsigned char*)&offset, tmp.u8, &ctx->encrypt_key);
1297 AES_encrypt(tmp.u8, tmp.u8, &ctx->encrypt_key);