HomeSort by relevance Sort by last modified time
    Searched refs:aes_encrypt (Results 1 - 25 of 26) sorted by null

1 2

  /external/wpa_supplicant_8/src/crypto/
aes-encblock.c 29 aes_encrypt(ctx, in, out);
aes.h 15 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
aes-omac1.c 74 aes_encrypt(ctx, cbc, cbc);
79 aes_encrypt(ctx, pad, pad);
97 aes_encrypt(ctx, pad, mac);
aes-ccm.c 44 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);
aes-ctr.c 39 aes_encrypt(ctx, counter, buf);
aes-wrap.c 54 aes_encrypt(ctx, b, b);
aes-cbc.c 40 aes_encrypt(ctx, cbc, cbc);
aes-gcm.c 158 aes_encrypt(aes, cb, ypos);
168 aes_encrypt(aes, cb, tmp);
185 aes_encrypt(aes, H, H);
aes-internal-enc.c 115 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.h 99 * aes_encrypt - Encrypt one AES block
104 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
crypto_internal-cipher.c 123 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc,
crypto_gnutls.c 110 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 232 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
  /external/srtp/crypto/include/
aes.h 67 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t exp_key);
  /external/srtp/crypto/rng/
prng.c 111 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/
aes.h 90 return_type aes_encrypt( const unsigned char in[N_BLOCK],
smp_keys.c 137 aes_encrypt(p_rev_data, p, &ctx); /* outputs in byte 48 to byte 63 */
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)
  /external/srtp/crypto/test/
aes_calc.c 100 aes_encrypt(&data, exp_key);
  /external/srtp/crypto/cipher/
aes_icm.c 236 aes_encrypt(&c->keystream_buffer, c->expanded_key);
292 aes_encrypt(&c->keystream_buffer, c->expanded_key);
aes_cbc.c 184 aes_encrypt(&c->state, c->expanded_key);
  /external/srtp/tables/
aes_tables.c 299 * test that aes_encrypt and aes_decrypt are actually
338 aes_encrypt(&x, expanded_key);

Completed in 123 milliseconds

1 2