Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh.c675 size_t pubKeySizeBytes, /*in */ in CC_DhCheckPubKey() argument
720 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()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Decdsa_edwards.c80 uint32_t pubKeySizeBytes; in mbedtls_ecdsa_genkey_edwards() local
107 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()