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

1 2

  /external/srtp/crypto/include/
aes.h 70 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key);
  /external/wpa_supplicant/
aes.h 22 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
crypto.h 121 * aes_decrypt - Decrypt one AES block
126 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
crypto_gnutls.c 151 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
aes_wrap.c 132 aes_decrypt(ctx, b, b);
505 aes_decrypt(ctx, pos, pos);
crypto.c 197 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
199 AES_decrypt(crypt, plain, ctx);
crypto_cryptoapi.c 347 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
crypto_internal.c 379 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain);
crypto_libtomcrypt.c 133 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.h 22 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
crypto.h 122 * aes_decrypt - Decrypt one AES block
127 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
aes_wrap.c 129 aes_decrypt(ctx, b, b);
523 aes_decrypt(ctx, pos, pos);
crypto_gnutls.c 152 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
crypto_openssl.c 200 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
202 AES_decrypt(crypt, plain, ctx);
  /external/wpa_supplicant_8/src/crypto/
aes.h 24 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
aes-unwrap.c 60 aes_decrypt(ctx, b, b);
aes-cbc.c 78 aes_decrypt(ctx, pos, pos);
aes-internal-dec.c 141 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
crypto.h 142 * aes_decrypt - Decrypt one AES block
147 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
crypto_nss.c 166 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
crypto_gnutls.c 146 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
crypto_internal-cipher.c 199 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain);
  /external/srtp/srtp/
ekt.c 154 aes_decrypt(ciphertext, expanded_key);
  /external/srtp/tables/
aes_tables.c 299 * test that aes_encrypt and aes_decrypt are actually
339 aes_decrypt(&x, decrypt_key);
  /external/srtp/crypto/cipher/
aes_cbc.c 239 aes_decrypt(&state, c->expanded_key);

Completed in 262 milliseconds

1 2