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

  /system/keymaster/
ocb.c 631 AES_KEY encrypt_key; member in struct:_ae_ctx
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);
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]

Completed in 219 milliseconds