child_alg         342 drivers/crypto/ccp/ccp-crypto-sha.c 	hmac_tfm = crypto_alloc_shash(alg->child_alg, 0, 0);
child_alg         345 drivers/crypto/ccp/ccp-crypto-sha.c 			alg->child_alg);
child_alg         434 drivers/crypto/ccp/ccp-crypto-sha.c 	strncpy(ccp_alg->child_alg, def->name, CRYPTO_MAX_ALG_NAME);
child_alg          58 drivers/crypto/ccp/ccp-crypto.h 	char child_alg[CRYPTO_MAX_ALG_NAME];
child_alg         270 drivers/crypto/n2_core.c 	const char		*child_alg;
child_alg         427 drivers/crypto/n2_core.c 	child_shash = crypto_alloc_shash(n2alg->child_alg, 0, 0);
child_alg         430 drivers/crypto/n2_core.c 			   n2alg->child_alg);
child_alg        1420 drivers/crypto/n2_core.c 	p->child_alg = n2ahash->alg.halg.base.cra_name;
child_alg        1429 drivers/crypto/n2_core.c 	snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "hmac(%s)", p->child_alg);
child_alg        1430 drivers/crypto/n2_core.c 	snprintf(base->cra_driver_name, CRYPTO_MAX_ALG_NAME, "hmac-%s-n2", p->child_alg);