Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.c110 char *file_password; /* file with password to key or pkcs12 file. */ member
623 free(c_id->file_password); in http_set_password()
624 c_id->file_password = (char *)password; in http_set_password()
1392 free(c_id->file_password); in http_srv_close()
1748 if (c_id->file_password == NULL || in password_cb()
1749 buflen < strlen(c_id->file_password) + 1) in password_cb()
1752 return (strlcpy(buf, c_id->file_password, buflen)); in password_cb()
1838 c_id->file_password) in initialize_ctx()
1872 c_id->file_password) in initialize_ctx()
1907 c_id->file_password) in initialize_ctx()