Home
last modified time | relevance | path

Searched refs:crypto_tfm_alg_blocksize (Results 1 – 5 of 5) sorted by relevance

/include/crypto/internal/
A Dcipher.h111 return crypto_tfm_alg_blocksize(crypto_cipher_tfm(tfm)); in crypto_cipher_blocksize()
/include/crypto/
A Daead.h280 return crypto_tfm_alg_blocksize(crypto_aead_tfm(tfm)); in crypto_aead_blocksize()
A Dskcipher.h441 return crypto_tfm_alg_blocksize(crypto_skcipher_tfm(tfm)); in crypto_skcipher_blocksize()
457 return crypto_tfm_alg_blocksize(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_blocksize()
A Dhash.h364 return crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in crypto_ahash_blocksize()
791 return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm)); in crypto_shash_blocksize()
/include/linux/
A Dcrypto.h452 static inline unsigned int crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) in crypto_tfm_alg_blocksize() function

Completed in 13 milliseconds