Lines Matching refs:tb
583 struct rtattr **tb, in crypto_gcm_create_common() argument
595 algt = crypto_get_attr_type(tb); in crypto_gcm_create_common()
692 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_gcm_create() argument
697 cipher_name = crypto_attr_alg_name(tb[1]); in crypto_gcm_create()
705 return crypto_gcm_create_common(tmpl, tb, ctr_name, "ghash"); in crypto_gcm_create()
709 struct rtattr **tb) in crypto_gcm_base_create() argument
714 ctr_name = crypto_attr_alg_name(tb[1]); in crypto_gcm_base_create()
718 ghash_name = crypto_attr_alg_name(tb[2]); in crypto_gcm_base_create()
722 return crypto_gcm_create_common(tmpl, tb, ctr_name, ghash_name); in crypto_gcm_base_create()
867 struct rtattr **tb) in crypto_rfc4106_create() argument
876 algt = crypto_get_attr_type(tb); in crypto_rfc4106_create()
883 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4106_create()
1103 struct rtattr **tb) in crypto_rfc4543_create() argument
1113 algt = crypto_get_attr_type(tb); in crypto_rfc4543_create()
1120 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4543_create()