Lines Matching refs:seq_printf
419 seq_printf(m, "type : ablkcipher\n"); in crypto_ablkcipher_show()
420 seq_printf(m, "async : %s\n", alg->cra_flags & CRYPTO_ALG_ASYNC ? in crypto_ablkcipher_show()
422 seq_printf(m, "blocksize : %u\n", alg->cra_blocksize); in crypto_ablkcipher_show()
423 seq_printf(m, "min keysize : %u\n", ablkcipher->min_keysize); in crypto_ablkcipher_show()
424 seq_printf(m, "max keysize : %u\n", ablkcipher->max_keysize); in crypto_ablkcipher_show()
425 seq_printf(m, "ivsize : %u\n", ablkcipher->ivsize); in crypto_ablkcipher_show()
426 seq_printf(m, "geniv : %s\n", ablkcipher->geniv ?: "<default>"); in crypto_ablkcipher_show()
500 seq_printf(m, "type : givcipher\n"); in crypto_givcipher_show()
501 seq_printf(m, "async : %s\n", alg->cra_flags & CRYPTO_ALG_ASYNC ? in crypto_givcipher_show()
503 seq_printf(m, "blocksize : %u\n", alg->cra_blocksize); in crypto_givcipher_show()
504 seq_printf(m, "min keysize : %u\n", ablkcipher->min_keysize); in crypto_givcipher_show()
505 seq_printf(m, "max keysize : %u\n", ablkcipher->max_keysize); in crypto_givcipher_show()
506 seq_printf(m, "ivsize : %u\n", ablkcipher->ivsize); in crypto_givcipher_show()
507 seq_printf(m, "geniv : %s\n", ablkcipher->geniv ?: "<built-in>"); in crypto_givcipher_show()