Searched refs:crypto_inst_setname (Results 1 – 14 of 14) sorted by relevance
/linux/include/crypto/ |
A D | algapi.h | 130 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
|
/linux/crypto/ |
A D | hmac.c | 203 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in hmac_create()
|
A D | xcbc.c | 217 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in xcbc_create()
|
A D | cmac.c | 256 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cmac_create()
|
A D | lrw.c | 348 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in lrw_create()
|
A D | cts.c | 356 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
|
A D | xts.c | 387 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in xts_create()
|
A D | algapi.c | 875 int crypto_inst_setname(struct crypto_instance *inst, const char *name, in crypto_inst_setname() function 888 EXPORT_SYMBOL_GPL(crypto_inst_setname);
|
A D | vmac.c | 646 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in vmac_create()
|
A D | skcipher.c | 953 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()
|
A D | ccm.c | 886 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cbcmac_create()
|
/linux/ |
A D | vmlinux.symvers | 1168 0x00000000 crypto_inst_setname vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 14971 ffff800010443c90 T crypto_inst_setname
|
A D | .tmp_System.map | 14971 ffff800010443c90 T crypto_inst_setname
|
Completed in 301 milliseconds