Home
last modified time | relevance | path

Searched refs:key_pass (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/
H A Dsign-file.c67 static const char *key_pass;
73 if (!key_pass)
76 pwlen = strlen(key_pass);
80 strcpy(buf, key_pass); in format()
83 key_pass = NULL; in format()
129 if (key_pass) in read_private_key_pkcs11()
130 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in read_private_key_pkcs11()
220 key_pass = getenv("KBUILD_SIGN_PIN"); in main()
89 static const char *key_pass; global() variable
/linux/certs/
H A Dextract-cert.c46 static const char *key_pass; variable
113 if (key_pass) in load_cert_pkcs11()
114 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in load_cert_pkcs11()
138 key_pass = getenv("KBUILD_SIGN_PIN"); in main()