Home
last modified time | relevance | path

Searched refs:lmResp (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/R-cran-lme4/lme4/man/
H A DlmResp.Rd1 \name{lmResp}
4 \alias{lmResp}
8 lmResp(...)
15 \code{\linkS4class{lmResp}},
34 \code{\linkS4class{lmResp}} or
43 \code{\linkS4class{lmResp}},
H A DlmResp-class.Rd1 \name{lmResp-class}
5 \alias{lmResp-class}
9 models, \code{"lmResp"}, generalized linear models,
20 all extend the \code{"lmResp"} class.
37 showClass("lmResp")
38 str(lmResp$new(y=1:4))
H A Dresiduals.merMod.Rd3 \alias{residuals.lmResp}
11 \method{residuals}{lmResp} (object,
H A DglmerLaplaceHandle.Rd9 \item{resp}{\code{\link{lmResp}} object}
H A Dlme4-package.Rd46 \code{\link{lmResp-class}}) as well as S4 classes; partly for this reason
/dports/math/R-cran-lme4/lme4/src/
H A DrespModule.cpp23 lmResp::lmResp(SEXP y, SEXP weights, SEXP offset, SEXP mu, SEXP sqrtXwt, in lmResp() function in lme4::lmResp
42 double lmResp::updateMu(const VectorXd& gamma) { in updateMu()
56 double lmResp::updateWrss() { in updateWrss()
68 void lmResp::setOffset(const VectorXd& oo) { in setOffset()
74 void lmResp::setResp(const VectorXd& yy) { in setResp()
80 void lmResp::setWeights(const VectorXd& ww) { in setWeights()
90 : lmResp(y, weights, offset, mu, sqrtXwt, sqrtrwt, wtres), in lmerResp()
118 : lmResp(y, weights, offset, mu, sqrtXwt, sqrtrwt, wtres), in glmResp()
194 : lmResp(y, weights, offset, mu, sqrtXwt, sqrtrwt, wtres), in nlsResp()
H A DrespModule.h24 class lmResp {
41 lmResp(SEXP,SEXP,SEXP,SEXP,SEXP,SEXP,SEXP);
74 class lmerResp : public lmResp {
87 class glmResp : public lmResp {
121 class nlsResp : public lmResp {
H A Dmcmcsamp.h34 mcmcsamp(lme4::merPredD *pred, lme4::lmResp *resp,
H A Dexternal.cpp39 using lme4::lmResp;
264 static inline double pwrss(lmResp *rp, merPredD *pp, double fac) { in pwrss()
560 lmResp *ans = new lmResp(y, weights, offset, mu, sqrtXwt, sqrtrwt, wtres); in lm_Create()
561 return wrap(XPtr<lmResp>(ans, true)); in lm_Create()
567 XPtr<lmResp>(ptr_)->setOffset(as<MVec>(offset)); in lm_setOffset()
573 XPtr<lmResp>(ptr_)->setResp(as<MVec>(resp)); in lm_setResp()
579 XPtr<lmResp>(ptr_)->setWeights(as<MVec>(weights)); in lm_setWeights()
585 return ::Rf_ScalarReal(XPtr<lmResp>(ptr_)->wrss()); in lm_wrss()
/dports/security/p5-Authen-NTLM/NTLM-1.09/
H A DNTLM.pm278 $u_off, $d_off, $c_info, $lmResp, $ntResp, $lm_hdr,
291 $lmResp = &lmEncrypt($c_info->{data});
296 $lmResp = &lmv2Encrypt($c_info->{data});
302 $lmResp = &lmEncrypt($c_info->{data});
310 $nt_off = $lm_off + length($lmResp);
315 $lm_hdr = &hdr($lmResp, $msg3_hlen, $lm_off);
323 $lmResp . $ntResp . $domain . $u_user . $u_host;
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DnsNTLMAuthModule.cpp591 uint8_t lmResp[LM_RESP_LEN]; in GenerateType3Msg() local
719 memcpy(lmResp, lmv2ResponseStr.get(), NTLMv2_HASH_LEN); in GenerateType3Msg()
720 memcpy(lmResp + NTLMv2_HASH_LEN, client_random, NTLM_CHAL_LEN); in GenerateType3Msg()
770 PK11_GenerateRandom(lmResp, NTLM_CHAL_LEN); in GenerateType3Msg()
771 memset(lmResp + NTLM_CHAL_LEN, 0, LM_RESP_LEN - NTLM_CHAL_LEN); in GenerateType3Msg()
786 rv = hasher->Update(lmResp, NTLM_CHAL_LEN); in GenerateType3Msg()
809 LM_Response(ntlmHash, msg.challenge, lmResp); in GenerateType3Msg()
847 memcpy(static_cast<uint8_t*>(*outBuf) + offset.value(), lmResp, LM_RESP_LEN); in GenerateType3Msg()
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DnsNTLMAuthModule.cpp589 uint8_t lmResp[LM_RESP_LEN]; in GenerateType3Msg() local
717 memcpy(lmResp, lmv2ResponseStr.get(), NTLMv2_HASH_LEN); in GenerateType3Msg()
718 memcpy(lmResp + NTLMv2_HASH_LEN, client_random, NTLM_CHAL_LEN); in GenerateType3Msg()
768 PK11_GenerateRandom(lmResp, NTLM_CHAL_LEN); in GenerateType3Msg()
769 memset(lmResp + NTLM_CHAL_LEN, 0, LM_RESP_LEN - NTLM_CHAL_LEN); in GenerateType3Msg()
784 rv = hasher->Update(lmResp, NTLM_CHAL_LEN); in GenerateType3Msg()
807 LM_Response(ntlmHash, msg.challenge, lmResp); in GenerateType3Msg()
845 memcpy(static_cast<uint8_t*>(*outBuf) + offset.value(), lmResp, LM_RESP_LEN); in GenerateType3Msg()
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DnsNTLMAuthModule.cpp590 uint8_t lmResp[LM_RESP_LEN]; in GenerateType3Msg() local
718 memcpy(lmResp, lmv2ResponseStr.get(), NTLMv2_HASH_LEN); in GenerateType3Msg()
719 memcpy(lmResp + NTLMv2_HASH_LEN, client_random, NTLM_CHAL_LEN); in GenerateType3Msg()
769 PK11_GenerateRandom(lmResp, NTLM_CHAL_LEN); in GenerateType3Msg()
770 memset(lmResp + NTLM_CHAL_LEN, 0, LM_RESP_LEN - NTLM_CHAL_LEN); in GenerateType3Msg()
785 rv = hasher->Update(lmResp, NTLM_CHAL_LEN); in GenerateType3Msg()
808 LM_Response(ntlmHash, msg.challenge, lmResp); in GenerateType3Msg()
849 memcpy(static_cast<uint8_t *>(*outBuf) + offset.value(), lmResp, LM_RESP_LEN); in GenerateType3Msg()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/
H A DnsNTLMAuthModule.cpp652 uint8_t lmResp[LM_RESP_LEN]; in GenerateType3Msg() local
776 memcpy(lmResp, lmv2ResponseStr.get(), NTLMv2_HASH_LEN); in GenerateType3Msg()
777 memcpy(lmResp + NTLMv2_HASH_LEN, client_random, NTLM_CHAL_LEN); in GenerateType3Msg()
827 PK11_GenerateRandom(lmResp, NTLM_CHAL_LEN); in GenerateType3Msg()
828 memset(lmResp + NTLM_CHAL_LEN, 0, LM_RESP_LEN - NTLM_CHAL_LEN); in GenerateType3Msg()
843 rv = hasher->Update(lmResp, NTLM_CHAL_LEN); in GenerateType3Msg()
866 LM_Response(ntlmHash, msg.challenge, lmResp); in GenerateType3Msg()
907 memcpy(static_cast<uint8_t*>(*outBuf) + offset.value(), lmResp, LM_RESP_LEN); in GenerateType3Msg()
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DnsNTLMAuthModule.cpp589 uint8_t lmResp[LM_RESP_LEN]; in GenerateType3Msg() local
717 memcpy(lmResp, lmv2ResponseStr.get(), NTLMv2_HASH_LEN); in GenerateType3Msg()
718 memcpy(lmResp + NTLMv2_HASH_LEN, client_random, NTLM_CHAL_LEN); in GenerateType3Msg()
768 PK11_GenerateRandom(lmResp, NTLM_CHAL_LEN); in GenerateType3Msg()
769 memset(lmResp + NTLM_CHAL_LEN, 0, LM_RESP_LEN - NTLM_CHAL_LEN); in GenerateType3Msg()
784 rv = hasher->Update(lmResp, NTLM_CHAL_LEN); in GenerateType3Msg()
807 LM_Response(ntlmHash, msg.challenge, lmResp); in GenerateType3Msg()
845 memcpy(static_cast<uint8_t*>(*outBuf) + offset.value(), lmResp, LM_RESP_LEN); in GenerateType3Msg()
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DnsNTLMAuthModule.cpp589 uint8_t lmResp[LM_RESP_LEN]; in GenerateType3Msg() local
717 memcpy(lmResp, lmv2ResponseStr.get(), NTLMv2_HASH_LEN); in GenerateType3Msg()
718 memcpy(lmResp + NTLMv2_HASH_LEN, client_random, NTLM_CHAL_LEN); in GenerateType3Msg()
768 PK11_GenerateRandom(lmResp, NTLM_CHAL_LEN); in GenerateType3Msg()
769 memset(lmResp + NTLM_CHAL_LEN, 0, LM_RESP_LEN - NTLM_CHAL_LEN); in GenerateType3Msg()
784 rv = hasher->Update(lmResp, NTLM_CHAL_LEN); in GenerateType3Msg()
807 LM_Response(ntlmHash, msg.challenge, lmResp); in GenerateType3Msg()
845 memcpy(static_cast<uint8_t*>(*outBuf) + offset.value(), lmResp, LM_RESP_LEN); in GenerateType3Msg()
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/auth/
H A DNTLM.java483 byte[] lmResp = new byte[24]; in hashPassword()
484 calcResp(lmHpw, nonce, lmResp); in hashPassword()
486 return lmResp; in hashPassword()
/dports/math/R-cran-lme4/lme4/
H A DNAMESPACE106 export(lmResp)
196 S3method(family,lmResp)
238 S3method(residuals,lmResp)
H A DMD5141 7d8ebc023d6f58fd43e3a35047240342 *man/lmResp-class.Rd
142 83c485d70631b2f161fbd85e32b47f0b *man/lmResp.Rd
H A DChangeLog128 * man/glmFamily-class.Rd, man/glmFamily.Rd, man/lmResp-class.Rd,
129 man/lmResp.Rd: Document the class generator object and the reference
168 * man/lmResp-class.Rd: Document response reference classes and
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/auth/
H A DNTLMEngineImpl.java1181 protected byte[] lmResp; field in NTLMEngineImpl.Type3Message
1211 lmResp = gen.getLMv2Response(); in Type3Message()
1222 lmResp = gen.getLM2SessionResponse(); in Type3Message()
1230 lmResp = gen.getLMResponse(); in Type3Message()
1242 lmResp = gen.getLMResponse(); in Type3Message()
1275 final int lmRespLen = lmResp.length; in getResponse()
1377 addBytes(lmResp); in getResponse()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/auth/
H A DNTLMEngineImpl.java1181 protected byte[] lmResp; field in NTLMEngineImpl.Type3Message
1211 lmResp = gen.getLMv2Response(); in Type3Message()
1222 lmResp = gen.getLM2SessionResponse(); in Type3Message()
1230 lmResp = gen.getLMResponse(); in Type3Message()
1242 lmResp = gen.getLMResponse(); in Type3Message()
1275 final int lmRespLen = lmResp.length; in getResponse()
1377 addBytes(lmResp); in getResponse()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/network/
H A DZapNTLMEngineImpl.java1467 protected byte[] lmResp; field in ZapNTLMEngineImpl.Type3Message
1575 lmResp = gen.getLMv2Response(); in Type3Message()
1586 lmResp = gen.getLM2SessionResponse(); in Type3Message()
1594 lmResp = gen.getLMResponse(); in Type3Message()
1606 lmResp = gen.getLMResponse(); in Type3Message()
1648 final int lmRespLen = lmResp.length; in buildMessage()
1760 addBytes(lmResp); in buildMessage()
/dports/net/pear-Auth_RADIUS/Auth_RADIUS-1.1.0/Auth/
H A DRADIUS.php765 $lmResp = isset($this->lmResponse) ? $this->lmResponse : str_repeat ("\0", 24);
767 $resp = pack('CC', $this->chapid, $this->flags) . $lmResp . $ntResp;
/dports/math/R-cran-lme4/lme4/R/
H A DAllClass.R249 lmResp <- # base class for response modules
336 lmResp$lock("mu", "offset", "sqrtXwt", "sqrtrwt", "weights", "wtres")#, "y")

12