Home
last modified time | relevance | path

Searched refs:userPubKeyA (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.c246 mbedtls_srp_modulus userPubKeyA, in mbedtls_srp_host_proof_verify_and_calc() argument
261 (userPubKeyA == NULL) || in mbedtls_srp_host_proof_verify_and_calc()
271 rc = SRP_uScrambleCalc(userPubKeyA, in mbedtls_srp_host_proof_verify_and_calc()
280 rc = SrpHostSharedSecretCalc(userPubKeyA, in mbedtls_srp_host_proof_verify_and_calc()
301 userPubKeyA, hostPubKeyB, in mbedtls_srp_host_proof_verify_and_calc()
315 rc = SRP_HostProofCalc(userPubKeyA, in mbedtls_srp_host_proof_verify_and_calc()
336 mbedtls_srp_modulus userPubKeyA, in mbedtls_srp_user_pub_key_create() argument
346 (userPubKeyA == NULL) || in mbedtls_srp_user_pub_key_create()
359 rc = SrpUserPublicKeyCalc(userPubKeyA, pCtx); in mbedtls_srp_user_pub_key_create()
367 CC_PalMemSetZero(userPubKeyA, sizeof(mbedtls_srp_modulus)); in mbedtls_srp_user_pub_key_create()
[all …]
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_srp.h306 mbedtls_srp_modulus userPubKeyA,
338 mbedtls_srp_modulus userPubKeyA,
358 mbedtls_srp_modulus userPubKeyA,
380 mbedtls_srp_modulus userPubKeyA,
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/srp/
Dsrp.h21 uint32_t SrpHostSharedSecretCalc(mbedtls_srp_modulus userPubKeyA,
41 uint32_t SrpUserPublicKeyCalc(mbedtls_srp_modulus userPubKeyA, // out
Dsrp.c70 uint32_t SrpHostSharedSecretCalc(mbedtls_srp_modulus userPubKeyA, in SrpHostSharedSecretCalc() argument
90 (userPubKeyA == NULL) || in SrpHostSharedSecretCalc()
108 …PkaCopyBeByteBuffIntoPkaReg(rT4, LEN_ID_MAX_BITS, userPubKeyA, CALC_FULL_32BIT_WORDS(pCtx->groupPa… in SrpHostSharedSecretCalc()
316 uint32_t SrpUserPublicKeyCalc(mbedtls_srp_modulus userPubKeyA, // out in SrpUserPublicKeyCalc() argument
330 if ((userPubKeyA == NULL) || in SrpUserPublicKeyCalc()
368 …PkaCopyPkaRegIntoBeByteBuff(userPubKeyA, CALC_FULL_32BIT_WORDS(pCtx->groupParam.modSizeInBits), rT… in SrpUserPublicKeyCalc()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Dsrp_driver.h41 mbedtls_srp_modulus userPubKeyA,
48 uint32_t SRP_HostProofCalc(mbedtls_srp_modulus userPubKeyA,
Dsrp_driver.c484 mbedtls_srp_modulus userPubKeyA, in SRP_UserProofCalc2() argument
508 (userPubKeyA == NULL) || in SRP_UserProofCalc2()
579 REMOVE_LEADING_BYTE_ZEROS((uint8_t *)userPubKeyA, modSize, pPubKey, pubKeySize); in SRP_UserProofCalc2()
612 uint32_t SRP_HostProofCalc(mbedtls_srp_modulus userPubKeyA, in SRP_HostProofCalc() argument
627 if ((userPubKeyA == NULL) || in SRP_HostProofCalc()
652 …REMOVE_LEADING_BYTE_ZEROS((uint8_t *)userPubKeyA, CALC_FULL_BYTES(pCtx->groupParam.modSizeInBits),… in SRP_HostProofCalc()