Home
last modified time | relevance | path

Searched refs:PKA_OPCODE_ID_DIVISION (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki_dbg.c242 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()
Dpka_hw_defs.h83 #define PKA_OPCODE_ID_DIVISION 0x14U // @0x14 - Division macro
Dpka.h205 PKA_EXEC_OPERATION( PKA_OPCODE_ID_DIVISION, (lenId), 0, (OpA), 0, (OpB), 0, (Res), 0 )