Home
last modified time | relevance | path

Searched defs:AES_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/lib/crypto/powerpc/
H A Daes.h62 u8 out[AES_BLOCK_SIZE], in aes_encrypt_arch()
63 const u8 in[AES_BLOCK_SIZE]) in aes_encrypt_arch()
71 u8 out[AES_BLOCK_SIZE], in aes_decrypt_arch()
72 const u8 in[AES_BLOCK_SIZE]) in aes_decrypt_arch()
167 u8 out[AES_BLOCK_SIZE], in aes_encrypt_arch()
168 const u8 in[AES_BLOCK_SIZE]) in aes_encrypt_arch()
196 static void aes_decrypt_arch(const struct aes_key *key, u8 out[AES_BLOCK_SIZE], in aes_decrypt_arch()
197 const u8 in[AES_BLOCK_SIZE]) in aes_decrypt_arch()
/linux/lib/crypto/
H A Daes.c345 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...]
H A Daescfb.c42 aescfb_encrypt(const struct crypto_aes_ctx * ctx,u8 * dst,const u8 * src,int len,const u8 iv[AES_BLOCK_SIZE]) aescfb_encrypt() argument
71 aescfb_decrypt(const struct crypto_aes_ctx * ctx,u8 * dst,const u8 * src,int len,const u8 iv[AES_BLOCK_SIZE]) aescfb_decrypt() argument
[all...]
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h25 #define AES_BLOCK_SIZE 16 macro