Searched refs:crypto_blkcipher_crt (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | crypto.h | 1196 static inline struct blkcipher_tfm *crypto_blkcipher_crt( in crypto_blkcipher_crt() function 1280 return crypto_blkcipher_crt(tfm)->setkey(crypto_blkcipher_tfm(tfm), in crypto_blkcipher_setkey() 1307 desc->info = crypto_blkcipher_crt(desc->tfm)->iv; in crypto_blkcipher_encrypt() 1308 return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes); in crypto_blkcipher_encrypt() 1335 return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes); in crypto_blkcipher_encrypt_iv() 1360 desc->info = crypto_blkcipher_crt(desc->tfm)->iv; in crypto_blkcipher_decrypt() 1361 return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes); in crypto_blkcipher_decrypt() 1385 return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes); in crypto_blkcipher_decrypt_iv() 1400 memcpy(crypto_blkcipher_crt(tfm)->iv, src, len); in crypto_blkcipher_set_iv() 1416 memcpy(dst, crypto_blkcipher_crt(tfm)->iv, len); in crypto_blkcipher_get_iv()
|
/Linux-v4.19/drivers/crypto/bcm/ |
D | util.c | 231 iv = crypto_blkcipher_crt(tfm)->iv; in do_decrypt()
|
/Linux-v4.19/crypto/ |
D | cryptd.c | 281 crypto_blkcipher_crt(child)->encrypt); in cryptd_blkcipher_encrypt() 290 crypto_blkcipher_crt(child)->decrypt); in cryptd_blkcipher_decrypt()
|