Searched refs:nKeyBits (Results 1 – 1 of 1) sorted by relevance
144 int nKeyBits = 0; in LoadCryptInfo() local146 nKeyBits = pDefFilter->GetIntegerFor("Length", 0); in LoadCryptInfo()147 if (nKeyBits == 0) { in LoadCryptInfo()148 nKeyBits = pEncryptDict->GetIntegerFor("Length", 128); in LoadCryptInfo()151 nKeyBits = pEncryptDict->GetIntegerFor("Length", 256); in LoadCryptInfo()153 if (nKeyBits < 40) { in LoadCryptInfo()154 nKeyBits *= 8; in LoadCryptInfo()156 keylen = nKeyBits / 8; in LoadCryptInfo()