Home
last modified time | relevance | path

Searched refs:sharedSecret (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_srp.c255 mbedtls_srp_modulus sharedSecret; in mbedtls_srp_host_proof_verify_and_calc() local
283 sharedSecret, in mbedtls_srp_host_proof_verify_and_calc()
291 rc = SRP_SessionKeyCalc((uint8_t *)sharedSecret, in mbedtls_srp_host_proof_verify_and_calc()
384 mbedtls_srp_modulus sharedSecret; in mbedtls_srp_user_proof_calc() local
417 sharedSecret, in mbedtls_srp_user_proof_calc()
425 rc = SRP_SessionKeyCalc((uint8_t *)sharedSecret, in mbedtls_srp_user_proof_calc()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/srp/
Dsrp.c73 mbedtls_srp_modulus sharedSecret, in SrpHostSharedSecretCalc() argument
92 (sharedSecret == NULL)) { in SrpHostSharedSecretCalc()
154 …PkaCopyPkaRegIntoBeByteBuff(sharedSecret, CALC_FULL_32BIT_WORDS(pCtx->groupParam.modSizeInBits), r… in SrpHostSharedSecretCalc()
165 mbedtls_srp_modulus sharedSecret, in SrpUserSharedSecretCalc() argument
188 (sharedSecret == NULL)) { in SrpUserSharedSecretCalc()
239 …PkaCopyPkaRegIntoBeByteBuff(sharedSecret, CALC_FULL_32BIT_WORDS(pCtx->groupParam.modSizeInBits), r… in SrpUserSharedSecretCalc()