Home
last modified time | relevance | path

Searched full:phrase (Results 1 – 25 of 224) sorted by relevance

123456789

/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/vars/
H A Dtst.nullassign.d40 phrase = strjoin(die, tap);
41 phrase = strjoin(phrase, die);
46 /phrase != expected/
48 printf("global: expected '%s', found '%s'\n", expected, phrase);
54 this->phrase = strjoin(the, tap);
59 this->phrase = strjoin(this->phrase, the);
64 /this->phrase != expected/
67 expected, this->phrase);
73 phrase = NULL;
74 this->phrase = NULL;
[all …]
/freebsd-src/crypto/openssl/doc/man7/
H A 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 …]
H A 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.
H A 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
/freebsd-src/secure/lib/libcrypto/man/man7/
H A Dpassphrase-encoding.7153 This means that for an object that was encrypted using a pass phrase encoded in
154 \&\s-1ISO\-8859\-1,\s0 that object needs to be decrypted using a pass phrase encoded in
159 PKCS#12 is a bit different regarding pass phrase encoding.
160 The standard stipulates that the pass phrase shall be encoded as an \s-1ASN.1\s0
166 Treats the received pass phrase as \s-1UTF\-8\s0 encoded and tries to re-encode it to
171 Assumes that the pass phrase is encoded in \s-1ASCII\s0 or \s-1ISO\-8859\-1\s0 and
176 UTF\-16\s0 characters that do not correspond to the original pass phrase characters
186 A pass phrase encoded in \s-1ISO\-8859\-2\s0 could very well have a sequence such as
190 SMALL LETTER I WITH DIAERESIS\s0) \fIif the pass phrase doesn't contain anything that
192 A pass phrase that contains this kind of byte sequence will give a different
[all …]
H A Dossl_store-file.7170 When needed, the 'file' scheme loader will require a pass phrase by
172 This pass phrase is expected to be \s-1UTF\-8\s0 encoded, anything else will
175 standard compliant with regards to pass phrase encoding.
177 phrase.
/freebsd-src/lib/libc/string/
H A Dstrtok.c109 char *brkb, *brkt, *phrase, *sep, *word; in main() local
112 phrase = "foo"; in main()
124 for (phrase = strtok_r(blah, sep, &brkb); phrase; in main()
125 phrase = strtok_r(NULL, sep, &brkb)) in main()
126 printf("So far we're at %s:%s\n", word, phrase); in main()
H A Dstrtok.3115 char *word, *phrase, *brkt, *brkb;
125 for (phrase = strtok_r(blah, sep, &brkb);
126 phrase;
127 phrase = strtok_r(NULL, sep, &brkb))
129 printf("So far we're at %s:%s\en", word, phrase);
/freebsd-src/crypto/openssl/doc/man1/
H A 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:
H A 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:
H A Dopenssl-passphrase-options.pod5 openssl-passphrase-options - Pass phrase options
29 =head2 Pass Phrase Option Arguments
31 Pass phrase arguments can be formatted as follows.
H A 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.
/freebsd-src/crypto/openssl/doc/man3/
H A 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
H A 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,
H A DPEM_read_bio_PrivateKey.pod333 phrase used for encrypted PEM structures (normally only private keys).
395 These functions make no assumption regarding the pass phrase received from the
507 triple DES encryption, the pass phrase is prompted for:
513 DES encryption, using the pass phrase "hello":
519 Read a private key from a BIO using a pass phrase callback:
525 Skeleton pass phrase callback:
531 printf("Enter pass phrase for \"%s\"\n", (char *)u);
533 /* get pass phrase, length 'len' into 'tmp' */
/freebsd-src/sys/contrib/ncsw/inc/
H A Ddebug_ext.h62 #define _CREATE_DUMP_SUBSTR(phrase) \ argument
64 snprintf(dumpTmpStr, DUMP_MAX_STR, "%s", #phrase); \
188 #define DUMP_VAR(st, phrase) \ argument
190 void *addr = (void *)&((st)->phrase); \
192 _CREATE_DUMP_SUBSTR(phrase); \
211 #define DUMP_ARR(st, phrase) \ argument
214 _CREATE_DUMP_SUBSTR(phrase); \
215 dumpArrSize = ARRAY_SIZE((st)->phrase); \
217 physAddr = XX_VirtToPhys((void *)&((st)->phrase[dumpArrIdx])); \
219 … physAddr, GET_UINT32((st)->phrase[dumpArrIdx]), "", dumpSubStr, dumpArrIdx); \
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_usage.ksh43 log_fail "Error message did not contain phrase 'no such pool'."
45 log_fail "Error message did not contain phrase 'invalid activity'."
47 log_fail "getsubopt(3) error message did not contain phrase 'invalid activity'."
/freebsd-src/secure/usr.bin/openssl/man/
H A Dopenssl-dsa.1203 option is not specified. If the key is encrypted a pass phrase will be
208 is not specified. If any encryption options are set then a pass phrase will be
219 cipher before outputting it. A pass phrase is prompted for.
221 means that this command can be used to remove the pass phrase from a key
223 phrase by setting them.
273 To remove the pass phrase on a \s-1DSA\s0 private key:
H A Dopenssl-rsa.1203 option is not specified. If the key is encrypted a pass phrase will be
213 option is not specified. If any encryption options are set then a pass phrase
219 cipher before outputting it. A pass phrase is prompted for.
221 means that this command can be used to remove the pass phrase from a key
223 phrase by setting them.
281 To remove the pass phrase on an \s-1RSA\s0 private key:
H A Dopenssl-passphrase-options.1140 openssl\-passphrase\-options \- Pass phrase options
161 .SS "Pass Phrase Option Arguments"
162 .IX Subsection "Pass Phrase Option Arguments"
163 Pass phrase arguments can be formatted as follows.
H A Dopenssl-ec.1193 option is not specified. If the key is encrypted a pass phrase will be
198 is not specified. If any encryption options are set then a pass phrase will be
209 any other cipher supported by OpenSSL before outputting it. A pass phrase is
213 encryption option can be used to remove the pass phrase from a key, or by
214 setting the encryption options it can be use to add or change the pass phrase.
/freebsd-src/contrib/mandoc/
H A Droff_int.h46 #define MDOC_PHRASE (1 << 4) /* In a Bl -column phrase. */
47 #define MDOC_PHRASELIT (1 << 5) /* Literal within a phrase. */
56 #define MDOC_PHRASEQL (1 << 14) /* Quote last word of this phrase. */
57 #define MDOC_PHRASEQN (1 << 15) /* Quote first word of the next phrase. */
/freebsd-src/secure/lib/libcrypto/man/man3/
H A DOSSL_DECODER_CTX_new_for_pkey.3209 \&\fBOSSL_DECODER_CTX_set_passphrase()\fR gives the implementation a pass phrase to
210 use when decrypting the encoded private key. Alternatively, a pass phrase
215 implementation can use to prompt for a pass phrase, giving the caller the
216 choice of preferred pass phrase callback form. These are called indirectly,
219 The internal \s-1\fBOSSL_PASSPHRASE_CALLBACK\s0\fR\|(3) function caches the pass phrase, to
H A DOSSL_ENCODER_CTX_new_for_pkey.3209 pass phrase to use when encrypting the encoded private key.
210 Alternatively, a pass phrase callback may be specified with the
215 implementation can use to prompt for a pass phrase, giving the caller the
216 choice of preferred pass phrase callback form. These are called indirectly,
H A DPEM_read_bio_PrivateKey.3467 phrase used for encrypted \s-1PEM\s0 structures (normally only private keys).
532 These functions make no assumption regarding the pass phrase received from the
656 triple \s-1DES\s0 encryption, the pass phrase is prompted for:
664 \&\s-1DES\s0 encryption, using the pass phrase \*(L"hello\*(R":
672 Read a private key from a \s-1BIO\s0 using a pass phrase callback:
680 Skeleton pass phrase callback:
687 \& printf("Enter pass phrase for \e"%s\e"\en", (char *)u);
689 \& /* get pass phrase, length \*(Aqlen\*(Aq into \*(Aqtmp\*(Aq */

123456789