Searched refs:private_key_path (Results 1 – 3 of 3) sorted by relevance
37 const char *private_key_path; variable532 private_key_path = optarg; in main()551 if (sign_progs && (private_key_path == NULL || cert_path == NULL)) { in main()556 if (!sign_progs && (private_key_path != NULL || cert_path != NULL)) { in main()
146 private_key = read_private_key(private_key_path); in bpftool_prog_sign()
95 extern const char *private_key_path;