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/ |
D | pki_dbg.c | 172 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()
|
D | pka_hw_defs.h | 198 #define PKA_SET_FULL_OPCODE( Opcode,LenID,IsAImmed,OpA,IsBImmed,OpB,ResDiscard,Res,Tag ) \ argument 199 ( ((Opcode)) << PKA_OPCODE_OPERATION_ID_POS | \
|
D | pki_dbg.h | 62 CCError_t PkiDbgExecOperation(uint32_t Opcode,
|
D | pka.h | 46 #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/ |
D | rsa_pki_pka.c | 269 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()
|
D | rsa_hwdefs.h | 181 #define RSA_PKA_FullOpCode( Opcode,LenID,IsAImmed,OpA,IsBImmed,OpB,ResDiscard,Res,Tag ) \ argument 182 ( ((Opcode)) << RSA_HW_PKI_PKA_OPCODE_OPERATION_ID_POS | \
|
D | rsa_pki_pka.h | 305 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/ |
D | secureboot_stage_defs.h | 122 #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 )
|