Searched refs:cert_path (Results 1 – 4 of 4) sorted by relevance
38 const char *cert_path; variable535 cert_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()
152 x509 = read_x509(cert_path); in bpftool_prog_sign()
96 extern const char *cert_path;
1973 err = register_session_key(cert_path); in try_loader()