Searched refs:phrase (Results 1 – 25 of 182) sorted by relevance
12345678
22 This means that for an object that was encrypted using a pass phrase encoded in23 ISO-8859-1, that object needs to be decrypted using a pass phrase encoded in29 PKCS#12 is a bit different regarding pass phrase encoding.30 The standard stipulates that the pass phrase shall be encoded as an ASN.140 Treats the received pass phrase as UTF-8 encoded and tries to re-encode it to47 Assumes that the pass phrase is encoded in ASCII or ISO-8859-1 and52 UTF-16 characters that do not correspond to the original pass phrase characters64 A pass phrase encoded in ISO-8859-2 could very well have a sequence such as68 SMALL LETTER I WITH DIAERESIS) I<if the pass phrase doesn't contain anything that70 A pass phrase that contains this kind of byte sequence will give a different[all …]
48 When needed, the 'file' scheme loader will require a pass phrase by50 This pass phrase is expected to be UTF-8 encoded, anything else will53 standard compliant with regards to pass phrase encoding.55 phrase.
39 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
56 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()
25 def __new__(cls, value, phrase, description=''): argument29 obj.phrase = phrase
4 Arg: <phrase>5 Help: Pass phrase for the private key
4 Arg: <phrase>5 Help: Pass phrase for the private key for HTTPS proxy
78 option is not specified. If the key is encrypted a pass phrase will be84 is not specified. If any encryption options are set then a pass phrase will be97 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 key101 phrase by setting them.153 To remove the pass phrase on a DSA private key:
79 option is not specified. If the key is encrypted a pass phrase will be91 option is not specified. If any encryption options are set then a pass phrase98 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 key102 phrase by setting them.165 To remove the pass phrase on an RSA private key:
68 option is not specified. If the key is encrypted a pass phrase will be74 is not specified. If any encryption options are set then a pass phrase will be87 any other cipher supported by OpenSSL before outputting it. A pass phrase is91 encryption option can be used to remove the pass phrase from a key, or by92 setting the encryption options it can be use to add or change the pass phrase.
5 openssl-passphrase-options - Pass phrase options31 Pass phrase arguments can be formatted as follows.
2 …a reference image of a text character, word or phrase with another image of the character, word or…
74 OSSL_DECODER_CTX_set_passphrase() gives the implementation a pass phrase to75 use when decrypting the encoded private key. Alternatively, a pass phrase80 implementation can use to prompt for a pass phrase, giving the caller the81 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
74 pass phrase to use when encrypting the encoded private key.75 Alternatively, a pass phrase callback may be specified with the80 implementation can use to prompt for a pass phrase, giving the caller the81 choice of preferred pass phrase callback form. These are called indirectly,
42 store the pass phrase needs to be given with I<pass>, and its size with43 I<pass_size>. The length of the prompted pass phrase will be given back in