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

  /external/syslinux/gpxe/src/crypto/
axtls_aes.c 82 * Call AXTLS' AES_encrypt() or AES_decrypt() functions
96 /* AXTLS' AES_encrypt() and AES_decrypt() functions both
115 static void aes_encrypt ( void *ctx, const void *src, void *dst, function
122 aes_call_axtls ( &aes_ctx->axtls_ctx, src, dst, AES_encrypt );
152 .encrypt = aes_encrypt,
  /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_libtomcrypt.c 99 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
crypto_openssl.c 298 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
    [all...]
  /external/pdfium/core/fdrm/crypto/
fx_crypt_aes.cpp 781 static void aes_encrypt(AESContext* ctx, unsigned int* block) { function
    [all...]
  /system/bt/stack/smp/
aes.cc 601 return_type aes_encrypt(const unsigned char in[N_BLOCK], function
634 if (aes_encrypt(iv, iv, ctx) != EXIT_SUCCESS) return EXIT_FAILURE;

Completed in 335 milliseconds