Home
last modified time | relevance | path

Searched defs:pSign (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_edw/
Dcc_ec_edw.c33 uint8_t *pSign, /*!< [out] Pointer to the detached signature. */ in CC_EcEdwSign()
101 const uint8_t *pSign, /*!< [in] Pointer to detached signature, i.e. the in CC_EcEdwVerify()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/
Drsa_verify.c179uint32_t *pSign /* [out] Pointer to the signature output (it is placed as BE bytes in RSA_PSS_Verify()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dec_edw.c343 uint32_t *pSign = pEphPriv + edwSizeWords; /*h2 is placed there for hash*/ in EcEdwSign() local
682 uint32_t *pSign = (uint32_t*)pEcEdwTempBuff; in EcEdwSignVerify() local
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dsbrt_int_func.c132uint32_t *pSign /* [out] Pointer to the signature output (it is placed as BE byt… in SBRT_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