Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.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.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Dsrp_driver.c497 CCHashResultBuf_t buff1 = {0}; in SRP_UserProofCalc2() local
531 (unsigned char *)buff1); in SRP_UserProofCalc2()
546 buff1[i] ^= buff2[i]; in SRP_UserProofCalc2()
564 rc = mbedtls_md_update(md_ctx, (uint8_t *)buff1, hashDigestSize); in SRP_UserProofCalc2()