Home
last modified time | relevance | path

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

/linux/scripts/
H A Dsign-file.c55 static const char *key_pass;
61 if (!key_pass)
64 pwlen = strlen(key_pass);
68 strcpy(buf, key_pass);
71 key_pass = NULL;
117 if (key_pass) in read_private_key_pkcs11()
118 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in read_private_key_pkcs11()
208 key_pass = getenv("KBUILD_SIGN_PIN"); in read_x509()
89 static const char *key_pass; global() variable
/linux/certs/
H A Dextract-cert.c45 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()
139 key_pass = getenv("KBUILD_SIGN_PIN"); in main()