Searched refs:pubKeySizeBits (Results 1 – 1 of 1) sorted by relevance
687 uint32_t pubKeySizeBits; in CC_DhCheckPubKey() local750 …pubKeySizeBits = CC_MIN(8*pubKeySizeBytes, CC_CommonGetWordsCounterEffectiveSizeInBits(tempBuff_pt… in CC_DhCheckPubKey()766 if (pubKeySizeBits > modPsizeBits || in CC_DhCheckPubKey()767 pubKeySizeBits <= 1) { in CC_DhCheckPubKey()