Home
last modified time | relevance | path

Searched refs:orderQsizeBits (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_kg.c491 uint32_t orderQsizeBits, /*in */ in DhX942FindPrimeP() argument
573 M1 = (orderQsizeBits + CC_DH_SEED_MIN_SIZE_IN_BITS - 1) / CC_DH_SEED_MIN_SIZE_IN_BITS; in DhX942FindPrimeP()
574 orderSizeWords = CALC_FULL_32BIT_WORDS(orderQsizeBits); in DhX942FindPrimeP()
946 uint32_t orderQsizeBits, /*in */ in DhCreateDomainParams() argument
1008 orderQsizeBits, /*in */ in DhCreateDomainParams()
1027 orderQsizeBits, /*in */ in DhCreateDomainParams()
1050orderQsizeBits, /*in */ in DhCreateDomainParams()
1080 … orderQ_ptr, CALC_FULL_BYTES(orderQsizeBits), Q_ptr, CALC_FULL_BYTES(orderQsizeBits)); in DhCreateDomainParams()
1100 CALC_FULL_32BIT_WORDS(orderQsizeBits), /*N_size in words*/ in DhCreateDomainParams()
1139 CC_PalMemSetZero(orderQ_ptr, CALC_FULL_BYTES(orderQsizeBits)); in DhCreateDomainParams()
[all …]
Dcc_dh.c686 uint32_t orderQsizeBits; in CC_DhCheckPubKey() local
749orderQsizeBits = CC_MIN(8*orderQsizeBytes, CC_CommonGetWordsCounterEffectiveSizeInBits(tmpPubKey_p… in CC_DhCheckPubKey()
760 if (orderQsizeBits < CC_DH_SEED_MIN_SIZE_IN_BITS || in CC_DhCheckPubKey()
761 orderQsizeBits % 32 != 0) { in CC_DhCheckPubKey()
803 tmpPubKey_ptr->eSizeInBits = orderQsizeBits; in CC_DhCheckPubKey()