Home
last modified time | relevance | path

Searched refs:skcipher_crypto_instance (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/internal/
H A Dskcipher.h98 static inline struct crypto_instance *skcipher_crypto_instance( in skcipher_crypto_instance() function
126 return crypto_instance_ctx(skcipher_crypto_instance(inst)); in skcipher_instance_ctx()
/linux/crypto/
H A Dhctr2.c348 skcipher_crypto_instance(inst), in hctr2_create_common()
367 skcipher_crypto_instance(inst), in hctr2_create_common()
H A Dskcipher.c779 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance()
856 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple()
862 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()
H A Dessiv.c480 inst = skcipher_crypto_instance(skcipher_inst); in essiv_create()