Searched refs:in (Results 376 - 400 of 6925) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/OpenSSL098-52/src/crypto/rc5/
H A Drc5_ecb.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
65 void RC5_32_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
70 c2l(in,
[all...]
/macosx-10.10/OpenSSL098-52/src/test/
H A Dtcrl15 $cmd -in fff.p -inform p -outform d >f.d
18 #$cmd -in fff.p -inform p -outform t >f.t
21 $cmd -in fff.p -inform p -outform p >f.p
25 $cmd -in f.d -inform d -outform d >ff.d1
28 #$cmd -in f.t -inform t -outform d >ff.d2
31 $cmd -in f.p -inform p -outform d >ff.d3
35 #$cmd -in f.d -inform d -outform t >ff.t1
38 #$cmd -in f.t -inform t -outform t >ff.t2
41 #$cmd -in f.p -inform p -outform t >ff.t3
45 $cmd -in
[all...]
H A Dtpkcs715 $cmd -in fff.p -inform p -outform d >f.d
18 $cmd -in fff.p -inform p -outform p >f.p
22 $cmd -in f.d -inform d -outform d >ff.d1
25 $cmd -in f.p -inform p -outform d >ff.d3
29 $cmd -in f.d -inform d -outform p >ff.p1
32 $cmd -in f.p -inform p -outform p >ff.p3
H A Dtpkcs7d15 $cmd -in fff.p -inform p -outform d >f.d
18 $cmd -in fff.p -inform p -outform p >f.p
22 $cmd -in f.d -inform d -outform d >ff.d1
25 $cmd -in f.p -inform p -outform d >ff.d3
29 $cmd -in f.d -inform d -outform p >ff.p1
32 $cmd -in f.p -inform p -outform p >ff.p3
H A Dtsid15 $cmd -in fff.p -inform p -outform d >f.d
18 #$cmd -in fff.p -inform p -outform t >f.t
21 $cmd -in fff.p -inform p -outform p >f.p
25 $cmd -in f.d -inform d -outform d >ff.d1
28 #$cmd -in f.t -inform t -outform d >ff.d2
31 $cmd -in f.p -inform p -outform d >ff.d3
35 #$cmd -in f.d -inform d -outform t >ff.t1
38 #$cmd -in f.t -inform t -outform t >ff.t2
41 #$cmd -in f.p -inform p -outform t >ff.t3
45 $cmd -in
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dcryptoclient.h4 * The contents of this file constitute Original Code as defined in and are
6 * You may not use this file except in compliance with the License. Please obtain
74 CSSM_SIZE encrypt(const CssmData *in, uint32 inCount, CssmData *out, uint32 outCount,
76 CSSM_SIZE encrypt(const CssmData &in, CssmData &out, CssmData &remData) argument
77 { return encrypt(&in, 1, &out, 1, remData); }
81 CSSM_SIZE encrypt(const CssmData *in, uint32 inCount, CssmData *out, uint32 outCount);
82 CSSM_SIZE encrypt(const CssmData &in, CssmData &out) argument
83 { return encrypt(&in, 1, &out, 1); }
98 CSSM_SIZE decrypt(const CssmData *in, uint32 inCount, CssmData *out, uint32 outCount,
100 CSSM_SIZE decrypt(const CssmData &in, CssmDat argument
106 decrypt(const CssmData &in, CssmData &out) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bf/
H A Dbf_ecb.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
81 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
86 n2l(in,
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dcryptoclient.h4 * The contents of this file constitute Original Code as defined in and are
6 * You may not use this file except in compliance with the License. Please obtain
74 CSSM_SIZE encrypt(const CssmData *in, uint32 inCount, CssmData *out, uint32 outCount,
76 CSSM_SIZE encrypt(const CssmData &in, CssmData &out, CssmData &remData) argument
77 { return encrypt(&in, 1, &out, 1, remData); }
81 CSSM_SIZE encrypt(const CssmData *in, uint32 inCount, CssmData *out, uint32 outCount);
82 CSSM_SIZE encrypt(const CssmData &in, CssmData &out) argument
83 { return encrypt(&in, 1, &out, 1); }
98 CSSM_SIZE decrypt(const CssmData *in, uint32 inCount, CssmData *out, uint32 outCount,
100 CSSM_SIZE decrypt(const CssmData &in, CssmDat argument
106 decrypt(const CssmData &in, CssmData &out) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DANTLRUtil.hpp26 * @param in the istream to read from.
30 ANTLR_USE_NAMESPACE(std)string read_string( ANTLR_USE_NAMESPACE(std)istream& in ); member in namespace:antlr
33 * @param in the istream to read from.
35 ANTLR_USE_NAMESPACE(std)string read_identifier( ANTLR_USE_NAMESPACE(std)istream& in ); member in namespace:antlr
40 * @param in the istream to read from.
41 * @param attribute string the attribute name is put in
42 * @param value string the value of the attribute is put in
46 void read_AttributeNValue( ANTLR_USE_NAMESPACE(std)istream& in, member in namespace:antlr
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DCommonAST.cpp22 void CommonAST::initialize( ANTLR_USE_NAMESPACE(std)istream& in )
27 read_AttributeNValue( in, t1, text );
29 read_AttributeNValue( in, t1, t2 );
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebDesktopNotificationsDelegate.idl4 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above
12 * in the documentation and/or other materials provided with the
59 HRESULT notifyClose([in] BOOL xplicit);
83 HRESULT showDesktopNotification([in] IWebDesktopNotification* notification);
90 HRESULT cancelDesktopNotification([in] IWebDesktopNotification* notification);
98 HRESULT notificationDestroyed([in] IWebDesktopNotification* notification);
106 HRESULT checkNotificationPermission([in] BSTR origin, [out, retval] int* result);
113 HRESULT requestNotificationPermission([in] BSTR origin);
H A DDOMCSS.idl4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
54 HRESULT getComputedStyle([in] IDOMElement* elt, [in] BSTR pseudoElt, [out, retval] IDOMCSSStyleDeclaration** result);
76 HRESULT item([in] UINT index, [out, retval] IDOMCSSRule** result);
103 HRESULT setCssText([in] BSTR cssText);
135 HRESULT setCssText([in] BSTR cssText);
140 HRESULT getPropertyValue([in] BSTR propertyName, [out, retval] BSTR* result);
145 HRESULT getPropertyCSSValue([in] BST
[all...]
/macosx-10.10/apr-32/apr/apr/test/
H A Dreadchild.c5 * (the "License"); you may not use this file except in compliance with
10 * Unless required by applicable law or agreed to in writing, software
23 apr_file_t *in, *out; local
33 apr_file_open_stdin(&in, p);
38 while ((rv = apr_file_read(in, buf, &nbytes)) == APR_SUCCESS) {
/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dautoload.v23 # be read in from a file the same name as the function found by searching the
18 # -p print in a format that can be reused as input
48 case "${_AUTOLOADS[i]}" in
62 for func in ${_AUTOLOADS[@]}; do
75 case "${_AUTOLOADS[i]}" in
95 case "${_AUTOLOADS[i]}" in
132 case "$opt" in
157 # This treats FPATH exactly like PATH: a null field anywhere in the
165 for p in "$@" ; do echo -n "${p:-.} "; done
H A Ddirfuncs8 # This could stand to have calls to `select' added back in
22 case $dir in
45 case $1 in
78 case $dir in
84 case $dir in
90 case $type in
103 for dir in "$dir" ${_dirlist} ; do
132 case "$#" in
136 case "$newDir" in
H A Dnotify.bash23 for i in "$@"
46 for i in "$@"
50 case "$j" in
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/masterformat/
H A Dtests.sh7 # copyright notice and this permission notice appear in all copies.
26 echo "I:checking that master file in the raw format worked"
28 for server in 1 2
30 for name in ns mx a aaaa cname dname txt rrsig nsec dnskey ds
47 # copyright notice and this permission notice appear in all copies.
66 echo "I:checking that master file in the raw format worked"
68 for server in 1 2
70 for name in ns mx a aaaa cname dname txt rrsig nsec dnskey ds
80 for i in 0 1 2 3 4 5 6 7 8 9
83 for a in
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Drawstr.c10 * This software is licensed as described in the file COPYING, which
29 char Curl_raw_toupper(char in) argument
31 switch (in) {
85 return in;
91 * this. See http://daniel.haxx.se/blog/2008/10/15/strcasecmp-in-turkish/ for
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dvcdiff16 # GNU Emacs is distributed in the hope that it will be useful,
37 case $f in
39 case $f in
45 case $sid1 in
50 case $sid2 in
69 case $# in
84 case $f in
89 case $sid2 in
/macosx-10.10/zsh-61/zsh/Config/
H A Dinstallfns.sh17 for file in $allfuncs; do
19 case "$file" in
23 case "$file" in
40 case "$file" in
59 case $ok in
66 case "$line" in
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Drwmdn.c10 * Redistribution and use in source and binary forms, with or without
14 * A copy of this license is available in the file LICENSE in the
20 * in OpenLDAP Software and subsequently enhanced by Pierangelo
40 * massages "in" and normalizes it into "ndn"
47 struct berval *in,
54 rc = rwm_dn_massage( dc, in, &mdn );
59 if ( mdn.bv_val == in->bv_val && !BER_BVISNULL( ndn ) ) {
65 if ( mdn.bv_val != in->bv_val ) {
73 * massages "in" an
45 rwm_dn_massage_normalize( dncookie *dc, struct berval *in, struct berval *ndn ) argument
78 rwm_dn_massage_pretty( dncookie *dc, struct berval *in, struct berval *pdn ) argument
114 rwm_dn_massage_pretty_normalize( dncookie *dc, struct berval *in, struct berval *pdn, struct berval *ndn ) argument
151 rwm_dn_massage( dncookie *dc, struct berval *in, struct berval *dn ) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/perlasm/
H A Dcbc.pl24 # for encrypt, the iv is kept in bigendian form,
25 # while for decrypt, it is kept in little endian.
40 $in="esi";
59 &mov($in, &DWP(0,"ebx","",0));# iv[0]
63 &push($in);
64 &push($out); # used in decrypt for iv[1]
65 &push($in); # used in decrypt for iv[0]
69 &mov($in, &wparam(0)); # in
[all...]
/macosx-10.10/swig-12/Lib/php/
H A Dtypemaps.i10 * With enough entries in this file, I hope that very few people actually
15 * TYPE *INPUT. Argument is passed in as native variable by value.
17 * TYPE *INOUT. Argument is passed in by value, and out as part of returned list
18 * TYPE *REFERENCE. Argument is passed in as native variable with value
31 %typemap(in) TYPE *INPUT(TYPE temp)
38 %typemap(in,numinputs=0) TYPE *OUTPUT(TYPE temp) "$1 = &temp;";
46 %typemap(in) TYPE *REFERENCE (TYPE dvalue)
60 %typemap(in) TYPE *INPUT(TYPE temp)
67 %typemap(in,numinputs=0) TYPE *OUTPUT(TYPE temp) "$1 = &temp;";
75 %typemap(in) TYP
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffsplit.c9 * that (i) the above copyright notices and this permission notice appear in
11 * Sam Leffler and Silicon Graphics may not be used in any advertising or
40 if (TIFFGetField(in, tag, &v)) TIFFSetField(out, tag, v)
42 if (TIFFGetField(in, tag, &v1, &v2)) TIFFSetField(out, tag, v1, v2)
44 if (TIFFGetField(in, tag, &v1, &v2, &v3)) TIFFSetField(out, tag, v1, v2, v3)
60 TIFF *in, *out; local
71 in = TIFFOpen(argv[1], "r");
72 if (in != NULL) {
84 out = TIFFOpen(path, TIFFIsBigEndian(in)?"wb":"wl");
89 if (!tiffcp(in, ou
158 tiffcp(TIFF* in, TIFF* out) argument
231 cpStrips(TIFF* in, TIFF* out) argument
261 cpTiles(TIFF* in, TIFF* out) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr015/
H A Dtestall11 case "$1" in
21 for file in $files; do

Completed in 295 milliseconds

<<11121314151617181920>>