Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh.c687 uint32_t pubKeySizeBits; in CC_DhCheckPubKey() local
750pubKeySizeBits = CC_MIN(8*pubKeySizeBytes, CC_CommonGetWordsCounterEffectiveSizeInBits(tempBuff_pt… in CC_DhCheckPubKey()
766 if (pubKeySizeBits > modPsizeBits || in CC_DhCheckPubKey()
767 pubKeySizeBits <= 1) { in CC_DhCheckPubKey()