Lines Matching refs:tb
697 static struct crypto_instance *crypto_gcm_alloc_common(struct rtattr **tb, in crypto_gcm_alloc_common() argument
710 algt = crypto_get_attr_type(tb); in crypto_gcm_alloc_common()
793 static struct crypto_instance *crypto_gcm_alloc(struct rtattr **tb) in crypto_gcm_alloc() argument
799 cipher_name = crypto_attr_alg_name(tb[1]); in crypto_gcm_alloc()
811 return crypto_gcm_alloc_common(tb, full_name, ctr_name, "ghash"); in crypto_gcm_alloc()
830 static struct crypto_instance *crypto_gcm_base_alloc(struct rtattr **tb) in crypto_gcm_base_alloc() argument
836 ctr_name = crypto_attr_alg_name(tb[1]); in crypto_gcm_base_alloc()
840 ghash_name = crypto_attr_alg_name(tb[2]); in crypto_gcm_base_alloc()
848 return crypto_gcm_alloc_common(tb, full_name, ctr_name, ghash_name); in crypto_gcm_base_alloc()
964 static struct crypto_instance *crypto_rfc4106_alloc(struct rtattr **tb) in crypto_rfc4106_alloc() argument
973 algt = crypto_get_attr_type(tb); in crypto_rfc4106_alloc()
980 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4106_alloc()
1279 static struct crypto_instance *crypto_rfc4543_alloc(struct rtattr **tb) in crypto_rfc4543_alloc() argument
1289 algt = crypto_get_attr_type(tb); in crypto_rfc4543_alloc()
1296 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4543_alloc()