Lines Matching refs:seq_printf
41 seq_printf(m, "name : %s\n", alg->cra_name); in c_show()
42 seq_printf(m, "driver : %s\n", alg->cra_driver_name); in c_show()
43 seq_printf(m, "module : %s\n", module_name(alg->cra_module)); in c_show()
44 seq_printf(m, "priority : %d\n", alg->cra_priority); in c_show()
45 seq_printf(m, "refcnt : %u\n", refcount_read(&alg->cra_refcnt)); in c_show()
46 seq_printf(m, "selftest : %s\n", in c_show()
49 seq_printf(m, "internal : %s\n", in c_show()
53 seq_printf(m, "fips : %s\n", in c_show()
59 seq_printf(m, "type : larval\n"); in c_show()
60 seq_printf(m, "flags : 0x%x\n", alg->cra_flags); in c_show()
71 seq_printf(m, "type : cipher\n"); in c_show()
72 seq_printf(m, "blocksize : %u\n", alg->cra_blocksize); in c_show()
73 seq_printf(m, "min keysize : %u\n", in c_show()
75 seq_printf(m, "max keysize : %u\n", in c_show()
79 seq_printf(m, "type : compression\n"); in c_show()
82 seq_printf(m, "type : unknown\n"); in c_show()