Home
last modified time | relevance | path

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

12345678910>>...28

/external/boringssl/src/crypto/cmac/
Dcavp_aes192_cmac_tests.txt15 Mac = a0db9bb6e8891e92
24 Mac = c76f82937b457105
33 Mac = c65feb3d5336dffa
42 Mac = 05d920e78520839e
51 Mac = cf60783b5defbe3f
60 Mac = ccde2029fb26c8ff
69 Mac = 35d0d9ccab5b0f41
78 Mac = 8802047c11abcf2a
87 Mac = fcedadeca37381c1
96 Mac = cdc41e9b491092ce
[all …]
Dcavp_aes256_cmac_tests.txt13 Mac = dc0ee796
22 Mac = 2e19d6cf
31 Mac = 8ad78885
40 Mac = e430d0da
49 Mac = b6f00f90
58 Mac = 5076ef43
67 Mac = 7bd29398
76 Mac = ce872fd7
85 Mac = 282a7ec2
94 Mac = 7936b7d5
[all …]
Dcavp_aes128_cmac_tests.txt13 Mac = c98d11822b9b4d7a
22 Mac = f7a2a3f519fc462f
31 Mac = d4d7fcc5f979230f
40 Mac = c3c4fa28709060b0
49 Mac = 821030d4b7889fcf
58 Mac = ea896182698ac145
67 Mac = fb12c5971b0f2f18
76 Mac = 9c6b46ef046ae1d1
85 Mac = 221857badcbcd2be
94 Mac = ba0c9bfd3d9c0c95
[all …]
Dcavp_3des_cmac_tests.txt17 Mac = 96
28 Mac = fc
39 Mac = 53
50 Mac = 95
61 Mac = f4
72 Mac = 03
83 Mac = 75
94 Mac = 2e
105 Mac = 01
116 Mac = c3
[all …]
/external/python/cpython2/Doc/library/
Dcarbon.rst5 Mac OS Toolbox Modules
8 These are a set of modules that provide interfaces to various legacy Mac OS toolboxes.
37 :platform: Mac
47 :platform: Mac
57 :platform: Mac
65 :platform: Mac
75 :platform: Mac
88 :platform: Mac
98 :platform: Mac
106 :platform: Mac
[all …]
Dundoc.rst66 Undocumented Mac OS modules
74 :platform: Mac
85 :platform: Mac
96 :platform: Mac
111 :platform: Mac
122 :mod:`macerrors` --- Mac OS Errors
126 :platform: Mac
127 :synopsis: Constant definitions for many Mac OS error codes.
131 :mod:`macerrors` contains constant definitions for many Mac OS error codes.
140 :platform: Mac
[all …]
Dmacos.rst1 :mod:`MacOS` --- Access to Mac OS interpreter features
5 :platform: Mac
6 :synopsis: Access to Mac OS-specific interpreter features.
24 could also be ``'ppc'`` for the classic Mac OS 8 runtime model or ``'carbon'``
25 for the Mac OS 9 runtime model.
33 linked Python, ``'framework'`` for Python in a Mac OS X framework, ``'shared'``
35 value ``'cfm'`` for Mac OS 9-compatible Python.
56 On Mac OS X the string is simply printed to stderr (on older Mac OS systems more
110 running on Mac OS X Server or when logged in via ssh, or when the current
Dmacpath.rst2 :mod:`macpath` --- Mac OS 9 path manipulation functions
6 :synopsis: Mac OS 9 path manipulation functions.
9 This module is the Mac OS 9 (and earlier) implementation of the :mod:`os.path`
10 module. It can be used to manipulate old-style Macintosh pathnames on Mac OS X
Dmac.rst4 Mac OS X specific services
7 This chapter describes modules that are only available on the Mac OS X platform.
11 Mac-specific Python programming.
/external/freetype/docs/
DINSTALL.MAC2 Mac OS X.
10 Starting with Mac OS X 10.5, gcc defaults the deployment target to
11 10.5. In previous versions of Mac OS X, this defaulted to 10.1. If
13 concern you. If you want them to also run on older versions of Mac
16 should specify the oldest version of Mac OS you want the code to run
28 run on. In the above cases, the built binaries will run on Mac OS X
32 For classic Mac OS (Mac OS 7, 8, 9) please refer to builds/mac/README.
/external/python/cpython2/Doc/using/
Dmac.rst11 Python on a Macintosh running Mac OS X is in principle very similar to Python on
15 The Mac-specific modules are documented in :ref:`mac-specific-services`.
17 Python on Mac OS 9 or earlier can be quite different from Python on Unix or
20 installers for the latest 2.3 release for Mac OS 9 and related documentation.
28 Mac OS X 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you
31 runs natively on the Mac's new Intel and legacy PPC CPU's, is available there.
65 Your best way to get started with Python on Mac OS X is through the IDLE
70 the Finder you first need an editor to create your script. Mac OS X comes with a
72 :program:`emacs` among them. If you want a more Mac-like editor,
98 With older versions of Python, there is one Mac OS X quirk that you need to be
[all …]
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_info.mm66 // 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/python/cpython3/Doc/using/
Dmac.rst11 Python on a Macintosh running Mac OS X is in principle very similar to Python on
20 Mac OS X 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you
23 which runs natively on the Mac's new Intel and legacy PPC CPU's, is available
58 Your best way to get started with Python on Mac OS X is through the IDLE
63 the Finder you first need an editor to create your script. Mac OS X comes with a
65 :program:`emacs` among them. If you want a more Mac-like editor,
91 With older versions of Python, there is one Mac OS X quirk that you need to be
137 GUI Programming on the Mac
140 There are several options for building GUI applications on the Mac with Python.
143 the foundation of most modern Mac development. Information on PyObjC is
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/
DMacInputStream.java7 import org.bouncycastle.crypto.Mac;
12 protected Mac mac;
16 Mac mac) in MacInputStream()
48 public Mac getMac() in getMac()
DMacOutputStream.java6 import org.bouncycastle.crypto.Mac;
11 protected Mac mac;
14 Mac mac) in MacOutputStream()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/io/
DMacInputStream.java8 import com.android.org.bouncycastle.crypto.Mac;
16 protected Mac mac;
20 Mac mac) in MacInputStream()
52 public Mac getMac() in getMac()
DMacOutputStream.java7 import com.android.org.bouncycastle.crypto.Mac;
15 protected Mac mac;
18 Mac mac) in MacOutputStream()
/external/python/cpython3/Doc/library/
Dmacpath.rst1 :mod:`macpath` --- Mac OS 9 path manipulation functions
5 :synopsis: Mac OS 9 path manipulation functions.
13 This module is the Mac OS 9 (and earlier) implementation of the :mod:`os.path`
14 module. It can be used to manipulate old-style Macintosh pathnames on Mac OS X
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DCryptoOps.java33 import javax.crypto.Mac;
171 Mac macScheme = Mac.getInstance(sigType.getJcaName()); in sign()
203 Mac macScheme = Mac.getInstance(sigType.getJcaName()); in verify()
478 Mac macScheme = Mac.getInstance("HmacSHA256"); in hkdfSha256Extract()
504 Mac macScheme = Mac.getInstance("HmacSHA256"); in hkdfSha256Expand()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/io/
DMacUpdatingOutputStream.java6 import javax.crypto.Mac;
11 private Mac mac;
13 MacUpdatingOutputStream(Mac mac) in MacUpdatingOutputStream()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/io/
DMacUpdatingOutputStream.java7 import javax.crypto.Mac;
12 private Mac mac;
14 MacUpdatingOutputStream(Mac mac) in MacUpdatingOutputStream()
/external/fonttools/Tests/feaLib/data/
Dspec8b.fea6 sizemenuname 1 "Mac MinionPro Size Name";
7 # The specification says: sizemenuname 1 21 0 "Mac MinionPro Size Name";
11 sizemenuname 1 0 5 "Mac MinionPro Size Name";
Dspec8d.fea24 name 1 0 0 "uilabel simple a"; # Mac English
30 name 1 0 0 "tool tip simple a"; # Mac English
36 name 1 0 0 "sample text simple a"; # Mac English
42 name 1 0 0 "param1 text simple a"; # Mac English
48 name 1 0 0 "param2 text simple a"; # Mac English
/external/freetype/builds/mac/
DREADME16 Mac OS X, build as the system is UNIX.
18 However, Mac OS X is most useful to manipulate files in
54 skeletons. Python bundled to Mac OS X is enough. For
60 ResEdit bundled to MPW is enough. In Mac OS X,
115 In Mac OS X terminal, you can convert as:
131 fork to the files that MPW uses. In Mac OS X
218 src/base/ftmac.c adds two Mac-specific features to
261 Mac OS X upto 10.4.x:
301 since Mac OS X 10.4. They are still kept for
310 They are usable on Mac OS X only. On older systems,
[all …]
/external/grpc-grpc/src/csharp/
DREADME.md10 - [.NET Core](https://dotnet.github.io/) on Linux, Windows and Mac OS X
12 - Mono 4+ on Linux, Windows and Mac OS X
22 - Mac OS X: Mono 4+, Visual Studio Code, Xamarin Studio 5.9+
27 **Windows, Linux, Mac OS X**
56 **Windows, Linux or Mac OS X**
68 …ution `Grpc.sln` or use Visual Studio Code with C# extension (on Linux and Mac). gRPC C# code has …

12345678910>>...28