Home
last modified time | relevance | path

Searched refs:crypto_ablkcipher_tfm (Results 1 – 3 of 3) sorted by relevance

/include/crypto/internal/
Ddes.h123 return crypto_des_verify_key(crypto_ablkcipher_tfm(tfm), key); in verify_ablkcipher_des_key()
129 return crypto_des3_ede_verify_key(crypto_ablkcipher_tfm(tfm), key); in verify_ablkcipher_des3_key()
/include/linux/
Dcrypto.h947 static inline struct crypto_tfm *crypto_ablkcipher_tfm( in crypto_ablkcipher_tfm() function
959 crypto_free_tfm(crypto_ablkcipher_tfm(tfm)); in crypto_free_ablkcipher()
982 return &crypto_ablkcipher_tfm(tfm)->crt_ablkcipher; in crypto_ablkcipher_crt()
1013 return crypto_tfm_alg_blocksize(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_blocksize()
1019 return crypto_tfm_alg_alignmask(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_alignmask()
1024 return crypto_tfm_get_flags(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_get_flags()
1030 crypto_tfm_set_flags(crypto_ablkcipher_tfm(tfm), flags); in crypto_ablkcipher_set_flags()
1036 crypto_tfm_clear_flags(crypto_ablkcipher_tfm(tfm), flags); in crypto_ablkcipher_clear_flags()
1162 req->base.tfm = crypto_ablkcipher_tfm(crypto_ablkcipher_crt(tfm)->base); in ablkcipher_request_set_tfm()
/include/crypto/
Dalgapi.h276 return &crypto_ablkcipher_tfm(tfm)->__crt_alg->cra_ablkcipher; in crypto_ablkcipher_alg()