Searched refs:pInBuff (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/ |
D | srp_driver.c | 91 static uint32_t SRP_shaInterleave(uint8_t *pInBuff, /* in buff to hash*/ in SRP_shaInterleave() argument 105 while ((pInBuff[i] == 0) && in SRP_shaInterleave() 133 buffEF[j] = pInBuff[i+j*2]; in SRP_shaInterleave() 146 buffEF[j] = pInBuff[i+j*2+1]; in SRP_shaInterleave() 166 static uint32_t SRP_shaInterleaveHK(uint8_t *pInBuff, /* in buff to hash*/ in SRP_shaInterleaveHK() argument 179 pInBuff, in SRP_shaInterleaveHK() 679 uint32_t SRP_SessionKeyCalc(uint8_t *pInBuff, /* in buff to hash*/ in SRP_SessionKeyCalc() argument 687 if ((pInBuff == NULL) || in SRP_SessionKeyCalc() 698 rc = SRP_shaInterleaveHK(pInBuff, inBuffSize, sessionKey, pCtx); in SRP_SessionKeyCalc() 705 rc = SRP_shaInterleave(pInBuff, inBuffSize, sessionKey, pCtx); in SRP_SessionKeyCalc()
|
D | srp_driver.h | 56 uint32_t SRP_SessionKeyCalc(uint8_t *pInBuff, /* in buff to hash*/
|