/external/wpa_supplicant_8/src/crypto/ |
aes-encblock.c | 35 aes_encrypt(ctx, in, out);
|
aes.h | 21 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
|
aes-omac1.c | 80 aes_encrypt(ctx, cbc, cbc); 85 aes_encrypt(ctx, pad, pad); 103 aes_encrypt(ctx, pad, mac);
|
aes-ctr.c | 45 aes_encrypt(ctx, counter, buf);
|
aes-wrap.c | 60 aes_encrypt(ctx, b, b);
|
aes-cbc.c | 46 aes_encrypt(ctx, cbc, cbc);
|
aes-internal-enc.c | 111 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
|
crypto.h | 120 * aes_encrypt - Encrypt one AES block 125 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
|
crypto_nss.c | 150 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/wpa_supplicant/ |
aes.h | 19 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
|
aes_wrap.c | 73 aes_encrypt(ctx, b, b); 212 aes_encrypt(ctx, cbc, cbc); 217 aes_encrypt(ctx, pad, pad); 235 aes_encrypt(ctx, pad, mac); 274 aes_encrypt(ctx, in, out); 305 aes_encrypt(ctx, counter, buf); 473 aes_encrypt(ctx, cbc, cbc);
|
crypto.h | 99 * aes_encrypt - Encrypt one AES block 104 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
|
crypto_gnutls.c | 121 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
|
crypto.c | 171 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function 173 AES_encrypt(plain, crypt, ctx);
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
aes.h | 19 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
|
aes_wrap.c | 68 aes_encrypt(ctx, b, b); 215 aes_encrypt(ctx, cbc, cbc); 220 aes_encrypt(ctx, pad, pad); 238 aes_encrypt(ctx, pad, mac); 278 aes_encrypt(ctx, in, out); 310 aes_encrypt(ctx, counter, buf); 491 aes_encrypt(ctx, cbc, cbc);
|
crypto.h | 100 * aes_encrypt - Encrypt one AES block 105 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
|
crypto_gnutls.c | 122 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
|
crypto_openssl.c | 174 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function 176 AES_encrypt(plain, crypt, ctx);
|
/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/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);
|