Searched refs:plain (Results 1 - 25 of 173) sorted by relevance

1234567

/macosx-10.10.1/apache-793/httpd/modules/lua/test/htdocs/
H A Dsimple.lua2 r.content_type = "text/plain"
/macosx-10.10.1/OpenSSL098-52/src/demos/tunala/
H A Dautogunk.sh23 if test ! -f Makefile.plain; then
24 mv Makefile Makefile.plain
H A Dautoungunk.sh7 if test -f Makefile.plain; then
11 mv Makefile.plain Makefile
/macosx-10.10.1/CPANInternal-159.1/Crypt-Rijndael-1.10/t/lib/
H A Dmode.pl13 my $plain = $c->decrypt( $cipher );
18 plain => $plain,
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/nodes/
H A Dscalar.rb35 # Is this a plain scalar?
36 attr_accessor :plain
50 # +plain+ is a boolean value
57 def initialize value, anchor = nil, tag = nil, plain = true, quoted = false, style = ANY
61 @plain = plain
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/logfileconfig/
H A Dsetup.sh24 cp ns1/named.plain ns1/named.conf
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dpf6 # p: page compressed & plain files in the order given
42 Each group of plain files is paged by a single instance of the pager.
94 unset plain
106 [ ${#plain[@]} -gt 0 ] && $PAGER $Opts "${plain[@]}"
107 unset plain[*]
122 *) plain[${#plain[@]}]=$file;;
127 [ ${#plain[@]} -gt 0 ] && exec $PAGER $Opts "${plain[
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dplain_init.c41 SASL_CLIENT_PLUG_INIT( plain )
42 SASL_SERVER_PLUG_INIT( plain )
H A Dmakeinit.sh2 for mech in anonymous crammd5 digestmd5 scram gssapiv2 kerberos4 login ntlm otp passdss plain srp gs2; do
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.tcl10 set tok [mime::initialize -canonical text/plain -encoding 7bit -string $msg]
/macosx-10.10.1/CPANInternal-159.1/Crypt-Rijndael-1.10/t/
H A Dcbc.t18 is( $hash->{plain}, $hash->{data}, "Decrypted text matches plain text" );
H A Dcfb.t18 is( $hash->{plain}, $hash->{data}, "Decrypted text matches plain text" );
H A Dctr.t18 is( $hash->{plain}, $hash->{data}, "Decrypted text matches plain text" );
H A Decb.t18 is( $hash->{plain}, $hash->{data}, "Decrypted text matches plain text" );
H A Dofb.t18 is( $hash->{plain}, $hash->{data}, "Decrypted text matches plain text" );
H A Dpcbc.t22 is( $hash->{plain}, $hash->{data}, "Decrypted text matches plain text" );
/macosx-10.10.1/Heimdal-398.1.2/
H A Dkrb5.conf10 plain = {
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dcipher-aes.c76 u_char *cprev, *cnow, *plain, *ivp; local
89 plain = (u_char *)src;
91 for (i = 0; i < blocks; i++, plain+=RIJNDAEL_BLOCKSIZE,
94 buf[j] = plain[j] ^ cprev[j];
101 plain = dest+len-RIJNDAEL_BLOCKSIZE;
105 plain-=RIJNDAEL_BLOCKSIZE) {
106 rijndael_decrypt(&c->r_ctx, cnow, plain);
109 plain[j] ^= ivp[j];
/macosx-10.10.1/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoReset.c37 uint8_t plain[16] = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f };
50 retval = CCCryptorUpdate(cref, plain, 16, cipher1, 16, &moved);
54 retval = CCCryptorUpdate(cref, plain, 16, cipher2, 16, &moved);
64 retval = CCCryptorUpdate(cref, plain, 16, cipher3, 16, &moved);
74 retval = CCCryptorUpdate(cref, plain, 16, cipher4, 16, &moved);
80 retval = CCCryptorUpdate(cref, plain, 16, cipher5, 16, &moved);
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Drc2test.c45 const void *plain; member in struct:__anon568
133 memcpy(t, tests[i].plain, 8);
140 if (memcmp(t, tests[i].plain, 8) != 0) {
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dattr_print64.c119 static VSTRING *plain; local
121 if (plain == 0)
122 plain = vstring_alloc(10);
124 vstring_sprintf(plain, "%u", num);
125 attr_print64_str(fp, STR(plain), LEN(plain));
130 static VSTRING *plain; local
132 if (plain == 0)
133 plain = vstring_alloc(10);
135 vstring_sprintf(plain, "
[all...]
/macosx-10.10.1/ruby-106/ruby/sample/openssl/
H A Dcipher.rb7 puts %(plain text: "#{text}")
25 plain = dec.update(cipher)
26 plain << dec.final
27 puts %(decrypted text: "#{plain}")
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dcompress_test.c38 unsigned char plain[] = "\003yyy\003foo\0\003bar\003yyy\003foo\0\003" variable
85 test(DNS_COMPRESS_NONE, &name1, &name2, &name3, plain, sizeof(plain));
86 test(DNS_COMPRESS_GLOBAL14, &name1, &name2, &name3, plain,
87 sizeof(plain));
88 test(DNS_COMPRESS_ALL, &name1, &name2, &name3, plain, sizeof(plain));
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dstaticopen.h116 extern SPECIFIC_SERVER_PLUG_INIT_PROTO( plain );
117 extern SPECIFIC_CLIENT_PLUG_INIT_PROTO( plain );
167 SPECIFIC_SERVER_PLUG_INIT( plain, "PLAIN" ),
168 SPECIFIC_CLIENT_PLUG_INIT( plain, "PLAIN" ),
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dtree_builder.rb74 def scalar value, anchor, tag, plain, quoted, style
75 s = Nodes::Scalar.new(value,anchor,tag,plain,quoted,style)

Completed in 168 milliseconds

1234567