Searched refs:PKA_OPCODE_ID_DIVISION (Results 1 – 3 of 3) sorted by relevance
242 if (Opcode == PKA_OPCODE_ID_MODINV || Opcode == PKA_OPCODE_ID_DIVISION) { in PkiDbgExecOperation()299 if (Opcode == PKA_OPCODE_ID_DIVISION) { 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()
83 #define PKA_OPCODE_ID_DIVISION 0x14U // @0x14 - Division macro
205 PKA_EXEC_OPERATION( PKA_OPCODE_ID_DIVISION, (lenId), 0, (OpA), 0, (OpB), 0, (Res), 0 )