Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Dsrp_driver.h63 uint32_t SRP_SecureMemCmp( const uint8_t* aTarget, /*!< [in] The target buffer to compare. */
Dsrp_driver.c714 uint32_t SRP_SecureMemCmp( const uint8_t* aTarget, /*!< [in] The target buffer to compare. */ in SRP_SecureMemCmp() function
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_srp.c308 rc = SRP_SecureMemCmp(digBuff, userProof, pCtx->hashDigestSize); in mbedtls_srp_host_proof_verify_and_calc()
482 rc = SRP_SecureMemCmp(expHostProof, hostProof, pCtx->hashDigestSize); in mbedtls_srp_user_proof_verify()