| H A D | aes.c | 345 aes_encrypt_generic(const u32 rndkeys[],int nrounds,u8 out[AES_BLOCK_SIZE],const u8 in[AES_BLOCK_SIZE]) aes_encrypt_generic() argument 346 aes_encrypt_generic(const u32 rndkeys[],int nrounds,u8 out[AES_BLOCK_SIZE],const u8 in[AES_BLOCK_SIZE]) aes_encrypt_generic() argument 403 aes_decrypt_generic(const u32 inv_rndkeys[],int nrounds,u8 out[AES_BLOCK_SIZE],const u8 in[AES_BLOCK_SIZE]) aes_decrypt_generic() argument 404 aes_decrypt_generic(const u32 inv_rndkeys[],int nrounds,u8 out[AES_BLOCK_SIZE],const u8 in[AES_BLOCK_SIZE]) aes_decrypt_generic() argument 461 aes_encrypt_arch(const struct aes_enckey * key,u8 out[AES_BLOCK_SIZE],const u8 in[AES_BLOCK_SIZE]) aes_encrypt_arch() argument 462 aes_encrypt_arch(const struct aes_enckey * key,u8 out[AES_BLOCK_SIZE],const u8 in[AES_BLOCK_SIZE]) aes_encrypt_arch() argument 468 aes_decrypt_arch(const struct aes_key * key,u8 out[AES_BLOCK_SIZE],const u8 in[AES_BLOCK_SIZE]) aes_decrypt_arch() argument 469 aes_decrypt_arch(const struct aes_key * key,u8 out[AES_BLOCK_SIZE],const u8 in[AES_BLOCK_SIZE]) aes_decrypt_arch() argument 501 aes_encrypt(aes_encrypt_arg key,u8 out[AES_BLOCK_SIZE],const u8 in[AES_BLOCK_SIZE]) aes_encrypt() argument 502 aes_encrypt(aes_encrypt_arg key,u8 out[AES_BLOCK_SIZE],const u8 in[AES_BLOCK_SIZE]) aes_encrypt() argument 508 aes_decrypt(const struct aes_key * key,u8 out[AES_BLOCK_SIZE],const u8 in[AES_BLOCK_SIZE]) aes_decrypt() argument 509 aes_decrypt(const struct aes_key * key,u8 out[AES_BLOCK_SIZE],const u8 in[AES_BLOCK_SIZE]) aes_decrypt() argument [all...] |