Lines Matching refs:tb
620 struct rtattr **tb, in crypto_gcm_create_common() argument
633 algt = crypto_get_attr_type(tb); in crypto_gcm_create_common()
726 static int crypto_gcm_create(struct crypto_template *tmpl, struct rtattr **tb) in crypto_gcm_create() argument
732 cipher_name = crypto_attr_alg_name(tb[1]); in crypto_gcm_create()
744 return crypto_gcm_create_common(tmpl, tb, full_name, in crypto_gcm_create()
755 struct rtattr **tb) in crypto_gcm_base_create() argument
761 ctr_name = crypto_attr_alg_name(tb[1]); in crypto_gcm_base_create()
765 ghash_name = crypto_attr_alg_name(tb[2]); in crypto_gcm_base_create()
773 return crypto_gcm_create_common(tmpl, tb, full_name, in crypto_gcm_base_create()
923 struct rtattr **tb) in crypto_rfc4106_create() argument
932 algt = crypto_get_attr_type(tb); in crypto_rfc4106_create()
939 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4106_create()
1160 struct rtattr **tb) in crypto_rfc4543_create() argument
1170 algt = crypto_get_attr_type(tb); in crypto_rfc4543_create()
1177 ccm_name = crypto_attr_alg_name(tb[1]); in crypto_rfc4543_create()