Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dskcipher.h151 static inline struct lskcipher_alg *crypto_lskcipher_spawn_alg( in crypto_lskcipher_spawn_alg() function
166 return crypto_lskcipher_spawn_alg(spawn); in crypto_spawn_lskcipher_alg()
299 return crypto_lskcipher_spawn_alg(spawn); in lskcipher_ialg_simple()
/linux/crypto/
H A Decb.c185 cipher_alg = crypto_lskcipher_spawn_alg(spawn); in crypto_ecb_create()
H A Dlskcipher.c525 cipher_alg = crypto_lskcipher_spawn_alg(spawn); in lskcipher_alloc_instance_simple()