Searched refs:key_pass (Results 1 – 2 of 2) 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()
46 static const char *key_pass; variable113 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()