Searched refs:key_pass (Results 1 – 1 of 1) sorted by relevance
89 static const char *key_pass; variable95 if (!key_pass) in pem_pw_cb()98 pwlen = strlen(key_pass); in pem_pw_cb()102 strcpy(buf, key_pass); in pem_pw_cb()105 key_pass = NULL; in pem_pw_cb()151 if (key_pass) in read_private_key_pkcs11()152 ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0), "Set PKCS#11 PIN"); in read_private_key_pkcs11()247 key_pass = getenv("KBUILD_SIGN_PIN"); in main()