HomeSort by relevance Sort by last modified time
    Searched refs:cmac (Results 26 - 36 of 36) sorted by null

12

  /external/chromium_org/third_party/openssl/
openssl.target.linux-arm.mk 176 third_party/openssl/openssl/crypto/cmac/cm_ameth.c \
177 third_party/openssl/openssl/crypto/cmac/cm_pmeth.c \
178 third_party/openssl/openssl/crypto/cmac/cmac.c \
    [all...]
openssl.target.linux-arm64.mk 177 third_party/openssl/openssl/crypto/cmac/cm_ameth.c \
178 third_party/openssl/openssl/crypto/cmac/cm_pmeth.c \
179 third_party/openssl/openssl/crypto/cmac/cmac.c \
    [all...]
openssl.target.linux-mips.mk 175 third_party/openssl/openssl/crypto/cmac/cm_ameth.c \
176 third_party/openssl/openssl/crypto/cmac/cm_pmeth.c \
177 third_party/openssl/openssl/crypto/cmac/cmac.c \
    [all...]
openssl.target.linux-x86.mk 172 third_party/openssl/openssl/crypto/cmac/cm_ameth.c \
173 third_party/openssl/openssl/crypto/cmac/cm_pmeth.c \
174 third_party/openssl/openssl/crypto/cmac/cmac.c \
    [all...]
openssl.target.linux-x86_64.mk 172 third_party/openssl/openssl/crypto/cmac/cm_ameth.c \
173 third_party/openssl/openssl/crypto/cmac/cm_pmeth.c \
174 third_party/openssl/openssl/crypto/cmac/cmac.c \
    [all...]
  /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/evp/
e_aes.c 220 unsigned char cmac[16]);
227 unsigned char cmac[16]);
    [all...]
  /external/openssl/crypto/evp/
e_aes.c 220 unsigned char cmac[16]);
227 unsigned char cmac[16]);
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 1716 u8 cmac[MAX_ICV_LEN]; local
1735 os_memcpy(wpabuf_put(buf, length), cmac, length); local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 20 #include <openssl/cmac.h>

Completed in 233 milliseconds

12