Home
last modified time | relevance | path

Searched refs:crypto_inst_setname (Results 1 – 5 of 5) sorted by relevance

/crypto/
Dalgapi.c844 int crypto_inst_setname(struct crypto_instance *inst, const char *name, in crypto_inst_setname() function
857 EXPORT_SYMBOL_GPL(crypto_inst_setname);
873 err = crypto_inst_setname(inst, name, alg); in crypto_alloc_instance()
Dlrw.c352 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in create()
Dcts.c370 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
Dxts.c392 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in create()
Dskcipher.c1202 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()