Home
last modified time | relevance | path

Searched refs:buff2 (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.h63 bool PkiAreBuffersEqual(const void *buff1, const void *buff2, size_t sizeInBytes);
Dpki.c313 bool PkiAreBuffersEqual(const void *buff1, const void *buff2, size_t sizeInBytes) in PkiAreBuffersEqual() argument
318 s |= (((uint8_t*)buff1)[i] ^ ((uint8_t*)buff2)[i]); in PkiAreBuffersEqual()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Dsrp_driver.c498 CCHashResultBuf_t buff2 = {0}; in SRP_UserProofCalc2() local
540 (unsigned char *)buff2); in SRP_UserProofCalc2()
546 buff1[i] ^= buff2[i]; in SRP_UserProofCalc2()