HomeSort by relevance Sort by last modified time
    Searched full:cmac (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/boringssl/src/crypto/cmac/
CMakeLists.txt 4 cmac
8 cmac.c
cmac.c 49 #include <openssl/cmac.h>
63 /* k1 and k2 are the CMAC subkeys. See
cmac_test.cc 22 #include <openssl/cmac.h>
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
SymmetricAlgorithmProvider.java 16 // provider.addAlgorithm("Mac." + algorithm + "-CMAC", algorithmClassName);
17 // provider.addAlgorithm("Alg.Alias.Mac." + algorithm + "CMAC", algorithm + "-CMAC");
19 // provider.addAlgorithm("KeyGenerator." + algorithm + "-CMAC", keyGeneratorClassName);
20 // provider.addAlgorithm("Alg.Alias.KeyGenerator." + algorithm + "CMAC", algorithm + "-CMAC");
Blowfish.java 7 // import org.bouncycastle.crypto.macs.CMac;
44 // public static class CMAC
47 // public CMAC()
49 // super(new CMac(new BlowfishEngine()));
84 // provider.addAlgorithm("Mac.BLOWFISHCMAC", PREFIX + "$CMAC");
DES.java 29 // import org.bouncycastle.crypto.macs.CMac;
120 // static public class CMAC
123 // public CMAC()
125 // super(new CMac(new DESEngine()));
464 // provider.addAlgorithm("Mac.DESCMAC", PREFIX + "$CMAC");
DESede.java 33 // import org.bouncycastle.crypto.macs.CMac;
120 // static public class CMAC
123 // public CMAC()
125 // super(new CMac(new DESedeEngine()));
439 // provider.addAlgorithm("Mac.DESEDECMAC", PREFIX + "$CMAC");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 352 Mac cMac = new CBCBlockCipherMac(cipher, macSize * 8);
354 cMac.init(keyParam);
366 b0[0] |= (((cMac.getMacSize() - 2) / 2) & 0x7) << 3;
381 cMac.update(b0, 0, b0.length);
393 cMac.update((byte)(textLength >> 8));
394 cMac.update((byte)textLength);
400 cMac.update((byte)0xff);
401 cMac.update((byte)0xfe);
402 cMac.update((byte)(textLength >> 24));
403 cMac.update((byte)(textLength >> 16))
    [all...]
  /external/boringssl/src/include/openssl/
cmac.h 25 /* CMAC.
27 * CMAC is a MAC based on AES-CBC and defined in
33 /* AES_CMAC calculates the 16-byte, CMAC authenticator of |in_len| bytes of
49 /* CMAC_Init configures |ctx| to use the given |key| and |cipher|. The CMAC RFC
  /system/bt/stack/smp/
smp_keys.cc 987 uint8_t cmac[BT_OCTET16_LEN]; local
1097 uint8_t cmac[BT_OCTET16_LEN]; local
1324 uint8_t cmac[BT_OCTET16_LEN]; local
1443 BT_OCTET16 cmac; local
1586 uint8_t cmac[BT_OCTET16_LEN]; local
1849 uint8_t cmac[BT_OCTET16_LEN]; local
1896 uint8_t cmac[BT_OCTET16_LEN]; local
    [all...]
smp_cmac.cc 21 * This file contains the implementation of the AES128 CMAC algorithm.
242 * Parameters key - CMAC key, expect SRK when used by SMP.
265 * Description This is the AES-CMAC Generation Function with tlen
268 * Parameters key - CMAC key in little endian order, expect SRK when used
  /external/wpa_supplicant_8/src/crypto/
aes-omac1.c 40 * OMAC1 was standardized with the name CMAC by NIST in a Special Publication
130 * OMAC1 was standardized with the name CMAC by NIST in a Special Publication
141 * omac1_aes_128 - One-Key CBC MAC (OMAC1) hash with AES-128 (aka AES-CMAC)
149 * OMAC1 was standardized with the name CMAC by NIST in a Special Publication
159 * omac1_aes_256 - One-Key CBC MAC (OMAC1) hash with AES-256 (aka AES-CMAC)
167 * OMAC1 was standardized with the name CMAC by NIST in a Special Publication
  /external/boringssl/src/util/
doc.config 26 "include/openssl/cmac.h",
  /external/boringssl/src/crypto/
CMakeLists.txt 115 add_subdirectory(cmac)
194 $<TARGET_OBJECTS:cmac>
227 cmac/cmac_test.cc
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_key.c 75 /********** AES-CMAC-128 **********/
166 * ICV = AES-CMAC(ICK, M, 128)
  /system/bt/stack/include/
smp_api.h 231 // The AES-CMAC Generation Function with tlen implemented.
232 // |key| - CMAC key in little endian order, expect SRK when used by SMP.
smp_api_types.h 276 /* callback function for CMAC algorithm
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 760 u8 cmk[EAP_FAST_CMK_LEN], cmac[SHA1_MAC_LEN]; local
771 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac));
772 os_memset(_bind->compound_mac, 0, sizeof(cmac));
777 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac));
779 cmac, sizeof(cmac));
781 _bind->compound_mac, sizeof(cmac));
784 os_memcpy(_bind->compound_mac, cmac, sizeof(cmac))
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
Install.cmd 68 copy crypto\cmac\cmac.h ..\..\..\Include\openssl
Install.sh 70 cp crypto/cmac/cmac.h ../../../Include/openssl
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aesni-x86.pl 648 # const char *ivec,char *cmac);
651 # does not update *ivec! Nor does it finalize CMAC value
654 { my $cmac=$inout1;
668 &movdqu ($cmac,&QWP(0,$rounds)); # load cmac
702 &xorps ($cmac,$rndkey0); # cmac^=inp
707 &aesenc ($cmac,$rndkey1);
711 &aesenc ($cmac,$rndkey0);
715 &aesenc ($cmac,$rndkey1)
    [all...]
  /external/libnl/python/examples/
wiphy.py 56 return "CMAC (00-0f-ac:6)"
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 1185 u8 cmac[SHA1_MAC_LEN]; local
1217 os_memcpy(cmac, b->compound_mac, sizeof(cmac));
1218 os_memset(b->compound_mac, 0, sizeof(cmac));
1224 if (os_memcmp_const(cmac, b->compound_mac, sizeof(cmac)) != 0) {
1227 b->compound_mac, sizeof(cmac));
    [all...]
  /external/boringssl/
sources.mk 79 src/crypto/cmac/cmac.c\
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.c 49 /* M_i = MAC_Y (i || Z); (MAC = AES-CMAC-128) */
505 "AES-CMAC MIC", (unsigned long) sk_len);

Completed in 1029 milliseconds

1 2 3