Home | History | Annotate | Download | only in test

Lines Matching refs:status

75   err_status_t status;
81 status = crypto_kernel_init();
82 if (status) {
94 status = crypto_kernel_set_debug_module(optarg, 1);
95 if (status) {
114 status = crypto_kernel_list_debug_modules();
115 if (status) {
124 status = crypto_get_random(buffer, num_octets);
125 if (status) {
132 status = crypto_kernel_shutdown();
133 if (status) {