Home | History | Annotate | Download | only in test

Lines Matching defs:status

61   err_status_t status;
67 status = crypto_kernel_init();
68 if (status) {
84 status = crypto_kernel_set_debug_module(optarg, 1);
85 if (status) {
96 printf("checking crypto_kernel status...\n");
97 status = crypto_kernel_status();
98 if (status) {
105 status = crypto_kernel_shutdown();
106 if (status) {