Searched refs:key_pass (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A D | sign-file.c | 121 static const char *key_pass; variable 127 if (!key_pass) in pem_pw_cb() 130 pwlen = strlen(key_pass); in pem_pw_cb() 134 strcpy(buf, key_pass); in pem_pw_cb() 137 key_pass = NULL; in pem_pw_cb() 157 if (key_pass) in read_private_key() 158 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), in read_private_key() 243 key_pass = getenv("KBUILD_SIGN_PIN"); in main()
|
H A D | extract-cert.c | 78 static const char *key_pass; variable 107 key_pass = getenv("KBUILD_SIGN_PIN"); in main() 139 if (key_pass) in main() 140 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in main()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | sign-file.c | 121 static const char *key_pass; variable 127 if (!key_pass) in pem_pw_cb() 130 pwlen = strlen(key_pass); in pem_pw_cb() 134 strcpy(buf, key_pass); in pem_pw_cb() 137 key_pass = NULL; in pem_pw_cb() 157 if (key_pass) in read_private_key() 158 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), in read_private_key() 243 key_pass = getenv("KBUILD_SIGN_PIN"); in main()
|
/kernel/linux/linux-6.6/certs/ |
H A D | extract-cert.c | 78 static const char *key_pass; variable 110 key_pass = getenv("KBUILD_SIGN_PIN"); in main() 142 if (key_pass) in main() 143 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in main()
|
Completed in 2 milliseconds