Home
last modified time | relevance | path

Searched refs:http_set_password (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/common/net/wanboot/
H A Dboot_http.h111 int http_set_password(http_handle_t, const char *);
H A Dbootlog.c584 if (http_set_password(handle, WANBOOT_PASSPHRASE) < 0) in setup_con()
H A Dboot_http.c608 http_set_password(http_handle_t handle, const char *password) in http_set_password() function
647 return (http_set_password(handle, password)); in http_set_key_file_password()
/titanic_50/usr/src/lib/libwanboot/common/
H A Dmapfile-vers73 http_set_password;
/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c713 http_set_password(*handlep, WANBOOT_PASSPHRASE) < 0) { in establish_http_connection()
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgweb.c1749 if (http_set_password(ps->hps, WEB_CA_PHRASE) != 0) { in web_connect()