Home
last modified time | relevance | path

Searched refs:sessionKey (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_srp.c250 mbedtls_srp_sessionKey sessionKey, in mbedtls_srp_host_proof_verify_and_calc() argument
265 (sessionKey == NULL) || in mbedtls_srp_host_proof_verify_and_calc()
293 sessionKey, pCtx); in mbedtls_srp_host_proof_verify_and_calc()
302 sessionKey, in mbedtls_srp_host_proof_verify_and_calc()
317 sessionKey, in mbedtls_srp_host_proof_verify_and_calc()
327 CC_PalMemSetZero(sessionKey, sizeof(mbedtls_srp_sessionKey)); in mbedtls_srp_host_proof_verify_and_calc()
379 mbedtls_srp_sessionKey sessionKey, in mbedtls_srp_user_proof_calc() argument
393 (sessionKey == NULL) || in mbedtls_srp_user_proof_calc()
427 sessionKey, in mbedtls_srp_user_proof_calc()
436 sessionKey, in mbedtls_srp_user_proof_calc()
[all …]
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Dsrp_driver.h43 mbedtls_srp_sessionKey sessionKey,
50 mbedtls_srp_sessionKey sessionKey,
58 mbedtls_srp_sessionKey sessionKey,
Dsrp_driver.c93 … mbedtls_srp_sessionKey sessionKey, /* out hash interleave buff - shared secret */ in SRP_shaInterleave() argument
159 sessionKey[2*i] = buffG[i]; in SRP_shaInterleave()
160 sessionKey[2*i+1] = buffH[i]; in SRP_shaInterleave()
168 … mbedtls_srp_sessionKey sessionKey, /* out hash interleave buff - shared secret */ in SRP_shaInterleaveHK() argument
181 (unsigned char *)sessionKey); in SRP_shaInterleaveHK()
486 mbedtls_srp_sessionKey sessionKey, in SRP_UserProofCalc2() argument
510 (sessionKey == NULL) || in SRP_UserProofCalc2()
591 rc = mbedtls_md_update(md_ctx, (uint8_t *)sessionKey, pCtx->sessionKeySize); in SRP_UserProofCalc2()
614 mbedtls_srp_sessionKey sessionKey, in SRP_HostProofCalc() argument
629 (sessionKey == NULL) || in SRP_HostProofCalc()
[all …]
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/srp/
Dsrp.h24 mbedtls_srp_modulus sessionKey,
32 mbedtls_srp_modulus sessionKey,
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_srp.h314 mbedtls_srp_sessionKey sessionKey,
364 mbedtls_srp_sessionKey sessionKey,
378 mbedtls_srp_sessionKey sessionKey,
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_srp.c86 mbedtls_srp_modulus *sessionKey = NULL; in runIt_srp() local
108 ALLOC_STRUCT(mbedtls_srp_modulus, sessionKeyPtr, sessionKey); in runIt_srp()
116 pSessionKey = (uint8_t*)*sessionKey; in runIt_srp()