Home
last modified time | relevance | path

Searched refs:Opcode (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki_dbg.c172 CCError_t PkiDbgExecOperation(uint32_t Opcode, /*!< [in] The operation code according HW… in PkiDbgExecOperation() argument
216 if (Opcode > PKA_MAX_OPCODE) { in PkiDbgExecOperation()
242 if (Opcode == PKA_OPCODE_ID_MODINV || Opcode == PKA_OPCODE_ID_DIVISION) { in PkiDbgExecOperation()
246 if (Opcode == PKA_OPCODE_ID_MODINV) { in PkiDbgExecOperation()
270 if (Opcode == PKA_OPCODE_ID_MODINV) { in PkiDbgExecOperation()
291 …FullOpCode = PKA_SET_FULL_OPCODE(Opcode, lenId, isAImmed, OpA, isBImmed, OpB, ResDiscard, Res, Tag… in PkiDbgExecOperation()
299 if (Opcode == PKA_OPCODE_ID_DIVISION) { in PkiDbgExecOperation()
313 … ResDiscard == 0 && Opcode != PKA_OPCODE_ID_TERMINATE && Opcode != PKA_OPCODE_ID_SEPINT) { in PkiDbgExecOperation()
317 if (Opcode == PKA_OPCODE_ID_DIVISION || Opcode == PKA_OPCODE_ID_MODINV) { in PkiDbgExecOperation()
318 if (Opcode == PKA_OPCODE_ID_DIVISION) in PkiDbgExecOperation()
Dpka_hw_defs.h198 #define PKA_SET_FULL_OPCODE( Opcode,LenID,IsAImmed,OpA,IsBImmed,OpB,ResDiscard,Res,Tag ) \ argument
199 ( ((Opcode)) << PKA_OPCODE_OPERATION_ID_POS | \
Dpki_dbg.h62 CCError_t PkiDbgExecOperation(uint32_t Opcode,
Dpka.h46 #define PKA_EXEC_OPERATION(Opcode,lenId,isAImmed,OpA,isBImmed,OpB,ResDiscard,Res,Tag) { \
48 …fullOpCode = PKA_SET_FULL_OPCODE((Opcode),(lenId),(isAImmed),(OpA),(isBImmed),(OpB),(ResDiscard),(…
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/
Drsa_pki_pka.c269 CCError_t _RSA_PKA_ExecOperation( uint32_t Opcode, /*in*/ in _RSA_PKA_ExecOperation() argument
302 …FullOpCode = RSA_PKA_FullOpCode(Opcode, LenID, IsAImmed, OpA, IsBImmed, OpB, ResDiscard, Res, Tag); in _RSA_PKA_ExecOperation()
Drsa_hwdefs.h181 #define RSA_PKA_FullOpCode( Opcode,LenID,IsAImmed,OpA,IsBImmed,OpB,ResDiscard,Res,Tag ) \ argument
182 ( ((Opcode)) << RSA_HW_PKI_PKA_OPCODE_OPERATION_ID_POS | \
Drsa_pki_pka.h305 CCError_t _RSA_PKA_ExecOperation( uint32_t Opcode, /*in*/
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/
Dsecureboot_stage_defs.h122 #define RSA_PKA_FullOpCode( Opcode,LenID,IsAImmed,OpA,IsBImmed,OpB,ResDiscard,Res,Tag ) \ argument
123 PKA_SET_FULL_OPCODE(Opcode,LenID,IsAImmed,OpA,IsBImmed,OpB,ResDiscard,Res,Tag )