Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_rsa_build.h60 …uint8_t *PubExponent_ptr, /*!< [in] Pointer to the public exponent stream of …
128 …uint8_t *PubExponent_ptr /*!< [out] A pointer to the public exponent stream of b…
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_build.c228 uint8_t *PubExponent_ptr, in CC_RsaPrivKeyBuild() argument
278 if (PubExponent_ptr != NULL && in CC_RsaPrivKeyBuild()
354 if (PubExponent_ptr != NULL) { in CC_RsaPrivKeyBuild()
357 PubExponent_ptr, PubExponentSize); in CC_RsaPrivKeyBuild()
374 CounterCmpResult = CC_CommonCmpMsbUnsignedCounters(PubExponent_ptr, PubExponentSize, in CC_RsaPrivKeyBuild()