WO2002027474A1 - Execution d'une instruction combinee - Google Patents

Execution d'une instruction combinee Download PDF

Info

Publication number
WO2002027474A1
WO2002027474A1 PCT/GB2001/004301 GB0104301W WO0227474A1 WO 2002027474 A1 WO2002027474 A1 WO 2002027474A1 GB 0104301 W GB0104301 W GB 0104301W WO 0227474 A1 WO0227474 A1 WO 0227474A1
Authority
WO
WIPO (PCT)
Prior art keywords
instruction
values
result value
execution
random
Prior art date
Application number
PCT/GB2001/004301
Other languages
English (en)
Inventor
Nigel Paul Smart
Michael David May
Hendrik Lambertus Muller
Original Assignee
University Of Bristol
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by University Of Bristol filed Critical University Of Bristol
Priority to AU2001290114A priority Critical patent/AU2001290114A1/en
Publication of WO2002027474A1 publication Critical patent/WO2002027474A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/002Countermeasures against attacks on cryptographic mechanisms
    • H04L9/003Countermeasures against attacks on cryptographic mechanisms for power analysis, e.g. differential power analysis [DPA] or simple power analysis [SPA]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/70Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
    • G06F21/71Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure computing or processing of information
    • G06F21/75Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure computing or processing of information by inhibiting the analysis of circuitry or operation
    • G06F21/755Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure computing or processing of information by inhibiting the analysis of circuitry or operation with measures against power attack
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/3001Arithmetic instructions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/32Address formation of the next instruction, e.g. by incrementing the instruction counter
    • G06F9/322Address formation of the next instruction, e.g. by incrementing the instruction counter for non-sequential address
    • G06F9/325Address formation of the next instruction, e.g. by incrementing the instruction counter for non-sequential address for loops, e.g. loop detection or loop counter
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3836Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3836Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
    • G06F9/3838Dependency mechanisms, e.g. register scoreboarding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2207/00Indexing scheme relating to methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F2207/72Indexing scheme relating to groups G06F7/72 - G06F7/729
    • G06F2207/7219Countermeasures against side channel or fault attacks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/08Randomization, e.g. dummy operations or using noise
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/12Details relating to cryptographic hardware or logic circuitry
    • H04L2209/125Parallelization or pipelining, e.g. for accelerating processing of cryptographic operations

Abstract

Procédé d'exécution d'un programme informatique afin d'effectuer une opération définie par une instruction informatique dudit programme sur un ensemble de valeurs, ce qui consiste, en une étape, à effectuer l'opération définie sur une première paire de valeurs sélectionnées de façon aléatoire dans ledit ensemble et à générer une valeur de résultat faisant ensuite partie dudit ensemble de valeurs. On répète ladite étape sur des paires successives de valeurs sélectionnées au hasard jusqu'à l'obtention d'une seule valeur de résultat, ce qui permet au profil d'exécution de ladite instruction informatique de différer lors de ces exécutions successives.
PCT/GB2001/004301 2000-09-27 2001-09-26 Execution d'une instruction combinee WO2002027474A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2001290114A AU2001290114A1 (en) 2000-09-27 2001-09-26 Executing a combined instruction

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB0023699.2 2000-09-27
GBGB0023699.2A GB0023699D0 (en) 2000-09-27 2000-09-27 Executing a combined instruction

Publications (1)

Publication Number Publication Date
WO2002027474A1 true WO2002027474A1 (fr) 2002-04-04

Family

ID=9900251

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/GB2001/004301 WO2002027474A1 (fr) 2000-09-27 2001-09-26 Execution d'une instruction combinee

Country Status (3)

Country Link
AU (1) AU2001290114A1 (fr)
GB (1) GB0023699D0 (fr)
WO (1) WO2002027474A1 (fr)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2382672A (en) * 2001-10-31 2003-06-04 Alphamosaic Ltd Repeated instruction execution
EP1450234A2 (fr) * 2003-02-24 2004-08-25 Infineon Technologies AG Dispositif et procédé de détection de l'exécution anormale d'un programme d'application
WO2005029489A1 (fr) * 2003-09-25 2005-03-31 Samsung Electronics Co., Ltd. Appareil et procede de presentation de donnees multimedia combinees a du texte, et support d'enregistrement contenant un programme d'execution dudit procede
EP1576443A2 (fr) * 2002-12-24 2005-09-21 Trusted Logic Procede pour la securisation des systemes informatiques incorporant un module d interpretation de code

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0967544A2 (fr) * 1998-06-25 1999-12-29 Texas Instruments Incorporated Processeur de signaux numériques pour les données à longueur de bit grande
WO2000008542A1 (fr) * 1998-07-31 2000-02-17 Koninklijke Philips Electronics N.V. Machine de traitement de donnees pourvue de moyens d'obvier a des methodes d'analyses aux fins de la detection d'une valeur propre de secret
EP1006492A1 (fr) * 1998-11-30 2000-06-07 Hitachi, Ltd. Dispositif et carte à puce pour le traitement de données

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0967544A2 (fr) * 1998-06-25 1999-12-29 Texas Instruments Incorporated Processeur de signaux numériques pour les données à longueur de bit grande
WO2000008542A1 (fr) * 1998-07-31 2000-02-17 Koninklijke Philips Electronics N.V. Machine de traitement de donnees pourvue de moyens d'obvier a des methodes d'analyses aux fins de la detection d'une valeur propre de secret
EP1006492A1 (fr) * 1998-11-30 2000-06-07 Hitachi, Ltd. Dispositif et carte à puce pour le traitement de données

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2382672A (en) * 2001-10-31 2003-06-04 Alphamosaic Ltd Repeated instruction execution
GB2382672B (en) * 2001-10-31 2005-10-05 Alphamosaic Ltd Repeated instruction execution
EP1576443A2 (fr) * 2002-12-24 2005-09-21 Trusted Logic Procede pour la securisation des systemes informatiques incorporant un module d interpretation de code
EP1450234A2 (fr) * 2003-02-24 2004-08-25 Infineon Technologies AG Dispositif et procédé de détection de l'exécution anormale d'un programme d'application
EP1450234A3 (fr) * 2003-02-24 2006-10-04 Infineon Technologies AG Dispositif et procédé de détection de l'exécution anormale d'un programme d'application
WO2005029489A1 (fr) * 2003-09-25 2005-03-31 Samsung Electronics Co., Ltd. Appareil et procede de presentation de donnees multimedia combinees a du texte, et support d'enregistrement contenant un programme d'execution dudit procede

Also Published As

Publication number Publication date
AU2001290114A1 (en) 2002-04-08
GB0023699D0 (en) 2000-11-08

Similar Documents

Publication Publication Date Title
May et al. Non-deterministic processors
US7949883B2 (en) Cryptographic CPU architecture with random instruction masking to thwart differential power analysis
May et al. Random register renaming to foil DPA
RU2279123C2 (ru) Вычислительный модуль и способ выполнения арифметической операции с зашифрованными операндами
US8417961B2 (en) Apparatus and method for implementing instruction support for performing a cyclic redundancy check (CRC)
EP1398901B1 (fr) Methode et appareil de cryptage de type Feistel protégé contre attaques DPA
US6631471B1 (en) Information processing equipment
US20100246814A1 (en) Apparatus and method for implementing instruction support for the data encryption standard (des) algorithm
Albert et al. Combatting software piracy by encryption and key management
US7260217B1 (en) Speculative execution for data ciphering operations
US20100246815A1 (en) Apparatus and method for implementing instruction support for the kasumi cipher algorithm
US7570760B1 (en) Apparatus and method for implementing a block cipher algorithm
CN113673002A (zh) 一种基于指针加密机制和risc-v协处理器的内存溢出防御方法
JP2000501541A (ja) 予測不可能なマイクロプロセッサまたはマイクロコンピュータ
JP4386766B2 (ja) データ処理装置における誤り検出
Neve Cache-based Vulnerabilities and SPAM analysis
WO2002027474A1 (fr) Execution d'une instruction combinee
EP3935543A1 (fr) Accès mémoire résistant aux attaques par canal latéral sur des unités centrales intégrées
WO2002027478A1 (fr) Emission d'instructions par un processeur
WO2002054228A1 (fr) Renomination de registre
WO2002027476A1 (fr) Affectation des registres dans un processeur
WO2002027479A1 (fr) Instructions machine
WO2022029443A1 (fr) Procédé et appareil pour réduire le risque d'attaques fructueuses par canal auxiliaire et injection d'erreurs
US7711955B1 (en) Apparatus and method for cryptographic key expansion
Saputra et al. Masking the energy behaviour of encryption algorithms

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP