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/ |
D | rsa_bsv.h | 112 uint32_t *pN, 143 uint32_t *pN, 158 uint32_t *pN,
|
D | rsa_verify.c | 177 … 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/ |
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.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/ |
D | pki.h | 37 uint32_t *pN,
|
D | pki.c | 49 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/ |
D | sbrt_int_func.h | 45 … uint32_t *pN, /* [in] Pointer to the RSA modulus (LE words array). */
|
D | sbrt_int_func.c | 130 … 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()
|