Searched refs:Mac (Results 1 – 25 of 415) sorted by relevance
12345678910>>...17
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/ |
D | MacInputStream.java | 7 import org.bouncycastle.crypto.Mac; 12 protected Mac mac; 16 Mac mac) in MacInputStream() 48 public Mac getMac() in getMac()
|
D | MacOutputStream.java | 6 import org.bouncycastle.crypto.Mac; 11 protected Mac mac; 14 Mac mac) in MacOutputStream()
|
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/ |
D | video_capture_qtkit_info.mm | 66 // Not implemented. Mac doesn't use discrete steps in capabilities, rather 70 "NumberOfCapabilities is not supported on the Mac platform."); 80 // Not implemented. Mac doesn't use discrete steps in capabilities, rather 84 "NumberOfCapabilities is not supported on the Mac platform."); 93 // Not implemented. Mac doesn't use discrete steps in capabilities, rather 97 "NumberOfCapabilities is not supported on the Mac platform."); 117 // Not implemented. Mac doesn't use discrete steps in capabilities, rather 121 "NumberOfCapabilities is not supported on the Mac platform.");
|
/external/bison/build-aux/ |
D | darwin11.4.0.valgrind | 19 Mac OS X initialization 27 Mac OS X initialization 35 Mac OS X initialization 43 Mac OS X I/O buffer 53 Mac OS X I/O buffer
|
/external/bison/m4/ |
D | intlmacosx.m4 | 16 dnl Checks for special options needed on Mac OS X. 20 dnl Check for API introduced in Mac OS X 10.2. 34 …[Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation fra… 36 dnl Check for API introduced in Mac OS X 10.3. 49 …[Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework…
|
D | frexpl.m4 | 16 dnl Mac OS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>. 76 dnl Mac OS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>. 116 dnl Mac OS X 10.4/PowerPC, on AIX 5.1, and on BeOS), on denormalized numbers 117 dnl (this fails on Mac OS X 10.5/i386), and also on infinite numbers (this 165 /* Test on finite numbers that fails on Mac OS X 10.4, because its frexpl 204 exp = -16382, y = 0.5. On Mac OS X 10.5: exp = -16384, y = 0.5. */
|
D | printf-frexpl.m4 | 31 dnl Mac OS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>. 43 dnl Mac OS X 10.3 has ldexpl() in libc but doesn't declare it in <math.h>.
|
/external/oauth/core/src/main/java/net/oauth/signature/ |
D | HMAC_SHA1.java | 23 import javax.crypto.Mac; 74 Mac mac = Mac.getInstance(MAC_NAME); in computeSignature()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/util/ |
D | DefaultJcaJceHelper.java | 17 import javax.crypto.Mac; 35 public Mac createMac(String algorithm) in createMac() 38 return Mac.getInstance(algorithm); in createMac()
|
D | ProviderJcaJceHelper.java | 18 import javax.crypto.Mac; 42 public Mac createMac(String algorithm) in createMac() 45 return Mac.getInstance(algorithm, provider); in createMac()
|
D | NamedJcaJceHelper.java | 18 import javax.crypto.Mac; 42 public Mac createMac(String algorithm) in createMac() 45 return Mac.getInstance(algorithm, providerName); in createMac()
|
D | JcaJceHelper.java | 18 import javax.crypto.Mac; 31 Mac createMac(String algorithm) in createMac()
|
/external/valgrind/ |
D | darwin10.supp | 2 # Suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard 18 …Mac OS X 10.6.4. rdar://8145289. "new[]" paired with "delete" in the DesktopServicesPriv framework. 26 …Mac OS X 10.6.4. rdar://8145318. Uninitialized memory from HIMenuBarView::MeasureAppMenus is used …
|
/external/google-breakpad/src/client/mac/sender/ja.lproj/ |
D | Localizable.strings | 3 "crashDialogMsg" = "Mac OS Xとほかのアプリケーションには影響しません。問題を特定するためのレポートを %@ に送信することができます。"; 6 "noCrashDialogMsg" = "Mac OS Xとほかのアプリケーションには影響しません。レポートを %1$@ に送信していただくと、%2$@ を改善する手助けになります。";
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
D | BaseMac.java | 20 import org.bouncycastle.crypto.Mac; 39 private Mac macEngine; 46 Mac macEngine) in BaseMac() 52 Mac macEngine, in BaseMac()
|
/external/v8/tools/v8.xcodeproj/ |
D | README.txt | 2 is needed for building on a Mac there is the option of using GYP to 8 project integrated V8 into the Mac build.
|
/external/libpcap/ |
D | README.macosx | 1 As with other systems using BPF, Mac OS X allows users with read access 15 On Mac OS X, the BPF devices live on devfs, but the OS X version of 22 a "startup item" for older versions of Mac OS X; 24 a launchd daemon for Tiger and later versions of Mac OS X;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
D | PKCS5S2ParametersGenerator.java | 5 import org.bouncycastle.crypto.Mac; 29 private Mac hMac;
|
/external/ImageMagick/www/api/MagickCore/ |
D | tabs.css | 76 /* Commented Backslash Hack hides rule from IE5-Mac \*/ 78 /* End IE5-Mac hack */
|
/external/clang/test/Analysis/ |
D | uninit-msg-expr.m | 5 // Foundation.h (Mac OS X). 9 // both svelte and portable to non-Mac platforms.
|
/external/ImageMagick/www/api/MagickWand/ |
D | tabs.css | 76 /* Commented Backslash Hack hides rule from IE5-Mac \*/ 78 /* End IE5-Mac hack */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/ |
D | CBCBlockCipherMac.java | 5 import org.bouncycastle.crypto.Mac; 14 implements Mac
|
/external/owasp/sanitizer/tools/findbugs/licenses/ |
D | LICENSE-AppleJavaExtensions.txt | 4 … Java 1.4 on Mac OS X. The purpose of these stubs is to allow for compilation of eAWT- or eIO-ref… 6 These stubs are not intended for the runtime classpath on non-Mac platforms. Please see the OSXAda…
|
/external/dnsmasq/contrib/dnsmasq_MacOSX/ |
D | README.rtf | 7 …f you've used DNSenabler, or if you're using Mac OS X Server, or if you have in any other way acti…
|
/external/harfbuzz_ng/ |
D | BUILD.md | 8 on the Mac, using MacPorts: 28 on the Mac, using MacPorts:
|
12345678910>>...17