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

  /external/strace/tests/
ioctl_loop.c 51 const char *encrypt_type, const char *encrypt_key,
89 encrypt_key ? (int) strlen(encrypt_key) :
91 encrypt_key ? encrypt_key :
108 const char *encrypt_type, const char *encrypt_key,
152 encrypt_key ? (int) strlen(encrypt_key) :
154 encrypt_key ? encrypt_key
    [all...]
  /external/strace/tests-m32/
ioctl_loop.c 51 const char *encrypt_type, const char *encrypt_key,
89 encrypt_key ? (int) strlen(encrypt_key) :
91 encrypt_key ? encrypt_key :
108 const char *encrypt_type, const char *encrypt_key,
152 encrypt_key ? (int) strlen(encrypt_key) :
154 encrypt_key ? encrypt_key
    [all...]
  /external/strace/tests-mx32/
ioctl_loop.c 51 const char *encrypt_type, const char *encrypt_key,
89 encrypt_key ? (int) strlen(encrypt_key) :
91 encrypt_key ? encrypt_key :
108 const char *encrypt_type, const char *encrypt_key,
152 encrypt_key ? (int) strlen(encrypt_key) :
154 encrypt_key ? encrypt_key
    [all...]
  /system/keymaster/key_blob_utils/
ocb.c 632 AES_KEY encrypt_key; member in struct:_ae_ctx
714 AES_set_encrypt_key((unsigned char*)key, key_len * 8, &ctx->encrypt_key);
716 AES_set_decrypt_key_fast(&ctx->decrypt_key, &ctx->encrypt_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);
829 AES_ecb_encrypt_blks(ta, BPI, &ctx->encrypt_key);
    [all...]
  /external/scapy/scapy/modules/krack/
automaton.py 304 encrypt_key=None):
309 if encrypt_key is None:
310 encrypt_key = self.tk
329 rep /= Raw(build_TKIP_payload(data_to_enc, iv, self.mac, encrypt_key))
335 kwargs.setdefault("encrypt_key", self.tk)
341 kwargs.setdefault("encrypt_key", self.gtk)
  /external/ImageMagick/coders/
dpx.c 165 encrypt_key;
782 dpx.file.encrypt_key=ReadBlobLong(image);
784 if (dpx.file.encrypt_key != ~0U)
785 (void) FormatImageProperty(image,"dpx:file.encrypt_key","%u",
786 dpx.file.encrypt_key);
162 encrypt_key; member in struct:_DPXFileInfo
    [all...]

Completed in 575 milliseconds