Searched refs:aes_encrypt (Results 1 - 25 of 66) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-encblock.c29 aes_encrypt(ctx, in, out);
H A Daes.h15 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
H A Daes-omac1.c74 aes_encrypt(ctx, cbc, cbc);
79 aes_encrypt(ctx, pad, pad);
97 aes_encrypt(ctx, pad, mac);
H A Daes-ccm.c44 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */
54 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */
59 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x);
73 aes_encrypt(aes, x, x);
79 aes_encrypt(aes, x, x);
102 aes_encrypt(aes, a, out);
109 aes_encrypt(aes, a, out);
125 aes_encrypt(aes, a, tmp);
140 aes_encrypt(aes, a, tmp);
H A Daes-ctr.c39 aes_encrypt(ctx, counter, buf);
H A Daes-wrap.c56 aes_encrypt(ctx, b, b);
/external/wpa_supplicant_8/src/crypto/
H A Daes-encblock.c29 aes_encrypt(ctx, in, out);
H A Daes.h15 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
H A Daes-omac1.c74 aes_encrypt(ctx, cbc, cbc);
79 aes_encrypt(ctx, pad, pad);
97 aes_encrypt(ctx, pad, mac);
H A Daes-ccm.c44 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */
54 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */
59 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x);
73 aes_encrypt(aes, x, x);
79 aes_encrypt(aes, x, x);
102 aes_encrypt(aes, a, out);
109 aes_encrypt(aes, a, out);
125 aes_encrypt(aes, a, tmp);
140 aes_encrypt(aes, a, tmp);
H A Daes-ctr.c39 aes_encrypt(ctx, counter, buf);
H A Daes-wrap.c56 aes_encrypt(ctx, b, b);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-encblock.c29 aes_encrypt(ctx, in, out);
H A Daes.h15 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
H A Daes-omac1.c74 aes_encrypt(ctx, cbc, cbc);
79 aes_encrypt(ctx, pad, pad);
97 aes_encrypt(ctx, pad, mac);
H A Daes-ccm.c44 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */
54 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */
59 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x);
73 aes_encrypt(aes, x, x);
79 aes_encrypt(aes, x, x);
102 aes_encrypt(aes, a, out);
109 aes_encrypt(aes, a, out);
125 aes_encrypt(aes, a, tmp);
140 aes_encrypt(aes, a, tmp);
H A Daes-ctr.c39 aes_encrypt(ctx, counter, buf);
H A Daes-wrap.c56 aes_encrypt(ctx, b, b);
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Daes.h73 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key);
/external/srtp/crypto/include/
H A Daes.h67 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t exp_key);
/external/chromium_org/third_party/libsrtp/srtp/crypto/rng/
H A Dprng.c111 aes_encrypt(&buffer, &x917_prng.key);
135 aes_encrypt(&buffer, &x917_prng.key);
153 aes_encrypt(&buffer, &x917_prng.key);
166 aes_encrypt(&buffer, &x917_prng.key);
/external/srtp/crypto/rng/
H A Dprng.c111 aes_encrypt(&buffer, x917_prng.key);
135 aes_encrypt(&buffer, x917_prng.key);
153 aes_encrypt(&buffer, x917_prng.key);
166 aes_encrypt(&buffer, x917_prng.key);
/external/bluetooth/bluedroid/stack/smp/
H A Daes.h90 return_type aes_encrypt( const unsigned char in[N_BLOCK],
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Daes_calc.c143 aes_encrypt(&data, &exp_key);
/external/srtp/crypto/test/
H A Daes_calc.c100 aes_encrypt(&data, exp_key);

Completed in 247 milliseconds

123