Home
last modified time | relevance | path

Searched refs:Mac (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DMacTest.java31 import javax.crypto.Mac;
89 private Mac [] createMacs() { in createMacs()
95 Mac m [] = new Mac[3]; in createMacs()
96 m[0] = Mac.getInstance(defaultAlgorithm); in createMacs()
97 m[1] = Mac.getInstance(defaultAlgorithm, defaultProvider); in createMacs()
98 m[2] = Mac.getInstance(defaultAlgorithm, defaultProviderName); in createMacs()
113 Mac.getInstance(null); in testMac01()
120 Mac.getInstance(invalidValues[i]); in testMac01()
137 Mac mac; in testMac02()
139 mac = Mac.getInstance(validValues[i]); in testMac02()
[all …]
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
DMac_ImplTest.java33 import javax.crypto.Mac;
84 protected void checkResult(Mac mac) throws InvalidKeyException, in checkResult()
134 Mac.getInstance(null); in testGetInstance01()
141 Mac.getInstance(invalidValues[i]); in testGetInstance01()
147 Mac keyAgr; in testGetInstance01()
149 keyAgr = Mac.getInstance(validValues[i]); in testGetInstance01()
171 Mac.getInstance(null, mProv.getName()); in testGetInstance02()
178 Mac.getInstance(invalidValues[i], mProv in testGetInstance02()
188 Mac.getInstance(validValues[i], prov); in testGetInstance02()
197 Mac.getInstance(validValues[i], in testGetInstance02()
[all …]
/external/openssh/
Dmac.h27 int mac_setup(Mac *, char *);
28 int mac_init(Mac *);
29 u_char *mac_compute(Mac *, u_int32_t, u_char *, int);
30 void mac_clear(Mac *);
Dmac.c75 mac_setup_by_id(Mac *mac, int which) in mac_setup_by_id()
94 mac_setup(Mac *mac, char *name) in mac_setup()
111 mac_init(Mac *mac) in mac_init()
130 mac_compute(Mac *mac, u_int32_t seqno, u_char *data, int datalen) in mac_compute()
160 mac_clear(Mac *mac) in mac_clear()
Dkex.h82 typedef struct Mac Mac; typedef
96 struct Mac { struct
114 Mac mac; argument
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/io/
DMacOutputStream.java7 import org.bouncycastle.crypto.Mac;
12 protected Mac mac;
16 Mac mac) in MacOutputStream()
39 public Mac getMac() in getMac()
DMacInputStream.java7 import org.bouncycastle.crypto.Mac;
12 protected Mac mac;
16 Mac mac) in MacInputStream()
48 public Mac getMac() in getMac()
/external/webkit/Tools/MiniBrowser/qt/
Duseragentlist.txt3 Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8
5 Mozilla/5.0 (Unknown; like Android 2.2; U; Intel Mac OS X 10_6; en-gb) AppleWebKit/533.3 (KHTML, li…
6 Mozilla/5.0 (iPhone; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) …
7 Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Geck…
8 Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gec…
/external/webkit/Tools/QtTestBrowser/
Duseragentlist.txt3 Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8
5 Mozilla/5.0 (Unknown; like Android 2.2; U; Intel Mac OS X 10_6; en-gb) AppleWebKit/533.3 (KHTML, li…
6 Mozilla/5.0 (iPhone; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) …
7 Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Geck…
8 Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gec…
/external/webkit/Source/WebKit/mac/icu/
DREADME1 The headers in this directory are for compiling on Mac OS X 10.4.
2 The Mac OS X 10.4 release includes the ICU binary, but not ICU headers.
4 They are specific to Mac OS X 10.4.
/external/webkit/Source/WebCore/icu/
DREADME1 The headers in this directory are for compiling on Mac OS X 10.4.
2 The Mac OS X 10.4 release includes the ICU binary, but not ICU headers.
4 They are specific to Mac OS X 10.4.
/external/webkit/Source/JavaScriptCore/icu/
DREADME1 The headers in this directory are for compiling on Mac OS X 10.4.
2 The Mac OS X 10.4 release includes the ICU binary, but not ICU headers.
4 They are specific to Mac OS X 10.4.
/external/webkit/Source/JavaScriptGlue/icu/
DREADME1 The headers in this directory are for compiling on Mac OS X 10.4.
2 The Mac OS X 10.4 release includes the ICU binary, but not ICU headers.
4 They are specific to Mac OS X 10.4.
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DJCEMac.java13 import org.bouncycastle.crypto.Mac;
54 private Mac macEngine;
61 Mac macEngine) in JCEMac()
67 Mac macEngine, in JCEMac()
/external/valgrind/main/
Ddarwin10.supp2 # Suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard
18Mac OS X 10.6.4. rdar://8145289. "new[]" paired with "delete" in the DesktopServicesPriv framework.
26Mac OS X 10.6.4. rdar://8145318. Uninitialized memory from HIMenuBarView::MeasureAppMenus is used …
Ddarwin11.supp2 # Suppressions for Darwin 11.x / Mac OS X 10.7 Lion
84 # Mac OS X 10.6.4. rdar://8145289. "new[]" paired with "delete" in the DesktopServicesPriv framew…
92 # Mac OS X 10.6.4. rdar://8145318. Uninitialized memory from HIMenuBarView::MeasureAppMenus is us…
/external/oauth/core/src/main/java/net/oauth/signature/
DHMAC_SHA1.java23 import javax.crypto.Mac;
74 Mac mac = Mac.getInstance(MAC_NAME); in computeSignature()
/external/webkit/Source/WebCore/WebCore.gyp/
DWebCore.gyp55 # On the Mac, libWebKitSystemInterface*.a is used to help WebCore
255 # platform/graphics/chromium so that the Mac build picks up the
285 # enable -Wall and -Werror, just for Mac and Linux builds for now
1031 # Some Mac-specific parts of WebKit won't compile without having this
1100 # Match Safari and Mozilla on Mac x86.
1245 # For WebCoreSystemInterface, Mac-only.
1254 …['exclude', '(?<!Chromium)(Android|Cairo|CF|CG|Curl|Gtk|JSC|Linux|Mac|OpenType|POSIX|Posix|Qt|Safa…
1285 # Necessary for Mac .mm stuff.
1307 # Additional files from the WebCore Mac build that are presently
1308 # used in the WebCore Chromium Mac build too.
[all …]
/external/chromium/sdch/open-vcdiff/src/gtest/
DREADME13 Google's framework for writing C++ tests on a variety of platforms (Linux, Mac
28 actively working on Windows and Mac support as well. The source code itself is
53 ### Mac OS X Requirements ###
54 * Mac OS X 10.4 Tiger or newer
79 are using Linux, Mac OS X, or Cygwin. Enter the target directory of
84 $ libtoolize -c # Use "glibtoolize -c" instead on Mac OS X.
112 ### Linux, Mac OS X, and Cygwin ###
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_manager_mac.mm37 // Does not exist on Mac.
41 // TODO(dtseng): no clear equivalent on Mac.
/external/chromium/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_bridge.mm106 // tests (testing prepopulate values that Mac's don't rely on), but if we add
115 // tests (testing prepopulate values that Mac's don't rely on), but if we add
124 // tests (testing prepopulate values that Mac's don't rely on), but if we add
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
DPKCS5S2ParametersGenerator.java4 import org.bouncycastle.crypto.Mac;
22 private Mac hMac = new HMac(new SHA1Digest());
/external/protobuf/gtest/
DCHANGES22 * New feature: death tests on Windows, Cygwin, and Mac.
55 e.g. Mac OS X 10.4.
71 * Fixed issues with compiling on Mac OS X.
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/macs/
DCBCBlockCipherMac.java5 import org.bouncycastle.crypto.Mac;
14 implements Mac
/external/webkit/Source/ThirdParty/ANGLE/Configurations/
DBase.xcconfig57 // If the target Mac OS X version does not match the current Mac OS X version then we'll want to bu…

12345678910>>...14