Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcrypto.h1471 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) in crypto_cipher_tfm() function
1482 crypto_free_tfm(crypto_cipher_tfm(tfm)); in crypto_free_cipher()
1506 return &crypto_cipher_tfm(tfm)->crt_cipher; in crypto_cipher_crt()
1521 return crypto_tfm_alg_blocksize(crypto_cipher_tfm(tfm)); in crypto_cipher_blocksize()
1526 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm)); in crypto_cipher_alignmask()
1531 return crypto_tfm_get_flags(crypto_cipher_tfm(tfm)); in crypto_cipher_get_flags()
1537 crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags); in crypto_cipher_set_flags()
1543 crypto_tfm_clear_flags(crypto_cipher_tfm(tfm), flags); in crypto_cipher_clear_flags()
1565 return crypto_cipher_crt(tfm)->cit_setkey(crypto_cipher_tfm(tfm), in crypto_cipher_setkey()
1581 crypto_cipher_crt(tfm)->cit_encrypt_one(crypto_cipher_tfm(tfm), in crypto_cipher_encrypt_one()
[all …]
/Linux-v4.19/crypto/
Decb.c57 fn(crypto_cipher_tfm(tfm), wdst, wsrc); in crypto_ecb_crypt()
Dctr.c86 fn(crypto_cipher_tfm(tfm), dst, ctrblk); in crypto_ctr_crypt_segment()
114 fn(crypto_cipher_tfm(tfm), keystream, ctrblk); in crypto_ctr_crypt_inplace()
Dtestmgr.c1021 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher()
/Linux-v4.19/include/crypto/
Dalgapi.h323 return &crypto_cipher_tfm(tfm)->__crt_alg->cra_cipher; in crypto_cipher_alg()