Home
last modified time | relevance | path

Searched refs:CC_SRP_RESULT_ERROR (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_srp_error.h39 #define CC_SRP_RESULT_ERROR (CC_SRP_MODULE_ERROR_BASE + 0x04UL) macro
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_srp.c310 rc = CC_SRP_RESULT_ERROR; in mbedtls_srp_host_proof_verify_and_calc()
484 rc = CC_SRP_RESULT_ERROR; in mbedtls_srp_user_proof_verify()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Dsrp_driver.c77 rc = CC_SRP_RESULT_ERROR; in SRP_kMultiplierCalc()
311 rc = CC_SRP_RESULT_ERROR; in SRP_uScrambleCalc()