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

12

  /external/chromium/crypto/
encryptor_openssl.cc 7 #include <openssl/aes.h>
  /external/srtp/crypto/
Makefile 70 cipher/aes.o cipher/aes_icm.o \
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 25 #include <openssl/aes.h>
  /external/wpa_supplicant_6/wpa_supplicant/
Makefile 701 OBJS_p += ../src/crypto/rc4.o ../src/crypto/aes_wrap.o ../src/crypto/aes.o
975 OBJS += ../src/crypto/aes_wrap.o ../src/crypto/aes.o
1114 ../src/crypto/aes.o ../src/tls/bignum.o ../src/tls/rsa.o
1121 ../src/crypto/md5.o ../src/crypto/sha1.o ../src/crypto/aes.o \
1213 TEST_AES_OBJS = ../src/crypto/aes_wrap.o ../src/crypto/aes.o tests/test_aes.o
1214 test-aes: $(TEST_AES_OBJS)
1216 ./test-aes
1217 rm test-aes
1221 ../src/utils/wpa_debug.o ../src/crypto/aes.o \
1240 tests: test-ms_funcs test-sha1 test-aes test-eap_sim_common test-md4 test-md
    [all...]
Android.mk 722 OBJS_p += src/crypto/rc4.c src/crypto/aes_wrap.c src/crypto/aes.c
996 OBJS += src/crypto/aes_wrap.c src/crypto/aes.c
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 977 AESOBJS += ../src/crypto/aes-internal.o ../src/crypto/aes-internal-dec.o
980 AESOBJS += ../src/crypto/aes-unwrap.o
982 AESOBJS += ../src/crypto/aes-eax.o
986 AESOBJS += ../src/crypto/aes-ctr.o
989 AESOBJS += ../src/crypto/aes-encblock.o
993 AESOBJS += ../src/crypto/aes-omac1.o
997 AESOBJS += ../src/crypto/aes-wrap.o
1001 AESOBJS += ../src/crypto/aes-cbc.o
1005 AESOBJS += ../src/crypto/aes-internal-enc.
    [all...]
  /external/dropbear/libtomcrypt/
Android.mk 9 src/ciphers/aes/aes.c src/ciphers/anubis.c src/ciphers/blowfish.c \
crypt.tex 603 \index{blowfish\_desc} \index{xtea\_desc} \index{rc2\_desc} \index{rc5\_desc} \index{rc6\_desc} \index{saferp\_desc} \index{aes\_desc} \index{twofish\_desc}
616 \hline AES & aes\_desc & 16 & 16, 24, 32 & 10, 12, 14 \\
617 & aes\_enc\_desc & 16 & 16, 24, 32 & 10, 12, 14 \\
639 For AES, (also known as Rijndael) there are four descriptors which complicate issues a little. The descriptors
640 rijndael\_desc and rijndael\_enc\_desc provide the cipher named \textit{rijndael}. The descriptors aes\_desc and
641 aes\_enc\_desc provide the cipher name \textit{aes}. Functionally both \textit{rijndael} and \textit{aes} are the same cipher. The
    [all...]
  /external/srtp/
Makefile 76 crypto/cipher/aes.o crypto/cipher/aes_icm.o \
  /external/wpa_supplicant/
Makefile 866 test-aes: $(TEST_AES_OBJS)
868 ./test-aes
869 rm test-aes
891 tests: test-ms_funcs test-sha1 test-aes test-eap_sim_common test-md4 test-md5
crypto.c 21 #include <openssl/aes.h>
  /external/openssl/crypto/aes/
aes_ige.c 1 /* crypto/aes/aes_ige.c -*- mode:C; c-file-style: "eay" -*- */
54 #include <openssl/aes.h>
aes_wrap.c 1 /* crypto/aes/aes_wrap.c */
55 #include <openssl/aes.h>
aes_x86core.c 1 /* crypto/aes/aes_core.c -*- mode:C; c-file-style: "eay" -*- */
7 * Optimised ANSI C code for the Rijndael cipher (now AES)
46 #include <openssl/aes.h>
    [all...]
aes_core.c 1 /* crypto/aes/aes_core.c -*- mode:C; c-file-style: "eay" -*- */
7 * Optimised ANSI C code for the Rijndael cipher (now AES)
39 #include <openssl/aes.h>
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_openssl.c 21 #include <openssl/aes.h>
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 25 #include <openssl/aes.h>
234 * Decrypts the byte at the current file position using AES-128-CTR. In CTR (or "counter") mode,
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 25 "third_party/srtp/crypto/cipher/aes.c",
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 19 #include <openssl/aes.h>
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 25 #include <openssl/aes.h>
    [all...]
  /frameworks/base/media/libstagefright/httplive/
LiveSession.cpp 38 #include <openssl/aes.h>
767 } else if (!(method == "AES-128")) {
825 LOGE("failed to set AES decryption key.");
  /frameworks/base/cmds/keystore/
keystore.cpp 32 #include <openssl/aes.h>
335 // the AES key, then we create the Blob to use with decryptBlob
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 81 #include <openssl/aes.h>
1663 * AES(RIJNDAEL)-CBC
    [all...]
  /external/openssl/apps/
speed.c 120 #include <openssl/aes.h>
229 "aes-128 cbc","aes-192 cbc","aes-256 cbc",
232 "aes-128 ige","aes-192 ige","aes-256 ige"};
810 if (strcmp(*argv,"aes-128-cbc") == 0) doit[D_CBC_128_AES]=1;
811 else if (strcmp(*argv,"aes-192-cbc") == 0) doit[D_CBC_192_AES]=1;
812 else if (strcmp(*argv,"aes-256-cbc") == 0) doit[D_CBC_256_AES]=1
    [all...]
  /external/dropbear/
configure     [all...]

Completed in 755 milliseconds

12