Home
last modified time | relevance | path

Searched refs:crypto_cipher_alignmask (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/crypto/
H A Dcipher.c24 unsigned long alignmask = crypto_cipher_alignmask(tfm); in setkey_unaligned()
47 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_cipher_setkey()
62 unsigned long alignmask = crypto_cipher_alignmask(tfm); in cipher_crypt_one()
H A Dctr.c32 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_ctr_crypt_final()
78 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_ctr_crypt_inplace()
H A Dxctr.c79 unsigned long alignmask = crypto_cipher_alignmask(tfm); in crypto_xctr_crypt_inplace()
/openbmc/linux/include/crypto/internal/
H A Dcipher.h114 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask() function