HomeSort by relevance Sort by last modified time
    Searched defs:aes_encrypt (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/src/crypto/
aes-internal-enc.c 115 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto_gnutls.c 110 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto_nss.c 144 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto_cryptoapi.c 291 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto_libtomcrypt.c 99 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto_openssl.c 236 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c 2002 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key) { function
    [all...]
  /external/srtp/crypto/cipher/
aes.c 1913 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { function
    [all...]
  /external/pdfium/core/src/fdrm/crypto/
fx_crypt_aes.cpp 968 static void aes_encrypt(AESContext * ctx, unsigned int * block) function
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
aes.c 561 return_type aes_encrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1] ) function
597 if(aes_encrypt(iv, iv, ctx) != EXIT_SUCCESS)

Completed in 563 milliseconds