Home | History | Annotate | Download | only in test

Lines Matching refs:printf

46 #include <stdio.h>           /* for printf() */
52 printf("usage: %s [ -v ][ -d debug_module ]*\n", prog_name);
69 printf("error: crypto_kernel init failed\n");
72 printf("crypto_kernel successfully initalized\n");
86 printf("error: set debug module (%s) failed\n", optarg);
96 printf("checking crypto_kernel status...\n");
99 printf("failed\n");
102 printf("crypto_kernel passed self-tests\n");
107 printf("error: crypto_kernel shutdown failed\n");
110 printf("crypto_kernel successfully shut down\n");