Lines Matching refs:ext_printf

504 			ext_printf("[-] sss_combine error for share %d / %d: session ID is not OK!\n", i, k);  in sss_combine()
517 ext_printf("[-] sss_combine error for share %d / %d: HMAC is not OK!\n", i, k); in sss_combine()
572 ext_printf("[-] sss_regenerate error for share %d / %d: session ID is not OK!\n", i, k); in sss_regenerate()
586 ext_printf("[-] sss_regenerate error for share %d / %d: HMAC is not OK!\n", i, k); in sss_regenerate()
667 ext_printf("[+] Generating the secrets %d / %d, call should be OK\n", K, N); in main()
672 ext_printf(" [X] Error: sss_generate error\n"); in main()
684 ext_printf("[+] Combining the secrets with less shares: call should trigger an error\n"); in main()
688 ext_printf(" [X] Error: sss_combine error\n"); in main()
696 ext_printf("[+] Combining the secrets with minimum shares: call should be OK\n"); in main()
700 ext_printf(" [X] Error: sss_combine error\n"); in main()
709 ext_printf("[+] Combining the secrets with more shares: call should be OK\n"); in main()
713 ext_printf(" [X] Error: sss_combine error\n"); in main()
720ext_printf("[+] Combining the secrets with more shares but one corrupted: call should trigger an e… in main()
725 ext_printf(" [X] Error: sss_combine error\n"); in main()
731 ext_printf("[+] Regenerating more shares: call should be OK\n"); in main()
735 ext_printf(" [X] Error: sss_regenerate error\n"); in main()
746 ext_printf("[+] Combining the secrets with newly generated shares: call should be OK\n"); in main()
750 ext_printf(" [X] Error: sss_combine error\n"); in main()
757ext_printf("[+] Combining the secrets with newly generated shares and a bad session ID: call shoul… in main()
762 ext_printf(" [X] Error: sss_combine error\n"); in main()