Home
last modified time | relevance | path

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

/linux/crypto/
H A Dxts.c364 err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst), in xts_create()
373 skcipher_crypto_instance(inst), in xts_create()
389 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in xts_create()
421 skcipher_crypto_instance(inst), name, 0, mask); in xts_create()
H A Dlrw.c323 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in lrw_create()
332 skcipher_crypto_instance(inst), in lrw_create()
348 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in lrw_create()
H A Dcts.c342 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_cts_create()
356 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
H A Dhctr2.c348 skcipher_crypto_instance(inst), in hctr2_create_common()
367 skcipher_crypto_instance(inst), in hctr2_create_common()
H A Dskcipher.c774 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance()
851 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple()
857 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()
H A Dadiantum.c591 skcipher_crypto_instance(inst), in adiantum_create()
600 skcipher_crypto_instance(inst), in adiantum_create()
H A Dctr.c276 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_rfc3686_create()
H A Dcryptd.c400 err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst), in cryptd_create_skcipher()
406 err = cryptd_init_instance(skcipher_crypto_instance(inst), &alg->base); in cryptd_create_skcipher()
H A Dessiv.c480 inst = skcipher_crypto_instance(skcipher_inst); in essiv_create()
/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()