Home | History | Annotate | Download | only in keymaster

Lines Matching refs:AES_encrypt

352         AES_encrypt((unsigned char*)(blks + nblks), (unsigned char*)(blks + nblks), key);
392 #define AES_encrypt
398 AES_encrypt((unsigned char*)(blks + nblks), (unsigned char*)(blks + nblks), key);
554 static inline void AES_encrypt(const unsigned char* in, unsigned char* out, const AES_KEY* key) {
726 AES_encrypt((unsigned char*)&ctx->cached_Top, (unsigned char*)&ctx->Lstar, &ctx->encrypt_key);
779 AES_encrypt(tmp.u8, (unsigned char*)&ctx->KtopStr, &ctx->encrypt_key);
1259 AES_encrypt((unsigned char*)&offset, tmp.u8, &ctx->encrypt_key);
1298 AES_encrypt(tmp.u8, tmp.u8, &ctx->encrypt_key);