Searched refs:nLength (Results 1 - 25 of 45) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/engines/ibmca/
H A Dica_openssl_api.h75 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_MODEXPO
100 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c531 publKey->expLength = publKey->nLength = outLen;
546 publKey->modulusBitLength = CORRECT_ENDIANNESS(publKey->nLength * 8);
554 publKey->expLength = publKey->nLength = CORRECT_ENDIANNESS(tmpLen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/engines/ibmca/
H A Dica_openssl_api.h76 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_MODEXPO
101 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c540 publKey->expLength = publKey->nLength = outLen;
559 publKey->modulusBitLength = CORRECT_ENDIANNESS(publKey->nLength * 8);
567 publKey->expLength = publKey->nLength = CORRECT_ENDIANNESS(tmpLen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/engines/ibmca/
H A Dica_openssl_api.h76 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_MODEXPO
101 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c540 publKey->expLength = publKey->nLength = outLen;
559 publKey->modulusBitLength = CORRECT_ENDIANNESS(publKey->nLength * 8);
567 publKey->expLength = publKey->nLength = CORRECT_ENDIANNESS(tmpLen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/engines/ibmca/
H A Dica_openssl_api.h75 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_MODEXPO
100 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c531 publKey->expLength = publKey->nLength = outLen;
546 publKey->modulusBitLength = CORRECT_ENDIANNESS(publKey->nLength * 8);
554 publKey->expLength = publKey->nLength = CORRECT_ENDIANNESS(tmpLen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/engines/ibmca/
H A Dica_openssl_api.h75 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_MODEXPO
100 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c531 publKey->expLength = publKey->nLength = outLen;
546 publKey->modulusBitLength = CORRECT_ENDIANNESS(publKey->nLength * 8);
554 publKey->expLength = publKey->nLength = CORRECT_ENDIANNESS(tmpLen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/engines/ibmca/
H A Dica_openssl_api.h76 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_MODEXPO
101 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c540 publKey->expLength = publKey->nLength = outLen;
559 publKey->modulusBitLength = CORRECT_ENDIANNESS(publKey->nLength * 8);
567 publKey->expLength = publKey->nLength = CORRECT_ENDIANNESS(tmpLen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/www/
H A Dhelp.js2611 var nScore=0, nLength=0, nAlphaUC=0, nAlphaLC=0, nNumber=0, nSymbol=0, nMidChar=0, nRequirements=0, nAlphasOnly=0, nNumbersOnly=0, nUnqChar=0, nRepChar=0, nRepInc=0, nConsecAlphaUC=0, nConsecAlphaLC=0, nConsecNumber=0, nConsecSymbol=0, nConsecCharType=0, nSeqAlpha=0, nSeqNumber=0, nSeqSymbol=0, nSeqChar=0, nReqChar=0, nMultConsecCharType=0;
2627 nLength = pwd.length;
2702 if (nAlphaUC > 0 && nAlphaUC < nLength) {
2703 nScore = parseInt(nScore + ((nLength - nAlphaUC) * 2));
2704 sAlphaUC = "+ " + parseInt((nLength - nAlphaUC) * 2);
2706 if (nAlphaLC > 0 && nAlphaLC < nLength) {
2707 nScore = parseInt(nScore + ((nLength - nAlphaLC) * 2));
2708 sAlphaLC = "+ " + parseInt((nLength - nAlphaLC) * 2);
2710 if (nNumber > 0 && nNumber < nLength) {
2730 nScore = parseInt(nScore - nLength);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/www/
H A Dhelp.js2611 var nScore=0, nLength=0, nAlphaUC=0, nAlphaLC=0, nNumber=0, nSymbol=0, nMidChar=0, nRequirements=0, nAlphasOnly=0, nNumbersOnly=0, nUnqChar=0, nRepChar=0, nRepInc=0, nConsecAlphaUC=0, nConsecAlphaLC=0, nConsecNumber=0, nConsecSymbol=0, nConsecCharType=0, nSeqAlpha=0, nSeqNumber=0, nSeqSymbol=0, nSeqChar=0, nReqChar=0, nMultConsecCharType=0;
2627 nLength = pwd.length;
2702 if (nAlphaUC > 0 && nAlphaUC < nLength) {
2703 nScore = parseInt(nScore + ((nLength - nAlphaUC) * 2));
2704 sAlphaUC = "+ " + parseInt((nLength - nAlphaUC) * 2);
2706 if (nAlphaLC > 0 && nAlphaLC < nLength) {
2707 nScore = parseInt(nScore + ((nLength - nAlphaLC) * 2));
2708 sAlphaLC = "+ " + parseInt((nLength - nAlphaLC) * 2);
2710 if (nNumber > 0 && nNumber < nLength) {
2730 nScore = parseInt(nScore - nLength);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/www/
H A Dhelp.js2611 var nScore=0, nLength=0, nAlphaUC=0, nAlphaLC=0, nNumber=0, nSymbol=0, nMidChar=0, nRequirements=0, nAlphasOnly=0, nNumbersOnly=0, nUnqChar=0, nRepChar=0, nRepInc=0, nConsecAlphaUC=0, nConsecAlphaLC=0, nConsecNumber=0, nConsecSymbol=0, nConsecCharType=0, nSeqAlpha=0, nSeqNumber=0, nSeqSymbol=0, nSeqChar=0, nReqChar=0, nMultConsecCharType=0;
2627 nLength = pwd.length;
2702 if (nAlphaUC > 0 && nAlphaUC < nLength) {
2703 nScore = parseInt(nScore + ((nLength - nAlphaUC) * 2));
2704 sAlphaUC = "+ " + parseInt((nLength - nAlphaUC) * 2);
2706 if (nAlphaLC > 0 && nAlphaLC < nLength) {
2707 nScore = parseInt(nScore + ((nLength - nAlphaLC) * 2));
2708 sAlphaLC = "+ " + parseInt((nLength - nAlphaLC) * 2);
2710 if (nNumber > 0 && nNumber < nLength) {
2730 nScore = parseInt(nScore - nLength);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dproc_open.c166 security.nLength = sizeof(security);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpnserv/
H A Dopenvpnserv.c157 obj->sa.nLength = sizeof (SECURITY_ATTRIBUTES);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dproc_open.c166 security.nLength = sizeof(security);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/mutex/
H A Dmut_win32.c56 all_sa.nLength = sizeof(SECURITY_ATTRIBUTES);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dmswindows.c215 sa.nLength = sizeof (sa);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/mutex/
H A Dmut_win32.c56 all_sa.nLength = sizeof(SECURITY_ATTRIBUTES);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpnserv/
H A Dopenvpnserv.c157 obj->sa.nLength = sizeof (SECURITY_ATTRIBUTES);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/mutex/
H A Dmut_win32.c56 all_sa.nLength = sizeof(SECURITY_ATTRIBUTES);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dmswindows.c215 sa.nLength = sizeof (sa);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpnserv/
H A Dopenvpnserv.c157 obj->sa.nLength = sizeof (SECURITY_ATTRIBUTES);

Completed in 169 milliseconds

12