HomeSort by relevance Sort by last modified time
    Searched full:cmac (Results 26 - 50 of 68) sorted by null

12 3

  /external/openssl/crypto/cmac/
cm_pmeth.c 58 #include <openssl/cmac.h>
  /external/openssl/crypto/modes/
modes_lcl.h 126 union { u64 u[2]; u8 c[16]; } nonce, cmac; member in struct:ccm128_context
  /external/openssl/include/openssl/
modes.h 24 const unsigned char ivec[16],unsigned char cmac[16]);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 1174 u8 cmac[SHA1_MAC_LEN]; local
1206 os_memcpy(cmac, b->compound_mac, sizeof(cmac));
1207 os_memset(b->compound_mac, 0, sizeof(cmac));
1213 if (os_memcmp(cmac, b->compound_mac, sizeof(cmac)) != 0) {
1216 b->compound_mac, sizeof(cmac));
    [all...]
  /external/chromium_org/third_party/openssl/openssl/
openssl.config 112 crypto/cmac/Makefile \
435 crypto/cmac/cm_ameth.c \
436 crypto/cmac/cm_pmeth.c \
437 crypto/cmac/cmac.c \
openssl.config.orig 113 crypto/cmac/Makefile \
436 crypto/cmac/cm_ameth.c \
437 crypto/cmac/cm_pmeth.c \
438 crypto/cmac/cmac.c \
  /external/openssl/
openssl.config 113 crypto/cmac/Makefile \
436 crypto/cmac/cm_ameth.c \
437 crypto/cmac/cm_pmeth.c \
438 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) */
507 "AES-CMAC MIC", (unsigned long) sk_len);
  /external/chromium_org/third_party/openssl/
openssl.target.darwin-arm.mk 174 third_party/openssl/openssl/crypto/cmac/cm_ameth.c \
175 third_party/openssl/openssl/crypto/cmac/cm_pmeth.c \
176 third_party/openssl/openssl/crypto/cmac/cmac.c \
    [all...]
openssl.target.darwin-mips.mk 173 third_party/openssl/openssl/crypto/cmac/cm_ameth.c \
174 third_party/openssl/openssl/crypto/cmac/cm_pmeth.c \
175 third_party/openssl/openssl/crypto/cmac/cmac.c \
    [all...]
openssl.target.darwin-x86.mk 170 third_party/openssl/openssl/crypto/cmac/cm_ameth.c \
171 third_party/openssl/openssl/crypto/cmac/cm_pmeth.c \
172 third_party/openssl/openssl/crypto/cmac/cmac.c \
    [all...]
openssl.target.linux-arm.mk 174 third_party/openssl/openssl/crypto/cmac/cm_ameth.c \
175 third_party/openssl/openssl/crypto/cmac/cm_pmeth.c \
176 third_party/openssl/openssl/crypto/cmac/cmac.c \
    [all...]
openssl.target.linux-mips.mk 173 third_party/openssl/openssl/crypto/cmac/cm_ameth.c \
174 third_party/openssl/openssl/crypto/cmac/cm_pmeth.c \
175 third_party/openssl/openssl/crypto/cmac/cmac.c \
    [all...]
openssl.target.linux-x86.mk 170 third_party/openssl/openssl/crypto/cmac/cm_ameth.c \
171 third_party/openssl/openssl/crypto/cmac/cm_pmeth.c \
172 third_party/openssl/openssl/crypto/cmac/cmac.c \
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 240 * Management Group Cipher Suite (4 octets) (default: AES-128-CMAC)
wpa_common.c 445 wpa_printf(MSG_DEBUG, "%s: AES-128-CMAC used as group "
475 wpa_printf(MSG_DEBUG, "%s: AES-128-CMAC used as "
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
AES.java 23 // import org.bouncycastle.crypto.macs.CMac;
101 // super(new CMac(new AESFastEngine()));
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-x86_64.pl 821 # const char *ivec,char *cmac);
824 # does not update *ivec! Nor does it finalize CMAC value
828 my $cmac="%r9"; # 6th argument
855 movdqu ($cmac),$inout1
870 xorps $rndkey0,$inout1 # cmac^=inp
898 movups $inout1,($cmac)
930 movdqu ($cmac),$inout1
963 xorps $in0,$inout1 # cmac^=out
987 #xorps $in0,$inout1 # cmac^=out
991 movups $inout1,($cmac)
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86_64.pl 821 # const char *ivec,char *cmac);
824 # does not update *ivec! Nor does it finalize CMAC value
828 my $cmac="%r9"; # 6th argument
855 movdqu ($cmac),$inout1
870 xorps $rndkey0,$inout1 # cmac^=inp
898 movups $inout1,($cmac)
930 movdqu ($cmac),$inout1
963 xorps $in0,$inout1 # cmac^=out
987 #xorps $in0,$inout1 # cmac^=out
991 movups $inout1,($cmac)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_mac.num 894 cmac 894
objects.txt     [all...]
  /external/openssl/crypto/objects/
obj_mac.num 894 cmac 894
objects.txt     [all...]
  /external/bouncycastle/patches/
bcprov.patch     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_aes.c 220 unsigned char cmac[16]);
227 unsigned char cmac[16]);
    [all...]

Completed in 1190 milliseconds

12 3