crypto_attr_alg_name  521 crypto/adiantum.c 	streamcipher_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  525 crypto/adiantum.c 	blockcipher_name = crypto_attr_alg_name(tb[2]);
crypto_attr_alg_name  529 crypto/adiantum.c 	nhpoly1305_name = crypto_attr_alg_name(tb[3]);
crypto_attr_alg_name  250 crypto/aead.c  	name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  820 crypto/algapi.c EXPORT_SYMBOL_GPL(crypto_attr_alg_name);
crypto_attr_alg_name  828 crypto/algapi.c 	name = crypto_attr_alg_name(rta);
crypto_attr_alg_name  409 crypto/authenc.c 	enc_name = crypto_attr_alg_name(tb[2]);
crypto_attr_alg_name  427 crypto/authencesn.c 	enc_name = crypto_attr_alg_name(tb[2]);
crypto_attr_alg_name  570 crypto/ccm.c   	cipher_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  591 crypto/ccm.c   	ctr_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  595 crypto/ccm.c   	mac_name = crypto_attr_alg_name(tb[2]);
crypto_attr_alg_name  761 crypto/ccm.c   	ccm_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  584 crypto/chacha20poly1305.c 	chacha_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  587 crypto/chacha20poly1305.c 	poly_name = crypto_attr_alg_name(tb[2]);
crypto_attr_alg_name  413 crypto/cryptd.c 	name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  866 crypto/cryptd.c 	name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  281 crypto/ctr.c   	cipher_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  344 crypto/cts.c   	cipher_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  478 crypto/essiv.c 	inner_cipher_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  482 crypto/essiv.c 	shash_name = crypto_attr_alg_name(tb[2]);
crypto_attr_alg_name  697 crypto/gcm.c   	cipher_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  714 crypto/gcm.c   	ctr_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  718 crypto/gcm.c   	ghash_name = crypto_attr_alg_name(tb[2]);
crypto_attr_alg_name  883 crypto/gcm.c   	ccm_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name 1120 crypto/gcm.c   	ccm_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  315 crypto/lrw.c   	cipher_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  243 crypto/pcrypt.c 	name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  616 crypto/rsa-pkcs1pad.c 	rsa_alg_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  620 crypto/rsa-pkcs1pad.c 	hash_name = crypto_attr_alg_name(tb[2]);
crypto_attr_alg_name  354 crypto/xts.c   	cipher_name = crypto_attr_alg_name(tb[1]);
crypto_attr_alg_name  171 include/crypto/algapi.h const char *crypto_attr_alg_name(struct rtattr *rta);