Searched refs:password_buf (Results 1 – 2 of 2) sorted by relevance
46 char password_buf[1024]; in PKCS12_get_rsa_key_certs() local59 if (get_passphrase(password_file, password_buf, in PKCS12_get_rsa_key_certs()60 sizeof (password_buf)) <= 0) { in PKCS12_get_rsa_key_certs()64 pk12cred.cred = password_buf; in PKCS12_get_rsa_key_certs()65 pk12cred.credlen = strlen(password_buf); in PKCS12_get_rsa_key_certs()112 char password_buf[1024]; in PEM_get_rsa_key_certs() local119 if (get_passphrase(password_file, password_buf, in PEM_get_rsa_key_certs()120 sizeof (password_buf)) <= 0) { in PEM_get_rsa_key_certs()124 creds.cred = password_buf; in PEM_get_rsa_key_certs()125 creds.credlen = strlen(password_buf); in PEM_get_rsa_key_certs()
584 char password_buf[1024]; in load_from_pkcs11() local594 if (get_passphrase(password_file, password_buf, in load_from_pkcs11()595 sizeof (password_buf)) <= 0) { in load_from_pkcs11()599 creds.cred = password_buf; in load_from_pkcs11()600 creds.credlen = strlen(password_buf); in load_from_pkcs11()