Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/
Drsa_bsv.h112 uint32_t *pN,
143 uint32_t *pN,
158 uint32_t *pN,
Drsa_verify.c177 … uint32_t *pN, /* [in] Pointer to the RSA modulus (LE words array). */ in RSA_PSS_Verify() argument
193 RSA_CalcExponent(hwBaseAddress, pSign/*in*/, pN, pNp, ED/*res*/); in RSA_PSS_Verify()
/trusted-firmware-m-3.6.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.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.h37 uint32_t *pN,
Dpki.c49 uint32_t *pN, /*!< [out] The pointer to the modulus n. */ in PkiCalcNp()
73 PkaCopyDataIntoPkaReg(rN/*dstReg*/, LEN_ID_MAX_BITS/*lenId*/, pN/*src_ptr*/, wN); in PkiCalcNp()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dsbrt_int_func.h45 … uint32_t *pN, /* [in] Pointer to the RSA modulus (LE words array). */
Dsbrt_int_func.c130 … uint32_t *pN, /* [in] Pointer to the RSA modulus (LE words array). */ in SBRT_RSA_PSS_Verify() argument
156 error = RSA_PSS_Verify(hwBaseAddress, mHash, pN, pNp, pSign); in SBRT_RSA_PSS_Verify()