Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_sym.h96 int32_t CC_CommonCalcHash(uint8_t *pPemDecryted, int32_t pemDecryptedSize, uint8_t *pHash, int32_t …
Dcommon_crypto_sym.c421 int32_t pemDecryptedSize, in CC_CommonCalcHash() argument
443 SHA256(pPemDecryted, pemDecryptedSize,hash); in CC_CommonCalcHash()