The present application relates generally to cryptography and, more specifically, to combining interleaving with fixed-sequence windowing in an elliptic curve scalar multiplication.
Cryptography is the study of mathematical techniques that provide the base of secure communication in the presence of malicious adversaries. The main goals of secure communication include confidentiality of data, integrity of data and authentication of entities involved in a transaction. Historically, “symmetric key” cryptography was used to attempt to meet the goals of secure communication. However, symmetric key cryptography requires entities to exchange secret keys through a secret channel prior to communication. One weakness of symmetric key cryptography is the security of the secret channel. Public key cryptography provides a means of securing a communication between two entities without requiring the two entities to exchange secret keys through a secret channel prior to the communication. An example entity “A” selects a pair of keys: a private key that is only known to entity A and is kept secret; and a public key that is known to the public. If an example entity “B” would like to send a secure message to entity A, then entity B needs to obtain an authentic copy of entity A's public key. Entity B encrypts a message intended for entity A by using entity A's public key. Accordingly, only entity A can decrypt the message from entity B.
For secure communication, it is essential that entity A select the pair of keys such that it is computationally infeasible to compute the private key given knowledge of the public key. This condition is achieved by the difficulty (technically known as “hardness”) of known mathematical problems such as the known integer factorization mathematical problem, on which is based the known RSA algorithm, which was publicly described in 1977 by Ron Rivest, Adi Shamir and Leonard Adleman.
Elliptic curve cryptography is an approach to public key cryptography based on the algebraic structure of elliptic curves over finite mathematical fields. An elliptic curve over a finite field, K, may be defined by a Weierstrass equation of the form
y2+a1xy+a3y=x3+a2x2+a4x+a6 (0.1)
If K=Fp, where p is greater than three and is a prime, equation (0.1) can be simplified to
y2=x3+ax+b. (0.2)
If K=F2
y2+xy=x3+ax2+b. (0.3)
The set of points on such a curve (i.e., all solutions of the equation together with a point at infinity) can be shown to form an abelian group (with the point at infinity as the identity element). If the coordinates x and y are chosen from a large finite field, the solutions form a finite abelian group.
Elliptic curves cryptosystems rely on the hardness of a problem called the elliptic curve discrete logarithm problem (ECDLP). Where P is a point on an elliptic curve E and where the coordinates of P belong to a finite field, the scalar multiplication kP, where k is a secret integer, gives a point Q equivalent to adding the point P to itself k times. It is computationally infeasible, for large finite fields, to compute k knowing P and Q. The ECDLP is: find k given P and Q (=kP).
Reference will now be made to the drawings, which show, by way of example, embodiments of the invention and in which:
In operation, a device implementing an Elliptic Curve Cryptosystem selects a value for a secret, or private, key, k, which may be a long term secret key or a short term secret key. Additionally, the device has access to a “base point”, P. The device then generates Q=kP and publishes Q as a public key. Q may then be used for encryption or may then be used in a key agreement protocol such as the known Elliptic Curve Diffie-Hellman (ECDH) key agreement protocol. In the known Elliptic Curve Menezes-Qu-Vanstone (ECMQV) key agreement protocol, Q=kP is not known as public key as in the ECDH key agreement protocol. In the ECMQV key agreement protocol and the known Elliptic Curve Digital Signature Algorithm (ECDSA), each entity has a (public key, private key) pair, say for entity A, this pair is (dA, QA). This is long term pair, hence QA=dAP is computed once per key life. Notably, in another step of the ECMQV key agreement protocol and the ECDSA, there is a random integer k, selected by the signing entity in the ECDSA or both entities separately in the ECMQV, that is multiplied by the point P, i.e., kP is computed.
The general point of an attack on a cryptosystem is to determine the value of the private key, k. Recently, especially given the mathematical difficulty of solving the ECDLP, cryptosystem attacks have been developed that are based on careful measurements of the physical implementation of a cryptosystem, rather than theoretical weaknesses in the algorithms. This type of attack is called a “side channel attack”. In one known example side channel attack, a measurement of the exact amount of time taken by known hardware to encrypt plain text has been used to simplify the search for a likely private key. Other examples of side channel attacks involve measuring such physical quantities as power consumption, electromagnetic leaks and sound. Many side channel attacks require considerable technical knowledge of the internal operation of the system on which the cryptography is implemented. In particular, a power analysis attack involves obtaining information useful to the determination of a private key by observing properties of electricity in the power lines supplying hardware implementing the cryptosystem or by detecting electromagnetic emanations from the power lines or said hardware.
In a Simple Power Analysis (SPA) attack, an attacker monitors the power consumption of a device to visually identify large features of the generation of the public key Q through the scalar multiplication operation, kP. Indeed, monitoring of the power consumption during a scalar multiplication operation may enable an attacker to recognize exact instructions as the instructions are executed. For example, consider that the difference between the power consumption for the execution of a point doubling (D) operation and power consumption for the execution of a point addition (A) operation is obvious. Then, by investigating one power trace of a complete execution of a double-and-add algorithm employed to perform a scalar multiplication, the bits of the scalar private key k may be revealed. In particular, whenever a D operation is followed by an A operation, the corresponding bit ki=1, otherwise if a D operation is followed by another D operation, then ki=0. A sequence of doubling and adding point operations is referred to as a DA sequence.
In a Differential Power Analysis (DPA) side-channel attack, an attacker exploits the varying power consumed by a microprocessor while the microprocessor executes cryptographic program code. Using statistical analysis of the power consumption measurements of many runs of a given cryptographic algorithm, the attacker may infer information about a secret key used in the given cryptographic algorithm. A DPA attack on a scalar multiplication algorithm may be based on collecting hundreds of power consumption measurements obtained during the execution of the scalar multiplication with the same private key. Even if the execution is SPA-resistant, a statistical analysis on the measurements collected can still reveal the private key.
It would be desirable to obtain the result of an Elliptic Curve Scalar Multiplication operation using a split private key in a manner that counters side-channel attacks.
It can be shown that an “Additive Splitting Using Division” approach to key-splitting using a random integer provides a suitable countermeasure to DPA attacks while obtaining a result of an Elliptic Curve Scalar Multiplication operation. Since the Additive Splitting Using Division involves expressing the primary ECSM product as a sum of secondary ECSM products, an Interleaving method may be used to evaluate the sum. Furthermore, strategies borrowed from the known fixed-sequence window method of determining an ECSM product may be imported into the Interleaving method, thereby creating a hybrid approach. Unfortunately, conditions for collisions exist in the hybrid approach in a manner similar to the manner in which conditions for collisions exist in the Interleaving method, though with reduced likelihood. However, by selecting the random number carefully and managing key-splitting parameters, most collisions may be avoided.
In accordance with an aspect of the present application there is provided a method of publishing an Elliptic Curve scalar multiplication product of a scalar and a base point in a manner that counters side-channel attacks. The method includes selecting a random integer, determining a quotient key-splitting parameter and a remainder key-splitting parameter by performing an integer division operation with the scalar as dividend and the random integer as divisor and determining an interim point as a product of the random integer and the base point, wherein determining the interim point includes performing a fixed-sequence windowing method that includes defining a first table, the first table including odd multiples of the base point. The method also includes determining a sum of a first product and a second product, wherein factors of the first product include the quotient key-splitting parameter and the interim point and factors of the second product include the remainder key-splitting parameter and the base point, wherein the determining the sum includes performing an interleaving method combined with the fixed-sequence windowing method including defining a second table, the second table including odd multiples of the interim point and publishing the sum as the product of the scalar and the base point. In other aspects of the present application, a mobile communication device is provided for carrying out this method a computer readable medium is provided for adapting a processor to carry out this method.
In accordance with another aspect of the present application there is provided a method for countering side-channel attacks on an operation to determine an elliptic curve scalar multiplication product of a scalar and a base point on an elliptic curve, the base point having a prime order. The method includes selecting a random integer, determining a quotient key-splitting parameter and a remainder key-splitting parameter by performing an integer division operation with the scalar as dividend and the random integer as divisor and determining an interim point as a product of the random integer and the base point, wherein the determining the interim point includes performing a fixed-sequence windowing method that includes defining a first table, the first table including odd multiples of the base point. The method further includes determining a sum of a first product and a second product, wherein factors of the first product include the quotient key-splitting parameter and the interim point and factors of the second product include the remainder key-splitting parameter and the base point, wherein the determining the sum includes performing an interleaving method combined with the fixed-sequence windowing method including defining a second table, the second table including odd multiples of the interim point.
Other aspects and features will become apparent to those of ordinary skill in the art upon review of the following description of example embodiments in conjunction with the accompanying figures.
It has previously been suggested that, to avoid revealing the scalar to a DPA attack on an ECSM operation, i.e., Q=kP, the scalar, k, may be split into two or more parts. Example steps in an expanded ECSM operation are presented in
One example of the key splitting that may be performed in step 104 is based on a random integer and is called “Additive Splitting Using Division”. In this key-splitting scheme, a random integer is selected. Once the random integer has been selected, the scalar is split by dividing the scalar by the random integer to obtain an integer quotient, multiplying the base point by the random integer to obtain an interim point, multiplying the interim point by the integer quotient and adding a product of the remainder of the integer division and the base point. That is,
Equation (0.4) can be rewritten as
kP=gS+hP, (0.5)
where g is the integer quotient, h is the remainder and S=rP is the interim point. Put another way,
k=g*r+h. (0.6)
Where n is the bit length of k, the bit length, l, of the random integer r may be chosen to be
That is, r is chosen uniformly at random from the range [2l−1,2l−1]. Hence, the bit length of g is at most
and the bit length of g is at least l and the bit length of h is at most l.
An example method of obtaining the key splitting parameters g and h (step 104,
Once the key-splitting parameters have been obtained (step 104), the determination of kP begins with performance of an ECSM to determine (step 106) the interim point S=rP, where the scalar, r, is of a size half the size of k.
As a manner in which to perform the ECSM to determine the interim point S, it is proposed herein to use an adapted version of a fixed-sequence window method as suggested in N. Thériault, “SPA resistant left-to-right integer recodings”, Selected Areas in Cryptography—SAC '05, LNCS, vol. 3897, pp. 345-358, Springer-Verlag, 2006 (hereinafter, “Thériault”), and in C. H. Lim, “A new method for securing elliptic scalar multiplication against side-channel attacks”, Australian Conference on Information Security and Privacy—ACISP'04, LNCS, vol. 3108, pp. 289-300, Springer-Verlag, 2004 (hereinafter, “Lim”).
Steps in a fixed-sequence window method of performing the scalar multiplication operation involved in determining the interim point S are presented in
Notably, the fixed-sequence window method is presented as being concerned with finding the product, Q, of an odd scalar, k, and a base point, P. It should be clear to the person of ordinary skill in the art that, for the present purpose of determining the interim point S, the scalar is not k, but is the random number, r and the product is not Q but is the interim point S.
Initially, a processor executing the method constructs a table, TP, (step 302) as having 2w elements, where each element is an odd multiple of P. Details of the definition of the table and the values of the elements of the table are presented hereinafter in conjunction with a discussion of
r′=SHR(r)=(R′d−1 . . . R′0)2
The translated, shifted scalar, r′, has d digits, where d is the smallest integer larger than a quotient obtained by dividing a dividend that is the number of bits, n, in the scalar by a divisor that is the window size, w. The processor then uses the most significant digit, i.e., digit (d−1), of the shifted and translated scalar to determine an initial value (step 306) for the product,
S←Tp[R′d−1+2w−1]. (0.8)
Upon determining an initial value for the product, the processor initializes (step 308) an iteration index i to the value (d−2). Recall that d is the number of digits in the translated, shifted scalar.
The processor next performs a pair of steps once for each of the remaining digits of the shifted and translated scalar. In the first step of the pair of steps, the processor doubles the product a number of times equivalent to the window size and assigns (step 310) the doubled product to the product, S,
S←2wS. (0.9)
In the second step of the pair of steps, the processor adds (step 312) the product to the value stored in the element of the table TP indexed by a digit of the shifted and translated scalar,
S←S+TP[R′i]. (0.10)
After determining (step 314) that the iteration index has not yet been reduced to zero, the processor decrements (step 316) the iteration index and performs the pair of steps (step 310 and step 312) again. After determining (step 314) that the iteration index has been reduced to zero, the processor returns (step 318) the product, S, to the example method of
The steps presented in
TP[2w−1]←P. (0.11)
The processor then assigns (step 404) twice the point P to the element of the table TP with the index (2w−1),
TP[2w−1]←2P. (0.12)
Once these two elements of the table TP have been initialized, the values stored in the initialized elements may be used to generate values for storing in the remaining elements. To this end, the processor initializes (step 406) an iteration index, i, to 2w−1 and populates (step 408) one of the elements of the table TP having an index greater than 2w−1,
TP[i+1]←TP[i]+TP[2w−1]. (0.13)
After determining (step 410) that the iteration index has not surpassed 2W−2, the processor increments (step 412) the iteration index and populates (step 408) another one of the elements of the table TP having indices greater than 2w−1.
Upon determining (step 410) that the iteration index has reached 2w−2, the processor re-initializes (step 414) the iteration index, i, to (2w−1−1) and populates (step 416) one of the elements of the table TP having an index less than or equal to (2w−1−1),
TP[i]←−TP[2w−1−i]. (0.14)
After determining (step 418) that the iteration index has not yet been reduced to zero, the processor decrements (step 420) the iteration index and populates (step 416) another one of the elements of the table TP having an index less than or equal to (2w−1−1). After determining (step 418) that the iteration index has been reduced to zero, it may be considered that the table definition step (step 402,
The method of
Once the interim point S=rP has been determined (step 106), the determination of kP continues with the evaluation of equation (0.5) (step 108).
Equation (0.5) may be evaluated using an “Interleaving” method. The Interleaving method is a multiple point multiplication method. That is, we want to determine ΣkjPj for input points Pj and integers kj. In the known comb and simultaneous multiplication methods, values are pre-computed and each of the precomputed values is a sum of the multiples of the input points. In contrast, in the Interleaving method, each precomputed value is simply a multiple of one of the input points. Hence, the required storage and the number of point additions at the pre-computation phase is decreased at the expense of the number of point additions in a main loop.
The Interleaving method is flexible in that each kj can have a different representation, e.g., different window size, as if a separate execution of a windows method is performed for each kjPj with a doubling step performed jointly on a common accumulator point, as shown in B. Möller, “Algorithms for Multi-exponentiation”, In SAC 2001, LNCS 2259, pp. 165-180, 2001 and in D. Hankerson, A. Menezes, S. Vanstone, Guide to Elliptic Curve Cryptography, Springer-Verlag, 2004. As an illustration, a representation of the Interleaving method follows, with a goal of determining gS+hP where both g and h are represented to the same base 2w.
The Interleaving method, example steps of which are illustrated in
g=(Gz, . . . , G1, G0)2
In a pre-computation stage, ahead of the execution of the method, a processor determines (step 502) jS and iP for all i, jε[0,2w−1]. The Interleaving method first involves initializing (step 504) an accumulator point (Q←HzP). The processor then replaces (step 506) the accumulator point with a sum of the accumulator point and a zth indexed first product (Q←Q+GzS). The Interleaving method then requires the processor to execute a main loop for j from z−1 down to 0. Accordingly, the processor initializes (step 508) a counter, j, to z−1. During the main loop, the processor doubles (step 510) the accumulator point w times (Q←2wQ), the processor replaces (step 512) the accumulator point with a sum of the accumulator point and a jth indexed second product (Q←Q+HjP) and then replaces (step 514) the accumulator point with a sum of the accumulator point and a jth indexed first product (Q←Q+GjS). The processor then determines (step 516) whether the counter has reached zero. If the counter has not reached zero, the processor decrements the counter (step 518) and repeats steps 510, 512 and 514. If the counter has reached zero, the processor returns the accumulator point to the calling method.
The fixed-sequence window method of performing a scalar multiplication operation presented in
Initially, a processor executing the hybrid fixed-sequence window and Interleaving method, whose example steps are illustrated in
The processor next shifts the first of the two scalars, h, right (step 604) and translates (recodes) (step 604) the shifted first scalar to the base 2w,
h′=SHR(h)=(H′d−1 . . . H′0)2
The processor also shifts the second of the two scalars, g, right (step 606) and translates (recodes) (step 606) the shifted second scalar to the base 2w,
g′=SHR(g)=(G′d−1. . . G′0)2
The translated, shifted scalars, g′, h′, have z digits, where z is the smallest integer larger than a quotient obtained by dividing a dividend that is the number of bits, l, in the shifted scalars by a divisor that is the window size, w. The processor then uses the most significant digit, i.e., digit (z−1), of the shifted and translated first scalar to determine an initial value (step 608) for the accumulator point,
Q←TP[H′z−1+2w−1]. (0.17)
The processor then amends (step 610) the initial value of the accumulator point while using the most significant digit of the shifted and translated second scalar,
Q←Q+TS[G′z−1+2w−1]. (0.18)
Upon determining an amended initial value for the accumulator point, the processor initializes (step 612) an iteration index j to the value (z−2). Recall that z is the number of digits in the translated, shifted scalars.
The processor next performs a trio of steps once for each of the remaining digits of the shifted and translated scalars. In the first step of the trio of steps, the processor doubles the product a number of times equivalent to the window size and assigns (step 614) the doubled product to the accumulator point, Q,
Q←2wQ. (0.19)
In the second step of the trio of steps, the processor replaces (step 616) the accumulator point with a sum of the accumulator point and the value stored in the element of the table TP indexed by a j-indexed digit of the shifted and translated first scalar,
Q←Q+TP[H′j]. (0.20)
In the third step of the trio of steps, the processor replaces (step 618) the accumulator point with a sum of the accumulator point and the value stored in the element of the table TS indexed by a j-indexed digit of the shifted and translated second scalar,
Q←Q+TS[G′j]. (0.21)
After determining (step 620) that the iteration index has not yet been reduced to zero, the processor decrements (step 622) the iteration index and performs the trio of steps (step 614, step 616 and step 618) again. After determining (step 620) that the iteration index has been reduced to zero, the processor returns (step 624) the accumulator point, Q, to the example method of
As mentioned earlier, the fixed-sequence window method of
To handle situations wherein g is not odd, it is proposed to keep the value of the least significant bit, g0, that is shifted out in the shift right implemented in step 606. Upon completion of the loop including steps 614, 616 and 618 in
To handle situations wherein h is not odd, it is proposed to keep the value of the least significant bit, h0, that is shifted out in the shift right implemented in step 606. Upon completion of the loop including steps 614, 616 and 618 in
Let the representation of k the base 2w, for some w≧1, be (K2z−1, . . . , K1, K0)2
that is l≦zw≦l+w−1. If l<zw, then Gz=0, otherwise, if l=zw, then Gz≦1. Let Kb→a denote
or, simply, the w-bit digits of k from digit position b down to digit position a, with b≧a. To simplify the expression of the following, a term kj may be introduced, defined as kj=Gz→j*r+Hz→j.
A “major collision” may be defined as the occurrence of kj=K2z−1→j at some iteration jε[1,z−1]. That is, there may be a situation during the execution of the loop represented as steps 614, 616, 618, 620 and 622 wherein the first digits of the effective scalar kj match the first digits of the actual scalar k, which situation is undesirable. Additionally, another situation is called a “minor collision” and is defined as occurring when k1j=k2j≠K2z−1→j, at some iteration jε[1,z], for two values of r: r1 and r2, chosen such that r1≠r2.
To assess the likelihood of a major collision, at some iteration j in the loop in the hybrid fixed-sequence window and Interleaving method of
Lemma 3. For some jε[1,z−1], κj=K2z−1→j+b, where bε{0,1}, iff gjw→0=2jw. Moreover, b=1−hjw.
From our understanding of the underlying idea of the fixed-sequence window method by Thériault, we have
k=κj*2jw+(γj−1→0−(1−g0))*r+(ηj−1→0−(1−h0)) (0.22)
and
k=K2z−1→j*2jw+Kj−1→0 (0.23)
Also from Thériault, we know that ηj−1=Hj−1−(1−hjw)2w+(1−h(j−1)w). Hence equation (0.22) becomes
k=(κj−(1−hjw))*2jw+(γj−1→0−(1−g0))*r+(Hj−1+(1−h(j−1)w))*2(j−1)w+(ηj−2→0−(1−h0)) (0.24)
where g0 and h0 are the least significant bits of g and h, respectively.
It can be proven that κj−(1−hjw)=K2z−1→j iff (γj−1→0−(1−g0))=0. If g0=1 there is no collision since, due to the definition of γj, γj−1→0≠0. Accordingly, major collisions may be avoided by making the quotient g odd.
The condition for a major collision in the hybrid fixed-sequence window and Interleaving method represented by the example steps of
γj−1→0=1. (0.25)
It can easily be verified that the condition of equation (0.25) holds when
This is particularly true since γi cannot be 0. By doing the inverse mapping R−1(γi), we obtain
from which it may be deduced that gjw→0=(10 . . . 0)=2jw.
Since, when the quotient g is even, the condition for a major collision depends on the value of the least significant jw+1 bits of the quotient g, the probability of the occurrence of this collision is around 2−(jw+1) for both values of hjw, which are expected to be equally likely.
These conditions can be avoided for all j by excluding the g values having w least significant 0s. Though this method of avoiding collisions will exclude values that cause no collisions, it is easier than checking for every jε[1,z−2] whether equation (0.27) is satisfied.
Additionally, minor collisions may be minimized by randomizing the coordinates of the accumulator after the initialization (i.e., after step 610) where the point is represented in projective coordinates.
An example method of forcing the quotient g to be odd, thereby avoiding major collisions, while obtaining the key splitting parameters g and h (step 104,
If the scalar private key is odd, a random number that is chosen to be even is preferred. Accordingly, the processor then determines (step 720) whether the random number r is odd or even. If the random number r is determined to be odd, the processor selects (step 722) a new random number. The processor then determines (step 720) whether the new random number r is odd or even. Steps 720 and 722 continue until the random number is found to be even. Upon selecting an even random number, the processor determines an integer quotient, g, by dividing (step 710) the scalar private key k by the random number, r. The processor then determines (step 712) whether the integer quotient g is odd or even. If the integer quotient g is odd, it can be shown that the remainder h will also be odd. The processor returns (step 714) the key-splitting parameters to the example method of
The housing may be elongated vertically, or may take on other sizes and shapes (including clamshell housing structures). Where the keyboard 824 includes keys that are associated with at least one alphabetic character and at least one numeric character, the keyboard 824 may include a mode selection key, or other hardware or software, for switching between alphabetic entry and numeric entry.
In addition to the microprocessor 828, other parts of the mobile communication device 800 are shown schematically in
Operating system software executed by the microprocessor 828 may be stored in a computer readable medium, such as the flash memory 816, but may be stored in other types of memory devices, such as a read only memory (ROM) or similar storage element. In addition, system software, specific device applications, or parts thereof, may be temporarily loaded into a volatile store, such as the RAM 818. Communication signals received by the mobile device may also be stored to the RAM 818.
The microprocessor 828, in addition to its operating system functions, enables execution of software applications on the mobile communication device 800. A predetermined set of software applications that control basic device operations, such as a voice communications module 830A and a data communications module 830B, may be installed on the mobile communication device 800 during manufacture. A public key generation module 830C may also be installed on the mobile communication device 800 during manufacture, to implement aspects of the present disclosure. As well, additional software modules, illustrated as an other software module 830N, which may be, for instance, a PIM application, may be installed during manufacture. The PIM application may be capable of organizing and managing data items, such as e-mail messages, calendar events, voice mail messages, appointments and task items. The PIM application may also be capable of sending and receiving data items via a wireless carrier network 870 represented by a radio tower. The data items managed by the PIM application may be seamlessly integrated, synchronized and updated via the wireless carrier network 870 with the device user's corresponding data items stored or associated with a host computer system.
Communication functions, including data and voice communications, are performed through the communication subsystem 802 and, possibly, through the short-range communications subsystem 804. The communication subsystem 802 includes a receiver 850, a transmitter 852 and one or more antennas, illustrated as a receive antenna 854 and a transmit antenna 856. In addition, the communication subsystem 802 also includes a processing module, such as a digital signal processor (DSP) 858, and local oscillators (LOs) 860. The specific design and implementation of the communication subsystem 802 is dependent upon the communication network in which the mobile communication device 800 is intended to operate. For example, the communication subsystem 802 of the mobile communication device 800 may be designed to operate with the Mobitex™, DataTAC™ or General Packet Radio Service (GPRS) mobile data communication networks and also designed to operate with any of a variety of voice communication networks, such as Advanced Mobile Phone Service (AMPS), Time Division Multiple Access (TDMA), Code Division Multiple Access (CDMA), Personal Communications Service (PCS), Global System for Mobile Communications (GSM), Enhanced Data rates for GSM Evolution (EDGE), Universal Mobile Telecommunications System (UMTS), Wideband Code Division Multiple Access (W-CDMA), High Speed Packet Access (HSPA), etc. Other types of data and voice networks, both separate and integrated, may also be utilized with the mobile communication device 800.
Network access requirements vary depending upon the type of communication system. Typically, an identifier is associated with each mobile device that uniquely identifies the mobile device or subscriber to which the mobile device has been assigned. The identifier is unique within a specific network or network technology. For example, in Mobitex™ networks, mobile devices are registered on the network using a Mobitex Access Number (MAN) associated with each device and in DataTAC™ networks, mobile devices are registered on the network using a Logical Link Identifier (LLI) associated with each device. In GPRS networks, however, network access is associated with a subscriber or user of a device. A GPRS device therefore uses a subscriber identity module, commonly referred to as a Subscriber Identity Module (SIM) card, in order to operate on a GPRS network. Despite identifying a subscriber by SIM, mobile devices within GSM/GPRS networks are uniquely identified using an International Mobile Equipment Identity (IMEI) number.
When required network registration or activation procedures have been completed, the mobile communication device 800 may send and receive communication signals over the wireless carrier network 870. Signals received from the wireless carrier network 870 by the receive antenna 854 are routed to the receiver 850, which provides for signal amplification, frequency down conversion, filtering, channel selection, etc., and may also provide analog to digital conversion. Analog-to-digital conversion of the received signal allows the DSP 858 to perform more complex communication functions, such as demodulation and decoding. In a similar manner, signals to be transmitted to the wireless carrier network 870 are processed (e.g., modulated and encoded) by the DSP 858 and are then provided to the transmitter 852 for digital to analog conversion, frequency up conversion, filtering, amplification and transmission to the wireless carrier network 870 (or networks) via the transmit antenna 856.
In addition to processing communication signals, the DSP 858 provides for control of the receiver 850 and the transmitter 852. For example, gains applied to communication signals in the receiver 850 and the transmitter 852 may be adaptively controlled through automatic gain control algorithms implemented in the DSP 858.
In a data communication mode, a received signal, such as a text message or web page download, is processed by the communication subsystem 802 and is input to the microprocessor 828. The received signal is then further processed by the microprocessor 828 for output to the display 826, or alternatively to some auxiliary I/O devices 806. A device user may also compose data items, such as e-mail messages, using the keyboard 824 and/or some other auxiliary I/O device 806, such as a touchpad, a rocker switch, a thumb-wheel, a trackball, a touchscreen, or some other type of input device. The composed data items may then be transmitted over the wireless carrier network 870 via the communication subsystem 802.
In a voice communication mode, overall operation of the device is substantially similar to the data communication mode, except that received signals are output to a speaker 810, and signals for transmission are generated by a microphone 812. Alternative voice or audio I/O subsystems, such as a voice message recording subsystem, may also be implemented on the mobile communication device 800. In addition, the display 826 may also be utilized in voice communication mode, for example, to display the identity of a calling party, the duration of a voice call, or other voice call related information.
The short-range communications subsystem 804 enables communication between the mobile communication device 800 and other proximate systems or devices, which need not necessarily be similar devices. For example, the short-range communications subsystem may include an infrared device and associated circuits and components, or a Bluetooth™ communication module to provide for communication with similarly-enabled systems and devices.
The above-described embodiments of the present application are intended to be examples only. Alterations, modifications and variations may be effected to the particular embodiments by those skilled in the art without departing from the scope of the application, which is defined by the claims appended hereto.
The present application claims priority to U.S. Provisional Patent Application Ser. No. 60/893,510, filed Mar. 7, 2007, the contents of which are hereby incorporated herein by reference. The present application is related to US Patent Application Publication No. 2008/0219438, which is being filed on even date herewith under, entitled “Method And Apparatus For Generating A Public Key In A Manner That Counters Power Analysis Attacks,” the contents of which are hereby incorporated herein by reference. The present application is related to US Patent Application Publication No. 2008/0219437, which is being filed on even date herewith under, entitled “Method and Apparatus for Performing Elliptic Curve Scalar Multiplication in a Manner that Counters Power Analysis Attacks,” the contents of which are hereby incorporated herein by reference. The present application is related to US Patent Application Publication No. 2008/0219450, which is being filed on even date herewith under, entitled “Methods And Apparatus For Performing An Elliptic Curve Scalar Multiplication Operation Using Splitting,” the contents of which are hereby incorporated herein by reference. The present application is related to US Patent Application Publication No. 2008/0275932, which is being filed on even date herewith under, entitled “Integer Division In A Manner That Counters A Power Analysis Attack,” the contents of which are hereby incorporated herein by reference. The present application is related to US Patent Application Publication No. 2008/0301458, which is being filed on even date herewith under, entitled “DPA Countermeasure for the ECDSA,” the contents of which are hereby incorporated herein by reference. The present application is related to US Patent Application Publication No. 2008/0301459, which is being filed on even date herewith under, entitled “Power Analysis Countermeasure for the ECMQV Key Agreement Algorithm,” the contents of which are hereby incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
6304658 | Kocher et al. | Oct 2001 | B1 |
7272226 | Vanstone | Sep 2007 | B2 |
7715565 | Kimmel et al. | May 2010 | B2 |
7734045 | Sandhu et al. | Jun 2010 | B2 |
20030061498 | Drexler et al. | Mar 2003 | A1 |
20050078821 | Jin et al. | Apr 2005 | A1 |
Number | Date | Country |
---|---|---|
1548687 | Jun 2005 | EP |
1729442 | Dec 2006 | EP |
1816624 | Aug 2007 | EP |
0135573 | May 2001 | WO |
0148974 | Jul 2001 | WO |
Entry |
---|
Benoit Chevallier-Mames et al. “Low-Cost Solutions for Preventing Simple Side-Channel Analysis: Side-Channel Atomicity” IEEE Transactions on Computers, vol. 53, No. 6, Jun. 2004. (pp. 760-768). |
Daniel J Bernstein, Pippenger's Exponentiation Algorithm, Mathematics Subject Classification Primary 11Y16, Jan. 18, 2002, Department of Mathematics, Statistics, and Computer Science (M/C 249), The University of Illinois at Chicago, Chicago, IL. |
Ciet M et al.: “(Virtually) Free randomization techniques elliptic curve cryptography” Lecture notes in Computer Science, Springer, DE, vol. 2836, Oct. 10, 2003. |
Bodo Moller: “Algorithms for Multi-exponentiation” Lecture notes in Computer Science, Springer, DE, vol. 2259, Jan. 1, 2001. |
Okeya K et al.: “Use of montgomery trick in precomputation of multi-scalar multiplication in elliptic curve cryptosystems”. IEICE Transactions on Fundamentals of Electronics, Communications and Computer Sciences, Engineering Sciences Society, Tokyo, JP, vol. E86-A, No. 1, Jan. 1, 2003. |
Gallant R P et al.: “Faster point multiplication on elliptic curves with efficient endomorphisms” advances in cryptology, crypto 2001. 21st Annual International Cryptology Conference, Santa Barbara, CA, Aug. 19-23, 2001. |
Ciet M et al.: “Preventing differential analysis in GLV elliptic curve scalar multiplication” Cryptographic Hardware and Embedded Systems, Internationalworkshop, XX, XX, Aug. 13, 2002. |
Izu T et al.: “Improved elliptic curve multiplcation methods resistant against side channel attacks” Progress in cryptology-indocrypt. International Conference Incryptology in India. Proceedings, XX, XX, Dec. 16, 2002. |
Nicholas Theriault: “SPA resistant left-to-right integer recodings” Jan. 1, 2006. |
Okeya K et al.: “Fast multi-scalar multiplication methods on elliptic curves with precomputation strategy using mongomery trick” Cryptographic hardward and embedded systems, International Workshop, XX , XX Aug. 13, 2002. |
European Search Report dated Nov. 30, 2010 for corresponding European Patent Application No. 08733547.7. |
Number | Date | Country | |
---|---|---|---|
20080273694 A1 | Nov 2008 | US |
Number | Date | Country | |
---|---|---|---|
60893510 | Mar 2007 | US |