Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dhctr2.c415 char blockcipher_name[CRYPTO_MAX_ALG_NAME]; in hctr2_create_common() local
439 len = strscpy(blockcipher_name, xctr_alg->base.cra_name + 5, in hctr2_create_common()
440 sizeof(blockcipher_name)); in hctr2_create_common()
443 if (blockcipher_name[len - 1] != ')') in hctr2_create_common()
445 blockcipher_name[len - 1] = 0; in hctr2_create_common()
450 blockcipher_name, 0, mask); in hctr2_create_common()
535 const char *blockcipher_name; in hctr2_create() local
538 blockcipher_name = crypto_attr_alg_name(tb[1]); in hctr2_create()
539 if (IS_ERR(blockcipher_name)) in hctr2_create()
540 return PTR_ERR(blockcipher_name); in hctr2_create()
[all …]

Completed in 5 milliseconds