Home
last modified time | relevance | path

Searched refs:pPubKeyB (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/
Drun_integration_srp.c93 uint8_t *pPubKeyB = NULL; in runIt_srp() local
115 pPubKeyB = (uint8_t*)*pubKeyB; in runIt_srp()
159 …RUNIT_ASSERT_WITH_RESULT(mbedtls_srp_host_pub_key_create(privKeySize, pPwdVerifier, pPubKeyB, pHos… in runIt_srp()
165 …RUNIT_ASSERT_WITH_RESULT(mbedtls_srp_user_proof_calc(saltSize, pSalt, pPubKeyA, pPubKeyB, pU_Buff,… in runIt_srp()
168 …srp_host_proof_verify_and_calc(saltSize, pSalt, pPwdVerifier, pPubKeyA, pPubKeyB, pU_Buff, pX_Buff… in runIt_srp()