OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bigfile
(Results
1 - 10
of
10
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/tests/
test_bigfile.py
11
from rsa import
bigfile
, varblock, pkcs1
namespace
25
bigfile
.encrypt_bigfile(infile, outfile, pub_key)
33
bigfile
.decrypt_bigfile(cryptfile, clearfile, priv_key)
37
#
bigfile
.
/external/toybox/tests/
tail.test
56
makebigfile >
bigfile
58
testing "tail -c 12345 -n 3
bigfile
" "tail -c 12345 -n 3
bigfile
| md5sum" \
60
testing "tail -n 3 -c 12345
bigfile
" "tail -n 3 -c 12345
bigfile
| md5sum" \
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/
setup.py
38
'pyrsa-encrypt-
bigfile
= rsa.cli:encrypt_bigfile',
39
'pyrsa-decrypt-
bigfile
= rsa.cli:decrypt_bigfile',
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
reference.rst
44
Module: rsa.
bigfile
47
The :py:mod:`rsa.
bigfile
` module contains functions for encrypting and
51
.. autofunction:: rsa.
bigfile
.encrypt_bigfile
53
.. autofunction:: rsa.
bigfile
.decrypt_bigfile
cli.rst
13
.. index:: pyrsa-verify, pyrsa-priv2pub, pyrsa-encrypt-
bigfile
14
.. index:: pyrsa-decrypt-
bigfile
, pyrsa-decrypt-
bigfile
35
| pyrsa-encrypt-
bigfile
| Encrypts a file to an encrypted VARBLOCK file. | :py:func:`rsa.
bigfile
.encrypt_bigfile` |
40
| pyrsa-decrypt-
bigfile
| Decrypts an encrypted VARBLOCK file. | :py:func:`rsa.
bigfile
.encrypt_bigfile` |
upgrading.rst
32
:py:func:`rsa.
bigfile
.encrypt_bigfile` to encrypt your files.
usage.rst
310
:py:func:`rsa.
bigfile
.encrypt_bigfile` function:
312
>>> from rsa.
bigfile
import *
316
As does decryption using the :py:func:`rsa.
bigfile
.decrypt_bigfile`
319
>>> from rsa.
bigfile
import *
326
long files, so they do not have a "
bigfile
" equivalent.
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
cli.py
29
import rsa.
bigfile
namespace
201
'pyrsa-encrypt-
bigfile
command.')
218
'files, use the pyrsa-decrypt-
bigfile
command.')
354
return rsa.
bigfile
.encrypt_bigfile(infile, outfile, pub_key)
361
'with pyrsa-encrypt-
bigfile
')
370
return rsa.
bigfile
.decrypt_bigfile(infile, outfile, priv_key)
/external/autotest/client/tests/connectathon/
connectathon.tar.bz2
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
cp.py
396
gsutil -o GSUtil:parallel_composite_upload_threshold=150M cp
bigfile
gs://your-bucket
398
where
bigfile
is larger than 150 MiB. When you do this notice that the upload
[
all
...]
Completed in 202 milliseconds