| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | passphrase-encoding.pod | 22 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 …]
|
| H A D | ossl_store-file.pod | 48 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.
|
| H A D | provider-decoder.pod | 233 used when a pass phrase prompt is needed. 266 Parameters currently recognised by the built-in pass phrase callback: 272 A string of information that will become part of the pass phrase
|
| H A D | provider-encoder.pod | 247 used when a pass phrase prompt is needed. 286 Parameters currently recognised by the built-in pass phrase callback: 292 A string of information that will become part of the pass phrase
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
| H A D | passphrase-encoding.pod | 22 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 …]
|
| H A D | ossl_store-file.pod | 48 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.
|
| H A D | ossl_store.pod | 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
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/librsa/ |
| H A D | rsastubs.c | 56 char phrase[128 + 1]; in PEM_read_RSAPrivateKey() local 65 cc = (*cb)(phrase, sizeof(phrase), 0, u); in PEM_read_RSAPrivateKey()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-dsa.pod.in | 78 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:
|
| H A D | openssl-rsa.pod.in | 79 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:
|
| H A D | openssl-ec.pod.in | 68 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.
|
| H A D | openssl-pkey.pod.in | 75 a pass phrase will be prompted for. 105 then a pass phrase will be prompted for. 183 To remove the pass phrase on a private key:
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
| H A D | dsa.pod | 72 option is not specified. If the key is encrypted a pass phrase will be 83 is not specified. If any encryption options are set then a pass phrase will be 95 cipher before outputting it. A pass phrase is prompted for. 98 encryption option can be used to remove the pass phrase from a key, or by 99 setting the encryption options it can be use to add or change the pass phrase. 148 To remove the pass phrase on a DSA private key:
|
| H A D | rsa.pod | 72 option is not specified. If the key is encrypted a pass phrase will be 83 option is not specified. If any encryption options are set then a pass phrase 95 cipher before outputting it. A pass phrase is prompted for. 98 encryption option can be used to remove the pass phrase from a key, or by 99 setting the encryption options it can be use to add or change the pass phrase. 162 To remove the pass phrase on an RSA private key:
|
| H A D | ec.pod | 65 option is not specified. If the key is encrypted a pass phrase will be 76 is not specified. If any encryption options are set then a pass phrase will be 88 any other cipher supported by OpenSSL before outputting it. A pass phrase is 92 encryption option can be used to remove the pass phrase from a key, or by 93 setting the encryption options it can be use to add or change the pass phrase.
|
| H A D | pkey.pod | 54 option is not specified. If the key is encrypted a pass phrase will be 65 option is not specified. If any encryption options are set then a pass phrase 130 To remove the pass phrase on an RSA private key:
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OSSL_ENCODER_CTX_new_for_pkey.pod | 74 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,
|
| H A D | OSSL_CALLBACK.pod | 42 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
|
| H A D | UI_new.pod | 152 a prompt from two pieces of information: a phrase description I<phrase_desc> 157 With the description "pass phrase" and the filename "foo.key", that becomes 158 "Enter pass phrase for foo.key:". Other methods may create whatever
|
| H A D | d2i_PKCS8PrivateKey_bio.pod | 48 These functions make no assumption regarding the pass phrase received from the
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | PEM_read_bio_PrivateKey.pod | 282 phrase used for encrypted PEM structures (normally only private keys). 333 These functions make no assumption regarding the pass phrase received from the 434 triple DES encryption, the pass phrase is prompted for: 440 DES encryption, using the pass phrase "hello": 446 Read a private key from a BIO using a pass phrase callback: 452 Skeleton pass phrase callback: 458 printf("Enter pass phrase for \"%s\"\n", (char *)u); 460 /* get pass phrase, length 'len' into 'tmp' */
|
| /netbsd-src/share/legal/ |
| H A D | COPYRIGHT | 41 In the following statement, the phrase ``this text'' refers to 52 In the following statement, the phrase ``This material'' refers to 73 In the following statement, the phrase ``this text'' refers to
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | reader.c | 160 pgp_getpassphrase(void *in, char *phrase, size_t size) in pgp_getpassphrase() argument 168 (void) snprintf(phrase, size, "%s", p); in pgp_getpassphrase() 170 if (fgets(phrase, (int)size, in) == NULL) { in pgp_getpassphrase() 173 len = strlen(phrase); in pgp_getpassphrase() 174 if (len >= 1 && phrase[len - 1] == '\n') { in pgp_getpassphrase() 175 phrase[len - 1] = '\0'; in pgp_getpassphrase()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | printer | 47 # 1 space char after length value to get phrase like "length 263893 PostScript document text" 56 # GRR: in file version 5.44 calling indirect of ./msdos produce phrase like "length 452\012- Window… 65 # GRR: in file version 5.44 calling indirect of ./images produce phrase like "length 43320\012- TIF…
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | ui.h.in | 148 * phrase_desc is a textual short description of the phrase to enter, 149 * for example "pass phrase", and 160 * So, if phrase_desc has the value "pass phrase" and object_name has 163 * "Enter pass phrase for foo.key:"
|