Searched refs:in (Results 401 - 425 of 6925) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/CommonCrypto-60061/libcn/
H A Dadler32.c7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
32 adler32_implementation(size_t len, const void *in, uint64_t crc) argument
35 uint8_t *bytes = (uint8_t *) in;
49 adler32_oneshot(size_t len, const void *in) argument
51 return adler32_implementation(len, in, 0);
/macosx-10.10/ICU-531.30/icuSources/test/perf/unisetperf/draft/
H A Dcontperf.sh12 for file in udhr_eng.txt \
20 for type in slow Bv Bv0; do
H A Dspan16perf.sh12 for file in udhr_eng.txt \
20 for type in slow Bv Bv0; do
H A Dspan8perf.sh12 for file in udhr_eng.txt \
20 for type in slow BvF BvpF Bvl BvL; do
/macosx-10.10/JavaScriptCore-7600.1.17/
H A Dcopy-llvm-ir-to-derived-sources.sh5 # Redistribution and use in source and binary forms, with or without
10 # 2. Redistributions in binary form must reproduce the above copyright
11 # notice, this list of conditions and the following disclaimer in the
30 for arch in $ARCHS;
35 for file in "$OBJ_DIR/$arch"/*.o;
/macosx-10.10/Libsystem-1213/xcodescripts/
H A Dcreate_dylib_symlinks.sh17 for variant in ${VARIANTS}; do
29 for i in ${BSD_LIBS}; do
/macosx-10.10/OpenSSH-189/openssh/
H A Dfixpaths15 die $0: error in command line arguments.
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dssh2putty.sh22 openssl rsa -noout -text -in $KEYFILE | grep ^publicExponent |
28 openssl rsa -noout -modulus -in $KEYFILE | grep ^Modulus= |
/macosx-10.10/OpenSSL098-52/src/crypto/cast/
H A Dcast.h11 * 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
90 void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out, const CAST_KEY *key,
94 void CAST_cbc_encrypt(const unsigned char *in, unsigne
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/rc2/
H A Drc2.h11 * 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
86 void RC2_ecb_encrypt(const unsigned char *in,unsigned char *out,RC2_KEY *key,
90 void RC2_cbc_encrypt(const unsigned char *in, unsigne
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/rc5/
H A Drc5.h11 * 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
107 void RC5_32_ecb_encrypt(const unsigned char *in,unsigned char *out,RC5_32_KEY *key,
111 void RC5_32_cbc_encrypt(const unsigned char *in, unsigne
[all...]
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dcast.h11 * 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
90 void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out, const CAST_KEY *key,
94 void CAST_cbc_encrypt(const unsigned char *in, unsigne
[all...]
H A Drc2.h11 * 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
86 void RC2_ecb_encrypt(const unsigned char *in,unsigned char *out,RC2_KEY *key,
90 void RC2_cbc_encrypt(const unsigned char *in, unsigne
[all...]
H A Drc5.h11 * 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
107 void RC5_32_ecb_encrypt(const unsigned char *in,unsigned char *out,RC5_32_KEY *key,
111 void RC5_32_cbc_encrypt(const unsigned char *in, unsigne
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dcast.h11 * 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
75 #define CAST_BLOCK 8 /* block size in bytes */
76 #define CAST_KEY_LENGTH 16 /* MAX key size in byte
[all...]
H A Drc2.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
29 * apply to all code found in this distribution, be it the RC4, RSA,
34 * Copyright remains Eric Young's, and as such any Copyright notices in
36 * If this package is used in a product, Eric Young should be given attribution
38 * This can be in the form of a textual message at program startup or
39 * in documentation (online or textual) provided with the package.
41 * Redistribution and use in source and binary forms, with or without
46 * 2. Redistributions in binary form must reproduce the above copyright
47 * notice, this list of conditions and the following disclaimer in th
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DParserSharedInputState.hpp28 * @param in the TokenBuffer to read from. The object is deleted together
31 ParserInputState( TokenBuffer* in )
34 , input(in)
39 * @param in the TokenBuffer to read from.
41 ParserInputState( TokenBuffer& in )
44 , input(&in)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgklist14 for mt in plistlib.readPlistFromString(data.read()):
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DDOMExtensions.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
47 HRESULT lineBoxRects([in, size_is(cRects)] RECT* rects, [in] int cRects);
H A DIWebGeolocationProvider.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
41 HRESULT registerWebView([in] IWebView* webView);
42 HRESULT unregisterWebView([in] IWebView* webView);
H A DIWebHistoryPrivate.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
37 HRESULT allItems([in, out] int* count, [out, retval] IWebHistoryItem** items);
39 HRESULT setVisitedLinkTrackingEnabled([in] BOOL visitedLinkTrackingEnable);
H A DIWebURLRequest.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
52 HRESULT requestWithURL([in] BSTR theURL, [in] WebURLRequestCachePolicy cachePolicy, [in] double timeoutInterval);
88 HRESULT initWithURL([in] BSTR url, [in] WebURLRequestCachePolicy cachePolicy, [in] double timeoutInterval);
108 HRESULT valueForHTTPHeaderField([in] BST
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dcoproc.bash14 case "$1" in
23 # Only print message in an interactive shell
24 case "$-" in
46 mkfifo "$fifo.in" || return $?
49 rm -f "$fifo.in"
53 ( "$@" <$fifo.in >$fifo.out ; rm -f "$fifo.in" "$fifo.out" ) &
55 exec 61>$fifo.in 62<$fifo.out
H A Dksh-cd9 case $opt in
18 case $# in
22 case "$PWD" in
H A Dkshenv9 # These are definitions for the ksh compiled-in `exported aliases'. There
46 case "$c" in
89 case "$cmd" in
91 *) case "$(builtin type -t $cmd)" in
120 case $opt in
129 case $# in
133 case "$PWD" in
172 case $c in
189 case "$sflag" in
196 # this function should be equivalent to the substring built-in whic
[all...]

Completed in 193 milliseconds

<<11121314151617181920>>