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/ |
D | rsa_bsv.h | 113 uint32_t *pNp, 144 uint32_t *pNp, 159 uint32_t *pNp);
|
D | rsa_verify.c | 178 …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/ |
D | secureboot_stage_defs.h | 54 #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/ |
D | pki.h | 36 CCError_t PkiCalcNp(uint32_t *pNp,
|
D | pki.c | 47 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/ |
D | sbrt_int_func.h | 46 …uint32_t *pNp, /* [in] Pointer to the Barrett tag of the RSA modulus (LE words arra…
|
D | sbrt_int_func.c | 131 …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()
|