Searched refs:blockcipher_name (Results 1 – 1 of 1) sorted by relevance
416 char blockcipher_name[CRYPTO_MAX_ALG_NAME]; in hctr2_create_common() local440 len = strscpy(blockcipher_name, xctr_alg->base.cra_name + 5, in hctr2_create_common()441 sizeof(blockcipher_name)); in hctr2_create_common()444 if (blockcipher_name[len - 1] != ')') in hctr2_create_common()446 blockcipher_name[len - 1] = 0; in hctr2_create_common()451 blockcipher_name, 0, mask); in hctr2_create_common()536 const char *blockcipher_name; in hctr2_create() local539 blockcipher_name = crypto_attr_alg_name(tb[1]); in hctr2_create()540 if (IS_ERR(blockcipher_name)) in hctr2_create()541 return PTR_ERR(blockcipher_name); in hctr2_create()[all …]