Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/crypto/
Dfpu.c88 cipher = crypto_spawn_blkcipher(spawn); in crypto_fpu_init_tfm()
/linux-4.1.27/include/crypto/
Dalgapi.h258 static inline struct crypto_blkcipher *crypto_spawn_blkcipher( in crypto_spawn_blkcipher() function
/linux-4.1.27/crypto/
Dcts.c260 cipher = crypto_spawn_blkcipher(spawn); in crypto_cts_init_tfm()
Dcryptd.c281 cipher = crypto_spawn_blkcipher(spawn); in cryptd_blkcipher_init_tfm()
Dgcm.c1249 null = crypto_spawn_blkcipher(&ictx->null.base); in crypto_rfc4543_init_tfm()