Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
A Dskcipher.h69 static inline struct crypto_instance *skcipher_crypto_instance( in skcipher_crypto_instance() function
84 return crypto_instance_ctx(skcipher_crypto_instance(inst)); in skcipher_instance_ctx()
/linux/crypto/
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()
A Dxts.c362 err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst), in xts_create()
371 skcipher_crypto_instance(inst), in xts_create()
387 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in xts_create()
A Dadiantum.c514 skcipher_crypto_instance(inst), in adiantum_create()
522 skcipher_crypto_instance(inst), in adiantum_create()
533 skcipher_crypto_instance(inst), in adiantum_create()
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()
A Dskcipher.c870 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance()
947 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple()
953 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()
A Dctr.c276 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_rfc3686_create()
A Dcryptd.c389 err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst), in cryptd_create_skcipher()
395 err = cryptd_init_instance(skcipher_crypto_instance(inst), &alg->base); in cryptd_create_skcipher()
A Dessiv.c478 inst = skcipher_crypto_instance(skcipher_inst); in essiv_create()

Completed in 16 milliseconds