Home
last modified time | relevance | path

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

/linux-6.14.4/include/crypto/internal/
Dskcipher.h142 static inline struct lskcipher_alg *crypto_lskcipher_spawn_alg( in crypto_lskcipher_spawn_alg() function
157 return crypto_lskcipher_spawn_alg(spawn); in crypto_spawn_lskcipher_alg()
287 return crypto_lskcipher_spawn_alg(spawn); in lskcipher_ialg_simple()
/linux-6.14.4/crypto/
Decb.c185 cipher_alg = crypto_lskcipher_spawn_alg(spawn); in crypto_ecb_create()
Dlskcipher.c525 cipher_alg = crypto_lskcipher_spawn_alg(spawn); in lskcipher_alloc_instance_simple()