Lines Matching refs:blockcipher_name
415 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()
534 const char *blockcipher_name; in hctr2_create() local
537 blockcipher_name = crypto_attr_alg_name(tb[1]); in hctr2_create()
538 if (IS_ERR(blockcipher_name)) in hctr2_create()
539 return PTR_ERR(blockcipher_name); in hctr2_create()
542 blockcipher_name) >= CRYPTO_MAX_ALG_NAME) in hctr2_create()