Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_srp.c204 mbedtls_srp_modulus hostPubKeyB, in mbedtls_srp_host_pub_key_create() argument
215 (hostPubKeyB == NULL) || in mbedtls_srp_host_pub_key_create()
228 rc = SrpHostPublicKeyCalc(pwdVerifier, hostPubKeyB, pCtx); in mbedtls_srp_host_pub_key_create()
236 CC_PalMemSetZero(hostPubKeyB, sizeof(mbedtls_srp_modulus)); in mbedtls_srp_host_pub_key_create()
247 mbedtls_srp_modulus hostPubKeyB, in mbedtls_srp_host_proof_verify_and_calc() argument
262 (hostPubKeyB == NULL) || in mbedtls_srp_host_proof_verify_and_calc()
272 hostPubKeyB, in mbedtls_srp_host_proof_verify_and_calc()
301 userPubKeyA, hostPubKeyB, in mbedtls_srp_host_proof_verify_and_calc()
377 mbedtls_srp_modulus hostPubKeyB, in mbedtls_srp_user_proof_calc() argument
391 (hostPubKeyB == NULL) || in mbedtls_srp_user_proof_calc()
[all …]
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_srp.h284 mbedtls_srp_modulus hostPubKeyB,
308 mbedtls_srp_modulus hostPubKeyB,
360 mbedtls_srp_modulus hostPubKeyB,
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/srp/
Dsrp.c162 uint32_t SrpUserSharedSecretCalc(mbedtls_srp_modulus hostPubKeyB, in SrpUserSharedSecretCalc() argument
185 (hostPubKeyB == NULL) || in SrpUserSharedSecretCalc()
206 …PkaCopyBeByteBuffIntoPkaReg(rT4, LEN_ID_MAX_BITS, hostPubKeyB, CALC_FULL_32BIT_WORDS(pCtx->groupPa… in SrpUserSharedSecretCalc()
248 mbedtls_srp_modulus hostPubKeyB, // out in SrpHostPublicKeyCalc() argument
266 (hostPubKeyB == NULL)) { in SrpHostPublicKeyCalc()
309 …PkaCopyPkaRegIntoBeByteBuff(hostPubKeyB, CALC_FULL_32BIT_WORDS(pCtx->groupParam.modSizeInBits), rT… in SrpHostPublicKeyCalc()
Dsrp.h29 uint32_t SrpUserSharedSecretCalc(mbedtls_srp_modulus hostPubKeyB,
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Dsrp_driver.h42 mbedtls_srp_modulus hostPubKeyB,
Dsrp_driver.c485 mbedtls_srp_modulus hostPubKeyB, in SRP_UserProofCalc2() argument
509 (hostPubKeyB == NULL) || in SRP_UserProofCalc2()
585 REMOVE_LEADING_BYTE_ZEROS((uint8_t *)hostPubKeyB, modSize, pPubKey, pubKeySize); in SRP_UserProofCalc2()