Home
last modified time | relevance | path

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

12345678910

/freebsd/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/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.
/freebsd/secure/lib/libcrypto/man/man7/
H A Dpassphrase-encoding.777 This means that for an object that was encrypted using a pass phrase encoded in
78 ISO\-8859\-1, that object needs to be decrypted using a pass phrase encoded in
83 PKCS#12 is a bit different regarding pass phrase encoding.
84 The standard stipulates that the pass phrase shall be encoded as an ASN.1
90 Treats the received pass phrase as UTF\-8 encoded and tries to re-encode it to
95 Assumes that the pass phrase is encoded in ASCII or ISO\-8859\-1 and
100 UTF\-16 characters that do not correspond to the original pass phrase characters
110 A pass phrase encoded in ISO\-8859\-2 could very well have a sequence such as
114 SMALL LETTER I WITH DIAERESIS) \fIif the pass phrase doesn't contain anything that
116 A pass phrase that contains this kind of byte sequence will give a different
[all …]
H A Dossl_store-file.794 When needed, the 'file' scheme loader will require a pass phrase by
96 This pass phrase is expected to be UTF\-8 encoded, anything else will
99 standard compliant with regards to pass phrase encoding.
101 phrase.
/freebsd/sbin/gbde/
H A Dgbde.8
/freebsd/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/share/man/man4/
H A Dgbde.4
/freebsd/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.
154 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.
166 To remove the pass phrase on an RSA private key:
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.
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.
/freebsd/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/secure/usr.bin/openssl/man/
H A Dopenssl-rsa.1128 option is not specified. If the key is encrypted a pass phrase will be
138 option is not specified. If any encryption options are set then a pass phrase
144 cipher before outputting it. A pass phrase is prompted for.
146 means that this command can be used to remove the pass phrase from a key
148 phrase by setting them.
209 To remove the pass phrase on an RSA private key:
H A Dopenssl-dsa.1128 option is not specified. If the key is encrypted a pass phrase will be
133 is not specified. If any encryption options are set then a pass phrase will be
144 cipher before outputting it. A pass phrase is prompted for.
146 means that this command can be used to remove the pass phrase from a key
148 phrase by setting them.
201 To remove the pass phrase on a DSA private key:
H A Dopenssl-passphrase-options.164 openssl\-passphrase\-options \- Pass phrase options
85 .SS "Pass Phrase Option Arguments"
86 .IX Subsection "Pass Phrase Option Arguments"
87 Pass phrase arguments can be formatted as follows.
H A Dopenssl-ec.1118 option is not specified. If the key is encrypted a pass phrase will be
123 is not specified. If any encryption options are set then a pass phrase will be
134 any other cipher supported by OpenSSL before outputting it. A pass phrase is
138 encryption option can be used to remove the pass phrase from a key, or by
139 setting the encryption options it can be use to add or change the pass phrase.
/freebsd/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,
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_DECODER_CTX_new_for_pkey.3133 \&\fBOSSL_DECODER_CTX_set_passphrase()\fR gives the implementation a pass phrase to
134 use when decrypting the encoded private key. Alternatively, a pass phrase
139 implementation can use to prompt for a pass phrase, giving the caller the
140 choice of preferred pass phrase callback form. These are called indirectly,
143 The internal \fBOSSL_PASSPHRASE_CALLBACK\fR\|(3) function caches the pass phrase, to
H A DOSSL_ENCODER_CTX_new_for_pkey.3133 pass phrase to use when encrypting the encoded private key.
134 Alternatively, a pass phrase callback may be specified with the
139 implementation can use to prompt for a pass phrase, giving the caller the
140 choice of preferred pass phrase callback form. These are called indirectly,
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_usage.ksh44 log_fail "Error message did not contain phrase 'no such pool'."
46 log_fail "Error message did not contain phrase 'invalid activity'."
48 log_fail "getsubopt(3) error message did not contain phrase 'invalid activity'."
/freebsd/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/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dt_str2key.c178 { KV5M_DATA, 29, "pass phrase equals block size" },
188 { KV5M_DATA, 29, "pass phrase equals block size" },
199 { KV5M_DATA, 30, "pass phrase exceeds block size" },
209 { KV5M_DATA, 30, "pass phrase exceeds block size" },
340 { KV5M_DATA, 29, "pass phrase equals block size" },
350 { KV5M_DATA, 29, "pass phrase equals block size" },
361 { KV5M_DATA, 30, "pass phrase exceeds block size" },
371 { KV5M_DATA, 30, "pass phrase exceeds block size" },

12345678910