Searched refs:plaintext (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_fraction.tcl10 plaintext "divided by"
12 plaintext " "
14 plaintext " "
20 plaintext "A"
26 plaintext "A+B"
H A Ddraw_chemical.tcl62 set Catom [plaintext C]
66 plaintext C
68 plaintext OOH
72 plaintext H
78 plaintext NH2 ;# UNICODE \u2082 is subscript 2, but that is not
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dcamellia-ntt.h51 const unsigned char *plaintext,
58 unsigned char *plaintext);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_ntlm_core.h53 const unsigned char *plaintext,
H A Dcurl_ntlm_core.c251 * 8 byte plaintext is encrypted with each key and the resulting 24
255 const unsigned char *plaintext,
262 DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) results,
266 DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) (results + 8),
270 DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) (results + 16),
275 des_encrypt(&des, 8, results, plaintext);
277 des_encrypt(&des, 8, results + 8, plaintext);
279 des_encrypt(&des, 8, results + 16, plaintext);
285 gcry_cipher_encrypt(des, results, 8, plaintext, 8);
290 gcry_cipher_encrypt(des, results + 8, 8, plaintext,
254 Curl_ntlm_core_lm_resp(const unsigned char *keys, const unsigned char *plaintext, unsigned char *results) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/
H A Drijndael.h148 * This function always encrypts 16 bytes of plaintext to 16 bytes of
149 * ciphertext. The memory areas of the plaintext and the ciphertext can
155 const UINT8 *plaintext,
167 * plaintext. The memory areas of the plaintext and the ciphertext can
174 UINT8 *plaintext);
176 /* Encrypt a block of plaintext in a mode specified in the context */
181 /* Decrypt a block of plaintext in a mode specified in the context */
H A DRijndael.pm15 $crypted = $cipher->encrypt($plaintext);
17 $plaintext = $cipher->decrypt($crypted);
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/
H A Drijndael.h149 * This function always encrypts 16 bytes of plaintext to 16 bytes of
150 * ciphertext. The memory areas of the plaintext and the ciphertext can
156 const UINT8 *plaintext,
168 * plaintext. The memory areas of the plaintext and the ciphertext can
175 UINT8 *plaintext);
177 /* Encrypt a block of plaintext in a mode specified in the context */
182 /* Decrypt a block of plaintext in a mode specified in the context */
H A DRijndael.pm15 $crypted = $cipher->encrypt($plaintext);
17 $plaintext = $cipher->decrypt($crypted);
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dpcre.c272 char *plaintext = NULL; local
310 plaintext = ztrdup(*args);
311 unmetafy(plaintext, NULL);
312 subject_len = (int)strlen(plaintext);
317 ret = pcre_exec(pcre_pattern, pcre_hints, plaintext, subject_len, offset_start, 0, ovec, ovecsize);
322 zpcre_get_substrings(plaintext, ovec, ret, matched_portion, receptacle,
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dcipher.h70 int plaintext; member in struct:CipherContext
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmml1991.el188 (sign plaintext ciphertext result recipients &optional
192 plaintext ciphertext result recipients passphrase
195 plaintext ciphertext result recipients passphrase
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dchecker_idx.tcl144 Error idx/plaintext
H A Dchecker_toc.tcl149 Error toc/plaintext
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dasterisk.vim45 syn match asteriskAuth "^\zsauth\s*=\ze\s*\<\(md5\|rsa\|plaintext\)\>$" contains=asteriskAuthType
46 syn match asteriskAuthType "\<\(md5\|rsa\|plaintext\)\>"
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dmsgcat_c.tcl14 mcset c docidx/plaintext {Plain text beyond whitespace is not allowed}
H A Dmsgcat_de.tcl14 mcset de docidx/plaintext {Normaler Text ist (mit Ausnahme von reinem Leerraum) nicht erlaubt}
H A Dmsgcat_en.tcl14 mcset en docidx/plaintext {Plain text beyond whitespace is not allowed}
H A Dmsgcat_fr.tcl17 mcset fr docidx/plaintext {Plain text beyond whitespace is not allowed}
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dmsgcat_c.tcl14 mcset c doctoc/plaintext {Plain text beyond whitespace is not allowed}
H A Dmsgcat_de.tcl14 mcset de doctoc/plaintext {Normaler Text ist (mit Ausnahme von reinem Leerraum) nicht erlaubt}
H A Dmsgcat_en.tcl14 mcset en doctoc/plaintext {Plain text beyond whitespace is not allowed}
H A Dmsgcat_fr.tcl17 mcset fr doctoc/plaintext {Plain text beyond whitespace is not allowed}
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos2.tcl100 $s plaintext 30.0 60.0 "Peak" south
117 $s2 plaintext 30.0 60.0 "Peak" south
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotchart.tcl70 set methodProc(xyplot,plaintext) DrawPlainText
104 set methodProc(xlogyplot,plaintext) DrawPlainText
126 set methodProc(logxyplot,plaintext) DrawPlainText
148 set methodProc(logxlogyplot,plaintext) DrawPlainText
156 set methodProc(piechart,plaintext) DrawPlainText
167 set methodProc(polarplot,plaintext) DrawPlainText
185 set methodProc(histogram,plaintext) DrawPlainText
203 set methodProc(horizbars,plaintext) DrawPlainText
221 set methodProc(vertbars,plaintext) DrawPlainText
231 set methodProc(timechart,plaintext) DrawPlainTex
[all...]

Completed in 206 milliseconds

12