Home
last modified time | relevance | path

Searched refs:pNp (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/
Drsa_bsv.h113 uint32_t *pNp,
144 uint32_t *pNp,
159 uint32_t *pNp);
Drsa_verify.c178 …uint32_t *pNp, /* [in] Pointer to the Barrett tag of the RSA modulus (LE words arra… in RSA_PSS_Verify() argument
193 RSA_CalcExponent(hwBaseAddress, pSign/*in*/, pN, pNp, ED/*res*/); in RSA_PSS_Verify()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/
Dsecureboot_stage_defs.h54 #define _RSA_PSS_Verify(hwBaseAddress, mHash, pN, pNp, pSign) \ argument
55 SBRT_RSA_PSS_Verify(hwBaseAddress, mHash, pN, pNp, pSign)
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.h36 CCError_t PkiCalcNp(uint32_t *pNp,
Dpki.c47 CCError_t PkiCalcNp(uint32_t *pNp, /*!< [out] The pointer to the Barrett tag Np buffer. If pNp = N… in PkiCalcNp() argument
79 PkaCopyDataFromPkaReg(pNp/*dst_ptr*/, wNp, rNp/*srcReg*/); in PkiCalcNp()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dsbrt_int_func.h46 …uint32_t *pNp, /* [in] Pointer to the Barrett tag of the RSA modulus (LE words arra…
Dsbrt_int_func.c131 …uint32_t *pNp, /* [in] Pointer to the Barrett tag of the RSA modulus (LE words arra… in SBRT_RSA_PSS_Verify() argument
156 error = RSA_PSS_Verify(hwBaseAddress, mHash, pN, pNp, pSign); in SBRT_RSA_PSS_Verify()