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

1 2 3 4

  /external/wpa_supplicant_8/src/crypto/
aes.h 18 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
aes-cbc.c 72 aes_decrypt(ctx, pos, pos);
aes-unwrap.c 54 aes_decrypt(ctx, b, b);
crypto_nss.c 160 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
aes-internal-dec.c 150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
crypto_gnutls.c 140 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
  /external/chromium_org/third_party/libsrtp/srtp/
srtp.def 83 aes_decrypt
  /external/srtp/
srtp.def 82 aes_decrypt
  /external/qemu/include/qemu/
aes.h 20 void AES_decrypt(const unsigned char *in, unsigned char *out,
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/
aes_ige.c 87 OPENSSL_assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
163 AES_decrypt((unsigned char *)tmp.data, (unsigned char *)outp->data, key);
190 AES_decrypt((unsigned char *)tmp.data, (unsigned char *)tmp.data, key);
228 OPENSSL_assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
293 AES_decrypt(tmp, out, key);
312 AES_decrypt(tmp, out, key);
aes_ecb.c 66 assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
71 AES_decrypt(in, out, key);
aes.h 64 #define AES_DECRYPT 0
100 void AES_decrypt(const unsigned char *in, unsigned char *out,
aes_cbc.c 62 CRYPTO_cbc128_decrypt(in,out,len,key,ivec,(block128_f)AES_decrypt);
  /external/openssl/crypto/aes/
aes_ige.c 87 OPENSSL_assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
163 AES_decrypt((unsigned char *)tmp.data, (unsigned char *)outp->data, key);
190 AES_decrypt((unsigned char *)tmp.data, (unsigned char *)tmp.data, key);
228 OPENSSL_assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
293 AES_decrypt(tmp, out, key);
312 AES_decrypt(tmp, out, key);
aes_ecb.c 66 assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
71 AES_decrypt(in, out, key);
aes.h 64 #define AES_DECRYPT 0
100 void AES_decrypt(const unsigned char *in, unsigned char *out,
aes_cbc.c 62 CRYPTO_cbc128_decrypt(in,out,len,key,ivec,(block128_f)AES_decrypt);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
aes.h 76 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key);
  /external/srtp/crypto/include/
aes.h 70 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
aes.h 64 #define AES_DECRYPT 0
100 void AES_decrypt(const unsigned char *in, unsigned char *out,
  /external/openssl/include/openssl/
aes.h 64 #define AES_DECRYPT 0
100 void AES_decrypt(const unsigned char *in, unsigned char *out,
  /external/chromium_org/third_party/libsrtp/srtp/tables/
aes_tables.c 297 * test that aes_encrypt and aes_decrypt are actually
335 aes_decrypt(&x, decrypt_key);
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-armv4.S 822 @ void AES_decrypt(const unsigned char *in, unsigned char *out,
824 .global AES_decrypt
825 .type AES_decrypt,%function
827 AES_decrypt:
828 sub r3,pc,#8 @ AES_decrypt
832 sub r10,r3,#AES_decrypt-AES_Td @ Td
926 .size AES_decrypt,.-AES_decrypt
  /external/srtp/tables/
aes_tables.c 299 * test that aes_encrypt and aes_decrypt are actually
339 aes_decrypt(&x, decrypt_key);
  /external/bluetooth/bluedroid/stack/smp/
aes.h 103 return_type aes_decrypt( const unsigned char in[N_BLOCK],

Completed in 379 milliseconds

1 2 3 4