Home
last modified time | relevance | path

Searched refs:phrase (Results 1 – 25 of 182) sorted by relevance

12345678

/third_party/openssl/doc/man7/
Dpassphrase-encoding.pod22 This means that for an object that was encrypted using a pass phrase encoded in
23 ISO-8859-1, that object needs to be decrypted using a pass phrase encoded in
29 PKCS#12 is a bit different regarding pass phrase encoding.
30 The standard stipulates that the pass phrase shall be encoded as an ASN.1
40 Treats the received pass phrase as UTF-8 encoded and tries to re-encode it to
47 Assumes that the pass phrase is encoded in ASCII or ISO-8859-1 and
52 UTF-16 characters that do not correspond to the original pass phrase characters
64 A pass phrase encoded in ISO-8859-2 could very well have a sequence such as
68 SMALL LETTER I WITH DIAERESIS) I<if the pass phrase doesn't contain anything that
70 A pass phrase that contains this kind of byte sequence will give a different
[all …]
Dossl_store-file.pod48 When needed, the 'file' scheme loader will require a pass phrase by
50 This pass phrase is expected to be UTF-8 encoded, anything else will
53 standard compliant with regards to pass phrase encoding.
55 phrase.
Dossl_store.pod39 encoding on the pass phrase that the B<UI_METHOD> provides. However,
40 the pass phrase is expected to be UTF-8 encoded. The result of any
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_replace_benchmark.cc56 for (std::string phrase : {"the quick brown fox jumped over the lazy dogs", in SetUpStrings()
60 memcpy(&(*big_string)[r % (big_string->size() - phrase.size())], in SetUpStrings()
61 phrase.data(), phrase.size()); in SetUpStrings()
/third_party/python/Lib/http/
D__init__.py25 def __new__(cls, value, phrase, description=''): argument
29 obj.phrase = phrase
/third_party/curl/docs/cmdline-opts/
Dpass.d4 Arg: <phrase>
5 Help: Pass phrase for the private key
Dproxy-pass.d4 Arg: <phrase>
5 Help: Pass phrase for the private key for HTTPS proxy
/third_party/openssl/doc/man1/
Dopenssl-dsa.pod.in78 option is not specified. If the key is encrypted a pass phrase will be
84 is not specified. If any encryption options are set then a pass phrase will be
97 cipher before outputting it. A pass phrase is prompted for.
99 means that this command can be used to remove the pass phrase from a key
101 phrase by setting them.
153 To remove the pass phrase on a DSA private key:
Dopenssl-rsa.pod.in79 option is not specified. If the key is encrypted a pass phrase will be
91 option is not specified. If any encryption options are set then a pass phrase
98 cipher before outputting it. A pass phrase is prompted for.
100 means that this command can be used to remove the pass phrase from a key
102 phrase by setting them.
165 To remove the pass phrase on an RSA private key:
Dopenssl-ec.pod.in68 option is not specified. If the key is encrypted a pass phrase will be
74 is not specified. If any encryption options are set then a pass phrase will be
87 any other cipher supported by OpenSSL before outputting it. A pass phrase is
91 encryption option can be used to remove the pass phrase from a key, or by
92 setting the encryption options it can be use to add or change the pass phrase.
Dopenssl-passphrase-options.pod5 openssl-passphrase-options - Pass phrase options
31 Pass phrase arguments can be formatted as follows.
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-malayalam/utrrs/
DREADME2 …a reference image of a text character, word or phrase with another image of the character, word or…
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-tamil/utrrs/
DREADME2 …a reference image of a text character, word or phrase with another image of the character, word or…
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-oriya/utrrs/
DREADME2 …a reference image of a text character, word or phrase with another image of the character, word or…
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-assamese/utrrs/
DREADME2 …a reference image of a text character, word or phrase with another image of the character, word or…
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-telugu/utrrs/
DREADME2 …a reference image of a text character, word or phrase with another image of the character, word or…
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-devanagari/utrrs/
DREADME2 …a reference image of a text character, word or phrase with another image of the character, word or…
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-bengali/utrrs/
DREADME2 …a reference image of a text character, word or phrase with another image of the character, word or…
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-kannada/utrrs/
DREADME2 …a reference image of a text character, word or phrase with another image of the character, word or…
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-gujarati/utrrs/
DREADME2 …a reference image of a text character, word or phrase with another image of the character, word or…
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-gurmukhi/utrrs/
DREADME2 …a reference image of a text character, word or phrase with another image of the character, word or…
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-sinhala/utrrs/
DREADME2 …a reference image of a text character, word or phrase with another image of the character, word or…
/third_party/openssl/doc/man3/
DOSSL_DECODER_CTX_new_for_pkey.pod74 OSSL_DECODER_CTX_set_passphrase() gives the implementation a pass phrase to
75 use when decrypting the encoded private key. Alternatively, a pass phrase
80 implementation can use to prompt for a pass phrase, giving the caller the
81 choice of preferred pass phrase callback form. These are called indirectly,
84 The internal L<OSSL_PASSPHRASE_CALLBACK(3)> function caches the pass phrase, to
DOSSL_ENCODER_CTX_new_for_pkey.pod74 pass phrase to use when encrypting the encoded private key.
75 Alternatively, a pass phrase callback may be specified with the
80 implementation can use to prompt for a pass phrase, giving the caller the
81 choice of preferred pass phrase callback form. These are called indirectly,
DOSSL_CALLBACK.pod42 store the pass phrase needs to be given with I<pass>, and its size with
43 I<pass_size>. The length of the prompted pass phrase will be given back in

12345678