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/ |
D | mbedtls_cc_srp.c | 204 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/ |
D | mbedtls_cc_srp.h | 284 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/ |
D | srp.c | 162 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()
|
D | srp.h | 29 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/ |
D | srp_driver.h | 42 mbedtls_srp_modulus hostPubKeyB,
|
D | srp_driver.c | 485 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()
|