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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_encryption.py 79 k.set_contents_from_string(s2, encrypt_key=True)
102 k.set_contents_from_string(s1, encrypt_key=True)
mock_storage_service.py 243 encrypt_key=NOT_IMPL, headers=NOT_IMPL, query_args=NOT_IMPL):
570 preserve_acl=NOT_IMPL, encrypt_key=NOT_IMPL, headers=NOT_IMPL,
  /external/strace/
loop.c 70 tprints(", encrypt_key=");
129 tprints(", encrypt_key=");
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
key.py 444 encrypt_key=False, validate_dst_bucket=True):
477 :type encrypt_key: bool
478 :param encrypt_key: If True, the new copy of the object will
499 encrypt_key=encrypt_key,
632 policy=None, reduced_redundancy=False, encrypt_key=False):
675 :type encrypt_key: bool
676 :param encrypt_key: If True, the new copy of the object will
697 if encrypt_key:
    [all...]
bucket.py     [all...]
  /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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
storage_uri.py 696 preserve_acl=False, encrypt_key=False, headers=None,
707 encrypt_key=encrypt_key, headers=headers, query_args=query_args,
715 encrypt_key=encrypt_key, headers=headers, query_args=query_args)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
bucket.py 120 preserve_acl=False, encrypt_key=False, headers=None,
162 :type encrypt_key: bool
163 :param encrypt_key: Included for compatibility with S3. This argument is
182 encrypt_key=encrypt_key, headers=headers, query_args=query_args)
    [all...]

Completed in 2766 milliseconds