Searched defs:aes_encrypt (Results 1 - 22 of 22) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-enc.c115 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_gnutls.c110 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_nss.c144 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_cryptoapi.c291 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_libtomcrypt.c99 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_openssl.c236 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-enc.c115 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_gnutls.c110 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_nss.c144 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_cryptoapi.c291 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_libtomcrypt.c99 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_openssl.c236 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-enc.c115 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_gnutls.c110 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_nss.c144 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_cryptoapi.c291 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_libtomcrypt.c99 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_openssl.c236 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
/external/srtp/crypto/cipher/
H A Daes.c1913 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { function
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes.c2002 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key) { function
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt_aes.cpp968 static void aes_encrypt(AESContext * ctx, unsigned int * block) function
982 aes_encrypt(ctx, iv);
/external/bluetooth/bluedroid/stack/smp/
H A Daes.c561 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 405 milliseconds