Searched refs:pSessionKey (Results 1 – 1 of 1) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/ |
| D | run_integration_srp.c | 94 uint8_t *pSessionKey = NULL; in runIt_srp() local 116 pSessionKey = (uint8_t*)*sessionKey; in runIt_srp() 165 …edtls_srp_user_proof_calc(saltSize, pSalt, pPubKeyA, pPubKeyB, pU_Buff, pSessionKey, pUserCtx), 0); in runIt_srp() 168 …lc(saltSize, pSalt, pPwdVerifier, pPubKeyA, pPubKeyB, pU_Buff, pX_Buff, pSessionKey, pHostCtx), 0); in runIt_srp() 171 …RUNIT_ASSERT_WITH_RESULT(mbedtls_srp_user_proof_verify(pSessionKey, pPubKeyA, pU_Buff, pX_Buff, pU… in runIt_srp()
|