Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Daescfb.c42 int len, const u8 iv[AES_BLOCK_SIZE]) in aescfb_encrypt() argument
71 int len, const u8 iv[AES_BLOCK_SIZE]) in aescfb_decrypt() argument
[all...]
/linux/include/crypto/
H A Daes.h17 #define AES_BLOCK_SIZE 16 macro
/linux/arch/x86/crypto/
H A Daesni-intel_glue.c518 aesni_xts_encrypt_iv(const struct crypto_aes_ctx * tweak_key,u8 iv[AES_BLOCK_SIZE]) aesni_xts_encrypt_iv() argument
525 aesni_xts_encrypt(const struct crypto_aes_ctx * key,const u8 * src,u8 * dst,int len,u8 tweak[AES_BLOCK_SIZE]) aesni_xts_encrypt() argument
532 aesni_xts_decrypt(const struct crypto_aes_ctx * key,const u8 * src,u8 * dst,int len,u8 tweak[AES_BLOCK_SIZE]) aesni_xts_decrypt() argument
723 xctr_crypt(struct skcipher_request * req,void (* xctr_func)(const struct crypto_aes_ctx * key,const u8 * src,u8 * dst,int len,const u8 iv[AES_BLOCK_SIZE],u64 ctr)) xctr_crypt() argument
[all...]