Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_pss21_util.c302 uint32_t hashResultSize; /*HASH size in bytes*/ in RsaPssSign21() local
321 hashResultSize = Context_ptr->HASH_Result_Size*sizeof(uint32_t); in RsaPssSign21()
354 …mCopy(&EMPadOutputBuffer[CC_RSA_PSS_PAD1_LEN], (uint8_t*)Context_ptr->HASH_Result, hashResultSize); in RsaPssSign21()
366 …CC_PalMemCopy(&EMPadOutputBuffer[CC_RSA_PSS_PAD1_LEN + hashResultSize], Salt, Context_ptr->SaltLen… in RsaPssSign21()
375 CC_RSA_PSS_PAD1_LEN + hashResultSize + Context_ptr->SaltLen,/*8+hLen+20*/ in RsaPssSign21()
385 CC_RSA_PSS_PAD1_LEN + hashResultSize + Context_ptr->SaltLen,/*8+hLen+20*/ in RsaPssSign21()
397 Index4PSLength = PrvNNewSizeBytes - Context_ptr->SaltLen - hashResultSize - 2; in RsaPssSign21()
410 Error = RsaOaepMGF1( (uint16_t)hashResultSize, /* hashLen */ in RsaPssSign21()
412 (uint16_t)hashResultSize, /* seedLen */ in RsaPssSign21()
413 PrvNNewSizeBytes - hashResultSize - 1, /* maskLen */ in RsaPssSign21()
[all …]
Dcc_rsa_local.h35 uint16_t hashResultSize; member
Dcc_rsa_verify.c179 ccmWorkingContext_ptr->HASH_Result_Size = RsaHashInfo_t[rsaHashMode].hashResultSize; in CC_RsaVerifyInit()
Dcc_rsa_sign.c169 ccmWorkingContext_ptr->HASH_Result_Size = RsaHashInfo_t[rsaHashMode].hashResultSize; in CC_RsaSignInit()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/proj/cc3x/
Dcc_general_defs.h32 uint16_t hashResultSize; member
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecpki_local.h42 uint16_t hashResultSize; member
Dcc_ecdsa_verify.c125 … pWorkingContext->hashResultSizeWords = ecpki_hash_info[pWorkingContext->hashMode].hashResultSize; in EcdsaVerifyInit()
253 … if (dataInSize != ecpki_hash_info[pWorkingContext->hashMode].hashResultSize*CC_32BIT_WORD_SIZE) { in EcdsaVerifyUpdate()
Dcc_ecdsa_sign.c137 … pWorkingContext->hashResultSizeWords = ecpki_hash_info[pWorkingContext->hashMode].hashResultSize; in EcdsaSignInit()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/utils/
Dmbedtls_cc_util_key_derivation.c114 prfUpperLimit = HmacHashInfo_t[hashMode].hashResultSize; in mbedtls_util_key_derivation()