Searched refs:pubKeySizeBytes (Results 1 – 2 of 2) sorted by relevance
675 size_t pubKeySizeBytes, /*in */ in CC_DhCheckPubKey() argument720 if (pubKeySizeBytes > modPsizeBytes) in CC_DhCheckPubKey()741 …bLsbBytesToLswMswWords(tempBuff_ptr->PrimeData.DataIn, modPsizeBytes, pubKey_ptr, pubKeySizeBytes); in CC_DhCheckPubKey()750 …eBits = CC_MIN(8*pubKeySizeBytes, CC_CommonGetWordsCounterEffectiveSizeInBits(tempBuff_ptr->PrimeD… in CC_DhCheckPubKey()784 (uint16_t)(pubKeySizeBytes+3)/4, in CC_DhCheckPubKey()
80 uint32_t pubKeySizeBytes; in mbedtls_ecdsa_genkey_edwards() local107 pubKeySizeBytes = CALC_FULL_BYTES(pDomain->ecModSizeInBits); in mbedtls_ecdsa_genkey_edwards()108 …alloc(1, ((ecEdwOrderSizeBytes + sizeof(CCEcEdwTempBuff_t) + privKeySizeBytes + pubKeySizeBytes))); in mbedtls_ecdsa_genkey_edwards()165 …pTempBuff, (ecEdwOrderSizeBytes + sizeof(CCEcEdwTempBuff_t) + privKeySizeBytes + pubKeySizeBytes)); in mbedtls_ecdsa_genkey_edwards()