Home
last modified time | relevance | path

Searched refs:userProof (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_srp.c248 mbedtls_srp_digest userProof, in mbedtls_srp_host_proof_verify_and_calc() argument
263 (userProof == NULL) || in mbedtls_srp_host_proof_verify_and_calc()
308 rc = SRP_SecureMemCmp(digBuff, userProof, pCtx->hashDigestSize); in mbedtls_srp_host_proof_verify_and_calc()
316 userProof, in mbedtls_srp_host_proof_verify_and_calc()
378 mbedtls_srp_digest userProof, in mbedtls_srp_user_proof_calc() argument
392 (userProof == NULL) || in mbedtls_srp_user_proof_calc()
437 userProof, in mbedtls_srp_user_proof_calc()
445 CC_PalMemSetZero(userProof, sizeof(mbedtls_srp_digest)); in mbedtls_srp_user_proof_calc()
455 mbedtls_srp_digest userProof, in mbedtls_srp_user_proof_verify() argument
465 (userProof == NULL) || in mbedtls_srp_user_proof_verify()
[all …]
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Dsrp_driver.h44 mbedtls_srp_digest userProof,
49 mbedtls_srp_digest userProof,
Dsrp_driver.c487 mbedtls_srp_digest userProof, // out in SRP_UserProofCalc2() argument
511 (userProof == NULL) || in SRP_UserProofCalc2()
520 CC_PalMemSetZero(userProof, sizeof(mbedtls_srp_digest)); in SRP_UserProofCalc2()
599 CC_PalMemCopy(userProof, (uint8_t *)hashResultBuff, hashDigestSize); in SRP_UserProofCalc2()
613 mbedtls_srp_digest userProof, in SRP_HostProofCalc() argument
628 (userProof == NULL) || in SRP_HostProofCalc()
657 rc = mbedtls_md_update(&hash_ctx, (uint8_t *)userProof, hashDigestSize); in SRP_HostProofCalc()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_srp.h310 mbedtls_srp_digest userProof,
362 mbedtls_srp_digest userProof,
382 mbedtls_srp_digest userProof,