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

12345678

/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/t/lib/
H A Dmode.pl13 my $plain = $c->decrypt( $cipher );
18 plain => $plain,
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/t/lib/
H A Dmode.pl13 my $plain = $c->decrypt( $cipher );
18 plain => $plain,
/macosx-10.9.5/ruby-104/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.9.5/bind9-45.100/bind9/bin/tests/system/logfileconfig/
H A Dsetup.sh24 cp ns1/named.plain ns1/named.conf
/macosx-10.9.5/bash-92/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.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dmakeinit.sh1 for mech in anonymous crammd5 digestmd5 gssapiv2 kerberos4 login ntlm otp passdss plain srp; do
H A Dplain_init.c41 SASL_CLIENT_PLUG_INIT( plain )
42 SASL_SERVER_PLUG_INIT( plain )
/macosx-10.9.5/tcl-102/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.9.5/CPANInternal-140/Sub-Exporter/t/
H A Dutil-merge.t28 plain => sub { my @x = @_; sub { return @x } },
51 plain => { foo => 10 },
61 plain => [ 'Thing', 'plain', { foo => 10 }, \%col ],
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/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.9.5/CPANInternal-140/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.9.5/Heimdal-323.92.1/
H A Dkrb5.conf10 plain = {
/macosx-10.9.5/OpenSSH-186/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.9.5/CommonCrypto-60049/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.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Drc2test.c45 const void *plain; member in struct:__anon794
133 memcpy(t, tests[i].plain, 8);
140 if (memcmp(t, tests[i].plain, 8) != 0) {

Completed in 388 milliseconds

12345678