Home
last modified time | relevance | path

Searched defs:MAC (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/llvm/unittests/Option/
H A DOptionParsingTest.cpp69 unsigned MAI, MAC; in TEST() local
112 unsigned MAI, MAC; in TEST() local
140 unsigned MAI, MAC; in TEST() local
149 unsigned MAI, MAC; in TEST() local
160 unsigned MAI, MAC; in TEST() local
170 unsigned MAI, MAC; in TEST() local
180 unsigned MAI, MAC; in TEST() local
191 unsigned MAI, MAC; in TEST() local
207 unsigned MAI, MAC; in TEST() local
218 unsigned MAI, MAC; in TEST() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/internal/poly1305/
Dpoly1305.go63 type MAC struct { struct
64 mac // platform-dependent implementation
66 finalized bool
70 func (h *MAC) Size() int { return TagSize }
76 func (h *MAC) Write(p []byte) (n int, err error) {
85 func (h *MAC) Sum(b []byte) []byte {
94 func (h *MAC) Verify(expected []byte) bool {
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md428 ### Hash mechanism selection
450 ### MAC mechanism selection
463 ### Hash and MAC mechanism availability
485 ### Hash algorithm metadata
502 ### Hash calculation
525 ### MAC key management
547 ### MAC calculation
588 ### Miscellaneous hash or MAC operation management
/aosp_15_r20/external/clang/test/Index/
H A Dpreamble-reparse-warn-macro.c8 #define MAC 1 macro
12 #define MAC 2 macro
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/chacha20poly1305/
Dchacha20poly1305_generic.go15 func writeWithPadding(p *poly1305.MAC, b []byte) {
24 func writeUint64(p *poly1305.MAC, n int) {
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_init/
H A DMAC.java36 public class MAC extends Asn1BitString { class
42 public MAC() { in MAC() method in MAC
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dcipher_suites.go192 MAC(digestBuf, seq, header, length, data []byte) []byte methodSpec
294 func (s tls10MAC) MAC(digestBuf, seq, header, length, data []byte) []byte { func
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dcipher_suites.go192 MAC(digestBuf, seq, header, length, data []byte) []byte methodSpec
294 func (s tls10MAC) MAC(digestBuf, seq, header, length, data []byte) []byte { func
/aosp_15_r20/external/tink/go/jwt/
H A Djwt_mac.go21 type MAC interface { interface
H A Djwt_mac_kid.go33 func newMACWithKID(tm tink.MAC, algorithm string, customKID *string) (*macWithKID, error) {
H A Djwt_mac_factory_test.go64 func verifyMACCompareSubject(p jwt.MAC, compact string, validator *jwt.Validator, wantSubject strin…
/aosp_15_r20/external/tink/go/tink/
H A Dmac.go24 type MAC interface { interface
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dandroid_dev_os.py41 MAC = 'Darwin' variable in AndroidDevOS
/aosp_15_r20/external/tink/docs/
H A DGOLANG-HOWTO.md180 ## MAC section in Tink for Go HOW-TO
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapAkaPrimeMethodStateMachineTest.java48 private static final byte[] MAC = hexStringToByteArray("0322b08b59cae2df8f766162ac76f30b"); field in EapAkaPrimeMethodStateMachineTest
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/12/libcore/ojluni/src/main/java/java/security/
DCryptoPrimitive.java57 MAC, enumConstant
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DCryptoPrimitive.java57 MAC, enumConstant
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
DCryptoPrimitive.java57 MAC, enumConstant
/aosp_15_r20/external/tink/go/aead/subtle/
H A Dencrypt_then_authenticate.go52 func NewEncryptThenAuthenticate(indCPACipher INDCPACipher, mac tink.MAC, tagSize int) (*EncryptThen…
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/cms/
H A DCMSAlgorithmProtection.java33 public static final int MAC = 2; field in CMSAlgorithmProtection
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DCMSAlgorithmProtection.java31 public static final int MAC = 2; field in CMSAlgorithmProtection
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/
H A DCMSAlgorithmProtection.java33 public static final int MAC = 2; field in CMSAlgorithmProtection
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/
DEapAkaPrimeTypeDataTest.java57 private static final String MAC = "95FEB9E70427F34B4FAC8F2C7A65A302"; field in EapAkaPrimeTypeDataTest
DEapAkaTypeDataTest.java67 private static final String MAC = "95FEB9E70427F34B4FAC8F2C7A65A302"; field in EapAkaTypeDataTest
/aosp_15_r20/tools/acloud/setup/
H A Dgoogle_sdk.py63 MAC = "darwin" variable

12345678910>>...15