Home
last modified time | relevance | path

Searched refs:aes_encrypt (Results 1 – 21 of 21) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Daes-ccm.c44 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */ in aes_ccm_auth_start()
54 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */ in aes_ccm_auth_start()
59 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x); in aes_ccm_auth_start()
73 aes_encrypt(aes, x, x); in aes_ccm_auth()
79 aes_encrypt(aes, x, x); in aes_ccm_auth()
102 aes_encrypt(aes, a, out); in aes_ccm_encr()
109 aes_encrypt(aes, a, out); in aes_ccm_encr()
125 aes_encrypt(aes, a, tmp); in aes_ccm_encr_auth()
140 aes_encrypt(aes, a, tmp); in aes_ccm_decr_auth()
Daes-omac1.c85 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector()
90 aes_encrypt(ctx, pad, pad); in omac1_aes_vector()
114 aes_encrypt(ctx, pad, mac); in omac1_aes_vector()
Daes-gcm.c158 aes_encrypt(aes, cb, ypos); in aes_gctr()
168 aes_encrypt(aes, cb, tmp); in aes_gctr()
185 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
Daes-encblock.c29 aes_encrypt(ctx, in, out); in aes_128_encrypt_block()
Daes.h15 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
Daes-wrap.c56 aes_encrypt(ctx, b, b); in aes_wrap()
Daes-ctr.c40 aes_encrypt(ctx, counter, buf); in aes_ctr_encrypt()
Daes-cbc.c43 aes_encrypt(ctx, cbc, cbc); in aes_128_cbc_encrypt()
Daes-internal-enc.c119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_nettle.c15 #undef aes_encrypt
261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_internal-cipher.c123 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc, in crypto_cipher_encrypt()
Dcrypto.h128 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
Dcrypto_gnutls.c237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_libtomcrypt.c100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_linux.c503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_wolfssl.c328 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_openssl.c341 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
/external/u-boot/include/
Duboot_aes.h51 void aes_encrypt(u8 *in, u8 *expkey, u8 *out);
/external/u-boot/arch/arm/mach-tegra/tegra20/
Dcrypto.c81 aes_encrypt(tmp_data, key_schedule, dst); in sign_object()
/external/u-boot/lib/
Daes.c545 void aes_encrypt(u8 *in, u8 *expkey, u8 *out) in aes_encrypt() function
619 aes_encrypt(tmp_data, key_exp, dst); in aes_cbc_encrypt_blocks()
/external/pdfium/core/fdrm/crypto/
Dfx_crypt_aes.cpp777 void aes_encrypt(CRYPT_aes_context* ctx, unsigned int* block) { in aes_encrypt() function
793 aes_encrypt(ctx, iv); in aes_encrypt_cbc()