US8660265B2 - Cipher implementation - Google Patents

Cipher implementation Download PDF

Info

Publication number
US8660265B2
US8660265B2 US12/881,167 US88116710A US8660265B2 US 8660265 B2 US8660265 B2 US 8660265B2 US 88116710 A US88116710 A US 88116710A US 8660265 B2 US8660265 B2 US 8660265B2
Authority
US
United States
Prior art keywords
cipher
block cipher
variable
input
generate
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Lifetime
Application number
US12/881,167
Other versions
US20100329451A1 (en
Inventor
Gadi Mazuz
Yuval Greisas
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Cavium International
Marvell Asia Pte Ltd
Original Assignee
Marvell International Ltd
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 Marvell International Ltd filed Critical Marvell International Ltd
Priority to US12/881,167 priority Critical patent/US8660265B2/en
Publication of US20100329451A1 publication Critical patent/US20100329451A1/en
Application granted granted Critical
Publication of US8660265B2 publication Critical patent/US8660265B2/en
Assigned to CAVIUM INTERNATIONAL reassignment CAVIUM INTERNATIONAL ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MARVELL INTERNATIONAL LTD.
Assigned to MARVELL ASIA PTE, LTD. reassignment MARVELL ASIA PTE, LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CAVIUM INTERNATIONAL
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

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/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3236Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions
    • H04L9/3242Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions involving keyed hash functions, e.g. message authentication codes [MACs], CBC-MAC or HMAC
    • 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/06Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
    • H04L9/0618Block ciphers, i.e. encrypting groups of characters of a plain text message using fixed encryption transformation
    • H04L9/0625Block ciphers, i.e. encrypting groups of characters of a plain text message using fixed encryption transformation with splitting of the data block into left and right halves, e.g. Feistel based algorithms, DES, FEAL, IDEA or KASUMI
    • 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
    • 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/24Key scheduling, i.e. generating round keys or sub-keys for block encryption
    • 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/80Wireless

Definitions

  • Confidentiality and integrity algorithms for encryption/decryption of telecommunication transmission and reception may be defined in standards, such as but not limited to, “3GPP TS 35.201 V4.1.0 (2001-12)”—3rd Generation Partnership Project (3GPP), Technical Specification Group Services and System Aspects, 3G Security, Specification of the 3GPP Confidentiality and Integrity Algorithms, Document 1: f8 and f9 Specification”.
  • 3GPP 3rd Generation Partnership Project
  • 3GPP Technical Specification Group Services and System Aspects
  • 3G Security Specification of the 3GPP Confidentiality and Integrity Algorithms
  • a confidentiality algorithm f8 Within the security architecture of the 3GPP system, there may be two standardized algorithms: a confidentiality algorithm f8, and an integrity algorithm f9. These algorithms (also referred to as functions, the terms being used interchangeably) may be based on the so-called KASUMI algorithm (also referred to as simply KASUMI), a block cipher that may produce a 64-bit output from a 64-bit input under the control of a 128-bit key.
  • KASUMI also referred to as simply KASUMI
  • the confidentiality algorithm f8 may be a stream cipher used to encrypt or decrypt blocks of data under a confidentiality key CK.
  • the block of data may be between 1 and 20000 bits long, for example.
  • the f8 algorithm may use KASUMI in a form of output-feedback mode as a keystream generator.
  • the integrity algorithm f9 may compute a 32-bit MAC (Message Authentication Code) of a given input message using an integrity key IK.
  • MAC Message Authentication Code
  • the length of the message for use with the f8 and f9 algorithms may vary from 64 bits to 5120 bits.
  • the message may be divided into blocks of 64 bits.
  • the implementation of the f8 and f9 algorithms for 80 blocks may comprise 81 KASUMI modules.
  • there may be 81.times.16K 1296K gates for the implementation of the f8 and f9 algorithms.
  • This may be disadvantageously large in terms of chip size in various telecommunications systems, such as but not limited to, WCDMA (wideband code division multiple access) chipsets.
  • FIG. 1 is a simplified illustration of apparatus for generating a keystream for performing a confidentiality function, which may form part of a communications system, in accordance with an embodiment of the invention
  • FIG. 2 is a simplified block diagram of a partial KASUMI block cipher, in accordance with an embodiment of the invention
  • FIG. 3 is a simplified block diagram of a first subfunction
  • FIG. 4 is a simplified block diagram of a second subfunction
  • FIG. 5 is a simplified block diagram of a third subfunction
  • FIG. 6 is a simplified illustration of apparatus for performing an integrity function, which may form part of a communications system, in accordance with an embodiment of the invention.
  • FIG. 7 is a simplified general flow chart for performing a confidentiality algorithm and an integrity algorithm with a partial KASUMI block cipher, in accordance with an embodiment of the invention.
  • FIG. 1 illustrates apparatus for generating a keystream, in accordance with an embodiment of the invention.
  • the keystream generator of FIG. 1 may comprise a partial KASUMI block cipher 12 , as opposed to a full KASUMI block cipher.
  • partial KASUMI block cipher 12 may be used to generate at least one of a keystream and a message authentication code, without necessarily utilizing the full KASUMI block cipher.
  • the keystream and/or message authentication code may be generated solely with the partial KASUMI block cipher or optionally in part with the partial KASUMI block cipher and in part with a full KASUMI block cipher.
  • the full KASUMI block cipher will be described with reference to FIG. 2 .
  • the apparatus of FIG. 1 may form part of a communications system, such as but not limited to, a code division multiple access (CDMA) or WCDMA receiver or communications system, GSM (Global System for Mobile Communication), EDGE (Enhanced Data Rates For Global Evolution), UMTS (Universal Mobile Telecommunication System), UTRAN (UMTS Terrestrial Radio Access Network) and FOMA (Freedom Of Mobile Multimedia Access), which may comprise communications components, such as but not limited to, a transceiver 17 which may communicate data between the partial KASUMI block cipher 12 and a cellular telephone system 19 , e.g., via an antenna 15 .
  • Antenna 15 may be suitable for supporting communication in any of the abovementioned communication systems.
  • a storage medium 21 such as but not limited to, a floppy disk, compact disc, hard drive, or volatile or non-volatile memory array, may be provided for storing instructions that enable a processor 23 to perform a confidentiality algorithm and/or an integrity algorithm comprising an output from the partial KASUMI block cipher 12 , as described more in detail hereinbelow.
  • Processor 23 may comprise, without limitation, components enclosed in a dashed box in FIG. 1 , as described further hereinbelow. However, it is to be emphasized that processor 23 is not limited to the components shown in FIG. 1 , and may comprise other components other than those shown in FIG. 1 .
  • FIG. 2 illustrates a full KASUMI block cipher 14 and the partial KASUMI block cipher 12 .
  • the full KASUMI block cipher 14 and the partial KASUMI block cipher 12 may comprise a number of subfunctions OF, FI and FL (described hereinbelow with reference to FIGS. 3 , 4 and 5 , respectively), used in conjunction with associated sub-keys (KL, KO, KI) in a Feistel structure comprising a number of rounds (and rounds within rounds for some subfunctions).
  • the full KASUMI block cipher 14 may operate on a 64-bit input I using a 128-bit key K to produce a 64-bit output OUTPUT, as follows:
  • f i the round function with L i-1 , and round key RK i as inputs.
  • the result OUTPUT equals the 64-bit string (L 8 . ⁇ R 8 ) offered at the end of the eighth round.
  • the function ⁇ i may take a 32-bit input I and return a 32-bit output 0 under the control of a round key RK i , where the round key may comprise the subkey triplet of (KL i , KO i , KI i ).
  • the function f i may be constructed from two subfunctions; FL and FO with associated subkeys KL i (used with FL) and subkeys KO i and KI i (used with FO).
  • the ⁇ i function may have two different forms as follows:
  • the round data may be passed through FL( ) and then FO( ), while for even rounds it may be passed through FO( )and then FL( ).
  • the input to the function FO may comprise a 32-bit data input I and two sets of subkeys, a 48-bit subkey KO i and 48-bit subkey KI i .
  • FIG. 4 illustrates the function FI.
  • the thick and thin lines in FIG. 4 may be used to emphasize the difference between 9-bit and 7-bit data paths, respectively.
  • the function FI may take a 16-bit data input I and 16-bit subkey KI ij .
  • the function FI may use two S-boxes, S 7 which maps a 7-bit input to a 7-bit output, and S 9 which maps a 9-bit input to a 9-bit output.
  • S 7 which maps a 7-bit input to a 7-bit output
  • S 9 which maps a 9-bit input to a 9-bit output.
  • the two S-boxes are defined further hereinbelow.
  • the function FI may also use two additional functions, designated ZE( )) and TR( ), defined as follows:
  • ZE(x) may take the 7-bit value x and convert it to a 9-bit value by adding two zero bits to the most-significant end.
  • TR(x) may take the 9-bit value x and convert it to a 7-bit value by discarding the two most-significant bits.
  • the function FI may return the 16-bit value (L 4 . ⁇ R 4 ).
  • the two S-boxes mentioned above may be implemented in combinational logic as well as by a look-up table.
  • x8, y8 and x7,y7 bits may only apply to S9, and the x0 and y0 bits may be the least significant bits.
  • x ⁇ ⁇ 0 ⁇ x ⁇ ⁇ 1 ⁇ x ⁇ ⁇ 2 ⁇ ⁇ implies ⁇ ⁇ x ⁇ ⁇ 0 ⁇ ⁇ x ⁇ ⁇ 1 ⁇ x ⁇ ⁇ 2 ⁇ ⁇ where ⁇ ⁇ is ⁇ ⁇ the ⁇ ⁇ AND ⁇ ⁇ operator .
  • the input to the function FL may comprise a 32-bit data input I and a 32-bit subkey KL i .
  • R′ R ⁇ +ROL ( L ⁇ KL i,1 )
  • L′ L ⁇ +ROL ( R′ ⁇ KL i,2 )
  • the partial KASUMI block cipher 12 may comprise a one-quarter KASUMI block cipher which may comprise two rounds of the full KASUMI block cipher 14 , such as the first two rounds of the full KASUMI block cipher 14 .
  • Feedback data for the partial KASUMI block cipher 12 may be modified by static data held in a buffer, such as but not limited to, a 64-bit register A (reference numeral 20 ), and a variable comprising an (incrementing) 64-bit counter BLKCNT (reference numeral 22 ).
  • the keystream generator of FIG. 1 may be initialized with key variables before generating keystream bits.
  • the key variables may comprise without limitation COUNT (e.g., a 32-bit time variant input), BEARER (e.g., a 5-bit input) and DIRECTION (e.g., a 1-bit input which may indicate the direction of transmission (uplink or downlink)), and a cipher key CK (e.g., a 128-bit confidentiality key) XORed with a key modifier KM (e.g., a 128-bit constant used to modify a key).
  • the partial KASUMI block cipher 12 may have an input from an XOR gate 16 , which may XOR the cipher key CK with the output of an AND gate 18 which has ANDed KM with an Init bit.
  • the COUNT, BEARER and DIRECTION inputs may be ANDed with an Init bit by an AND gate 24 .
  • An AND gate 26 may AND the output of the partial KASUMI block cipher 12 and Init+1.
  • An OR gate 28 may OR the output of the AND gates 24 and 26 , and output to register A.
  • a gate 30 may perform a Boolean operation, such as for example an exclusive-OR (XOR) operation, on register A, BLKCNT and the output of the partial KASUMI block cipher 12 .
  • XOR exclusive-OR
  • the 64-bit register A may be set to COUNT ⁇ BEARER ⁇ DIRECTION ⁇ 0 . . . 0 (left justified with the right most 26 bits set to 0).
  • A may equal COUNT[ 0 ] . . . COUNT[ 31 ] BEARER[ 0 ] . . . BEARER[ 4 ] DIRECTION[ 0 ]0 . . . 0.
  • Counter BLKCNT may be set to zero.
  • Key modifier KM may be set to a constant 32-bit (hexadecimal) 5555 . . . 5h.
  • the initial keystream block KSB 0 may be set to zero.
  • the keystream generator may be used to generate keystream blocks (KSBs).
  • KSKs keystream blocks
  • the first result may be saved in register A, and subsequent results may be XORed with that value.
  • This result of XOR gate 30 may then be input into the partial KASUMI block cipher 12 to produce the first keystream block KSB 1 (in the described example, a 64-bit block) using the cipher key CK (XORed with KM and Init by XOR gate 16 ).
  • the keystream generator may continue until BLKCNT reaches the LENGTH (the number of bits in the input bitstream), signifying the end of the user data block.
  • FIG. 6 illustrates using the partial KASUMI block cipher 12 for performing an integrity function, in accordance with an embodiment of the invention.
  • the integrity function may be initialized as follows:
  • a key modifier KM may be set to a constant 128-bit hexadecimal AAAAA . . . Ah.
  • Variables may be used in the integrity function, such as FRESH, winch may be a 32-bit random input, and MESSAGE, which may be the input bitstream of LENGTH bits to be processed by the integrity function.
  • the integrity function may proceed as follows:
  • IK may be a 128-bit integrity key
  • the integrity function may produce a 32-bit message authentication code (MAC-I).
  • an embodiment of the invention may comprise without limitation an XOR gate 40 , which may XOR tie output of the partial KASUMI block cipher 12 and the previous contents of register A, the XOR result being fed into register A with Init.
  • the output of register A and BLKCNT may be ANDed by an AND gate 42 .
  • XOR gate 30 may XOR the output of AND gate 42 and an input message 44 , the XOR result being fed into the partial KASUMI block cipher 12 .
  • KM and an end bit (flag) may be input to AND gate 18 .
  • the output of AND gate 18 may XORed with IK by XOR gate 16 , whose output may be fed to the partial KASUMI block cipher 12 .
  • register A When the Init bit is turned on, register A may be initially set to “0”, Km may be set to a constant 128-bit hexadecimal AAAAA . . . Ah, and the input message may be the abovementioned PS (padded string).
  • the message may be fed block by block (e.g., 64 bits) to the partial KASUMI block cipher 12 .
  • XOR gate 30 may iteratively XOR the 64-bit block from gate 42 with the input message to register A (the previous result of the partial KASUMI block cipher 12 ).
  • the end flag may go up and another partial KASUMI operation may be performed on register A using IK ⁇ KM.
  • the 32 most significant bits from the last partial KASUMI operation may be the MAC-I message.
  • FIG. 7 illustrates a general flow chart for performing the confidentiality algorithm f8 and the integrity algorithm f9 with the partial KASUMI block cipher 12 , in accordance with an embodiment of the invention.
  • data e.g., 64-bit input
  • the partial KASUMI block cipher 12 may process (e.g., encrypt) the input data and generate an output (e.g., 64-bit output).
  • the partial KASUMI block cipher 12 may generate an output keystream, as described hereinabove, e.g., an output bitstream in multiples of 64-bits.
  • the partial KASUMI block cipher 12 may generate a 64-bit digest of the message input, as described hereinabove, wherein the leftmost 32-bits of the digest are taken as the output value MAC-I (message authentication code).
  • the output may be sent to an output buffer (e.g., register A).
  • the partial KASUMI block cipher 12 may process large amounts of user data in a continuous mode. In the continuous mode, the partial KASUMI block cipher 12 may not erase the previous user data, but rather use the previous data to generate and output the next set of data in a continuous loop until the user data may be finished.
  • the continuous mode implemented with the partial KASUMI block cipher 12 may be used to perform the confidentiality algorithm f8 and the integrity algorithm f9 with a significantly fewer amount of gates than a full KASUMI block cipher.
  • the partial KASUMI block cipher may be used to generate some of the keystream and/or message authentication code as described hereinabove, and the full KASUMI block cipher may be used to generate the rest of the keystream and/or message authentication code.
  • the embodiment of FIG. 7 may comprise a program of instructions.
  • the program storage device 21 of FIG. 1 may tangibly embody this program of instructions, readable and executable by a machine, such as processor 23 .

Abstract

At least one of a keystream and a message authentication code are generated with a partial KASUMI block cipher, without utilizing a full KASUMI block cipher.

Description

CROSS-REFERENCE TO RELATED APPLICATION
This application is a continuation of U.S. patent application Ser. No. 10/286,800, filed on Nov. 4, 2002, entitled “Cipher Implementation,” which is hereby incorporated by reference herein in its entirety.
BACKGROUND
Confidentiality and integrity algorithms for encryption/decryption of telecommunication transmission and reception may be defined in standards, such as but not limited to, “3GPP TS 35.201 V4.1.0 (2001-12)”—3rd Generation Partnership Project (3GPP), Technical Specification Group Services and System Aspects, 3G Security, Specification of the 3GPP Confidentiality and Integrity Algorithms, Document 1: f8 and f9 Specification”. The document is publicly available from the 3GPP website http://www.3gpp.org.
Within the security architecture of the 3GPP system, there may be two standardized algorithms: a confidentiality algorithm f8, and an integrity algorithm f9. These algorithms (also referred to as functions, the terms being used interchangeably) may be based on the so-called KASUMI algorithm (also referred to as simply KASUMI), a block cipher that may produce a 64-bit output from a 64-bit input under the control of a 128-bit key.
The confidentiality algorithm f8 may be a stream cipher used to encrypt or decrypt blocks of data under a confidentiality key CK. The block of data may be between 1 and 20000 bits long, for example. The f8 algorithm may use KASUMI in a form of output-feedback mode as a keystream generator.
The integrity algorithm f9 may compute a 32-bit MAC (Message Authentication Code) of a given input message using an integrity key IK.
In the 3GPP standard, the length of the message for use with the f8 and f9 algorithms may vary from 64 bits to 5120 bits. The message may be divided into blocks of 64 bits. The largest message may thus comprise 80 blocks (80.times.64=5120). In the 3GPP standard, the implementation of the f8 and f9 algorithms for 80 blocks may comprise 81 KASUMI modules. There may be 16,000 (16K) gates for one KASUMI module. Accordingly, there may be 81.times.16K=1296K gates for the implementation of the f8 and f9 algorithms. This may be disadvantageously large in terms of chip size in various telecommunications systems, such as but not limited to, WCDMA (wideband code division multiple access) chipsets.
BRIEF DESCRIPTION OF THE DRAWINGS
The subject matter regarded as the invention is particularly pointed out and distinctly claimed in the concluding portion of the specification. The invention, however, both as to organization and method of operation, together with objects, features and advantages thereof, may best be understood by reference to the following detailed description when read with the accompanied drawings in which:
FIG. 1 is a simplified illustration of apparatus for generating a keystream for performing a confidentiality function, which may form part of a communications system, in accordance with an embodiment of the invention;
FIG. 2 is a simplified block diagram of a partial KASUMI block cipher, in accordance with an embodiment of the invention;
FIG. 3 is a simplified block diagram of a first subfunction;
FIG. 4 is a simplified block diagram of a second subfunction;
FIG. 5 is a simplified block diagram of a third subfunction;
FIG. 6 is a simplified illustration of apparatus for performing an integrity function, which may form part of a communications system, in accordance with an embodiment of the invention; and
FIG. 7 is a simplified general flow chart for performing a confidentiality algorithm and an integrity algorithm with a partial KASUMI block cipher, in accordance with an embodiment of the invention.
It will be appreciated that for simplicity and clarity of illustration, elements shown in the figures have not necessarily been drawn to scale. For example, the dimensions of some of the elements may be exaggerated relative to other elements for clarity. Further, where considered appropriate, reference numerals may be repeated among the figures to indicate corresponding or analogous elements.
DETAILED DESCRIPTION
In the following detailed description, numerous specific details are set forth in order to provide a thorough understanding of the invention. However it will be understood by those of ordinary skill in the art that the present invention may be practiced without these specific details. In other instances, well-known methods, procedures, components and circuits have not been described in detail so as not to obscure the present invention.
Some portions of the detailed description that follows are presented in terms of algorithms and symbolic representations of operations on data bits or binary digital signals within a computer memory. These algorithmic descriptions and representations may be the techniques used by those skilled in the data processing arts to convey the substance of their work to others skilled in the art.
Reference is now made to FIG. 1, which illustrates apparatus for generating a keystream, in accordance with an embodiment of the invention. The keystream generator of FIG. 1 may comprise a partial KASUMI block cipher 12, as opposed to a full KASUMI block cipher. As described in detail further hereinbelow, partial KASUMI block cipher 12 may be used to generate at least one of a keystream and a message authentication code, without necessarily utilizing the full KASUMI block cipher. (For example, the keystream and/or message authentication code may be generated solely with the partial KASUMI block cipher or optionally in part with the partial KASUMI block cipher and in part with a full KASUMI block cipher.) In order to better understand the partial KASUMI block cipher 12, the full KASUMI block cipher will be described with reference to FIG. 2.
The apparatus of FIG. 1 may form part of a communications system, such as but not limited to, a code division multiple access (CDMA) or WCDMA receiver or communications system, GSM (Global System for Mobile Communication), EDGE (Enhanced Data Rates For Global Evolution), UMTS (Universal Mobile Telecommunication System), UTRAN (UMTS Terrestrial Radio Access Network) and FOMA (Freedom Of Mobile Multimedia Access), which may comprise communications components, such as but not limited to, a transceiver 17 which may communicate data between the partial KASUMI block cipher 12 and a cellular telephone system 19, e.g., via an antenna 15. Antenna 15 may be suitable for supporting communication in any of the abovementioned communication systems. A storage medium 21, such as but not limited to, a floppy disk, compact disc, hard drive, or volatile or non-volatile memory array, may be provided for storing instructions that enable a processor 23 to perform a confidentiality algorithm and/or an integrity algorithm comprising an output from the partial KASUMI block cipher 12, as described more in detail hereinbelow. Processor 23 may comprise, without limitation, components enclosed in a dashed box in FIG. 1, as described further hereinbelow. However, it is to be emphasized that processor 23 is not limited to the components shown in FIG. 1, and may comprise other components other than those shown in FIG. 1.
Reference is now made to FIG. 2, which illustrates a full KASUMI block cipher 14 and the partial KASUMI block cipher 12. The full KASUMI block cipher 14 and the partial KASUMI block cipher 12 may comprise a number of subfunctions OF, FI and FL (described hereinbelow with reference to FIGS. 3, 4 and 5, respectively), used in conjunction with associated sub-keys (KL, KO, KI) in a Feistel structure comprising a number of rounds (and rounds within rounds for some subfunctions).
The full KASUMI block cipher 14 may operate on a 64-bit input I using a 128-bit key K to produce a 64-bit output OUTPUT, as follows:
The input I may be divided into two 32-bit strings L0 and R0, wherein
I=L0.∥R0
For each integer i with 1≦I≧0.8:
R i =L i-1 , L i =R i-1.⊕f i(L i-1 , RK i)
wherein
i=the ith round function of KASUMI,
fi=the round function with Li-1, and round key RKi as inputs.
The result OUTPUT equals the 64-bit string (L8.∥R8) offered at the end of the eighth round.
(⊕ represents the bitwise exclusive-OR (XOR) operation, and .∥. represents the concatenation of two operands.)
The function ƒi may take a 32-bit input I and return a 32-bit output 0 under the control of a round key RKi, where the round key may comprise the subkey triplet of (KLi, KOi, KIi). The function fi may be constructed from two subfunctions; FL and FO with associated subkeys KLi (used with FL) and subkeys KOi and KIi (used with FO).
The ƒi function may have two different forms as follows:
For rounds 1, 3, 5 and 7:
f i(I,RK i)=FO(FL(I, KL i), KO i , KI i)
For rounds 2, 4, 6 and 8:
f i(I,K i)=FL(FO(I, KO i , KI i), KL i)
Accordingly, for oddrounds the round data may be passed through FL( ) and then FO( ), while for even rounds it may be passed through FO( )and then FL( ).
Reference is now made to FIG. 3, which illustrates the function FO. The input to the function FO may comprise a 32-bit data input I and two sets of subkeys, a 48-bit subkey KOi and 48-bit subkey KIi.
The 32-bit data input may be split into two halves, L0 and R0 wherein I=L0.∥R0.
The 48-bit subkeys may be subdivided into three 16-bit subkeys wherein
KOi=KOi,1.∥KOi,2.∥KOi,3 and
KIi=KIi,1∥KIi,2∥KIi,3.
For each integer j with 1≦j≧3:
R j =FI(L j-1 ⊕KO ij , KI ij)⊕R j-1
Lj=Rj-1
which may return the 32-bit value (L3.∥R3).
Reference is now made to FIG. 4, which illustrates the function FI. The thick and thin lines in FIG. 4 may be used to emphasize the difference between 9-bit and 7-bit data paths, respectively.
The function FI may take a 16-bit data input I and 16-bit subkey KIij. The input I may be split into two unequal components, a 9-bit left half L0 and a 7-bit right half R0 where I=L0.∥R0.
Similarly the key KIij may be split into a 7-bit component KIij,1, and a 9-bit component KI.ij,2 where KIij=KIij,1.∥KIij,2.
The function FI may use two S-boxes, S7 which maps a 7-bit input to a 7-bit output, and S9 which maps a 9-bit input to a 9-bit output. The two S-boxes are defined further hereinbelow. The function FI may also use two additional functions, designated ZE( )) and TR( ), defined as follows:
ZE(x) may take the 7-bit value x and convert it to a 9-bit value by adding two zero bits to the most-significant end.
TR(x) may take the 9-bit value x and convert it to a 7-bit value by discarding the two most-significant bits.
The following series of operations may be defined:
L 1 =R 0 R 1 =S9[L 0 ]⊕ZE(R 0)
L 2 =R 1 .⊕KI ij,2 R 2 =S7[L 1 ].⊕TR(R 1).⊕KI ij,1
L 3 =R 2 R 3 =S9[L 2 ].⊕ZE(R 2)
L 4 =S7[L 3 ].⊕TR(R 3)R 4 =R 3
The function FI may return the 16-bit value (L4.∥R4).
The two S-boxes mentioned above may be implemented in combinational logic as well as by a look-up table. For the two S-boxes, the input x comprises either seven or nine bits with a corresponding number of bits in the output y, wherein:
x=x8∥x7∥x6∥x5∥x4∥x3∥x2∥x1∥x0
and
y=y8∥y7∥y6∥y5∥y4∥y3∥−y2∥y1∥y0
wherein the x8, y8 and x7,y7 bits may only apply to S9, and the x0 and y0 bits may be the least significant bits.
In the logic equations:
x 0 x 1 x 2 implies x 0 x 1 x 2 where is the AND operator . Gate Logic for S 7 : y 0 = x 1 x 3 x 4 x 0 x 1 x 4 x 5 x 2 x 5 x 3 x 4 x 5 x 6 x 0 x 6 x 1 x 6 x 3 x6 x 2 x 4 x 6 x 1 x 5 x 6 x 4 x 5 x 6 y 1 = x 0 x 1 x 0 x 4 x 2 x 4 x 5 x 1 x 2 x 5 x 0 x 3 x 5 x 6 x 0 x 2 x 6 x 3 x 6 x 4 x 5 x 6 1 y 2 = x 0 x 0 x 3 x 2 x 3 x 1 x 2 x 4 x 0 x 3 x 4 x 1 x 5 x 0 x 2 x 5 x 0 x 6 x 0 x 1 x 6 x 2 x 6 x 4 x 6 1 y 3 = x 1 x 0 x 1 x 2 x 1 x 4 x 3 x 4 x 0 x 5 x 0 x 1 x 5 x 2 x 3 x 5 x 1 x 4 x 5 3 x 2 x 6 x 1 x 3 x 6 y 4 = x 0 x 2 x 3 x 1 x 3 x 1 x 4 x 0 x 1 x 4 x 2 x 3 x 4 x 0 x 5 x 1 x 3 x 5 x 0 x 4 x 5 x 1 x 6 x 3 x 6 x 0 x 3 x 6 x 5 x 6 1 y 5 = x 2 x 0 x 2 x 0 x 3 x 1 x 2 x 3 x 0 x 2 x 4 x 0 x 5 x 2 x 5 x 4 x 5 x 1 x 6 x 1 x 2 x 6 x 0 x 3 x 6 x 3 x 4 x 6 x 2 x 5 x 6 1 y 6 = x 1 x 2 x 0 x 1 x 3 x 0 x 4 x 1 x 5 x 3 x 5 x 6 x 0 x 1 x 6 x 2 x 3 x 6 x 1 x 4 x 6 x 0 x 5 x 6
Decimal Table:
54, 50, 62, 56, 22, 34, 94, 96, 38, 6, 63, 93, 2, 18, 123, 33,
55, 113, 39, 114, 21, 67, 65, 12, 47, 73, 46, 27, 25, 111, 124, 81,
53, 9, 121, 79, 52, 60, 58, 48, 101, 127, 40, 120, 104, 70, 71, 43,
20, 122, 72, 61, 23, 109, 13, 100, 77, 1, 16, 7, 82, 10, 105, 98,
117, 116, 76, 11, 89, 106, 0, 125, 118, 99, 86, 69, 30, 57, 126, 87,
112, 51, 17, 5, 95, 14, 90, 84, 91, 8, 35, 103, 32, 97, 28, 66,
102, 31, 26, 45, 75, 4, 85, 92, 37, 74, 80, 49, 68, 29, 115, 44,
64, 107, 108, 24, 110, 83, 36, 78, 42, 19, 15, 41, 88, 119, 59, 3
Gate Logic for S9:
y 0 = x 0 x 2 x 3 x 2 x 5 x 5 x 6 x 0 x 7 x 1 x 7 x 2 x 7 x 4 x 8 x 5 x 8 x 7 x 8 1 y 1 = x 1 x 0 x 1 x 2 x 3 x 0 x 4 x 1 x 4 x 0 x 5 x 3 x 5 x 6 x 1 x 7 x 2 x 7 x 5 x 8 1 y 2 = x 1 1 x 0 x 3 x 3 x 4 x 0 x 5 x 2 x 6 x 3 x 6 x 5 x 6 x 4 x 7 x 5 x 7 x 6 x 7 x 8 x 0 x 8 1 y 3 = x 0 x 1 x 2 x 0 x 3 x 2 x 4 x 5 x 0 x 6 x 1 x 6 x 4 x 7 x 0 x 8 x 1 x 8 x 7 x 8 y 4 = x 0 x 1 x 1 x 3 x 4 x 0 x 5 3 x 6 x 0 x 7 x 6 x 7 x 1 x 8 x 2 x 8 x 3 x 8 y 5 = x 2 x 1 x 4 x 4 x 5 x 0 x 6 x 1 x 6 x 3 x 7 x 4 x 7 x 6 x 7 x 5 x 8 x 6 x 8 x 7 x 8 1 y 6 = x 0 x 2 x 3 x 1 x 5 x 2 x 5 x 4 x 5 x 3 x 6 x 4 x 6 x 5 x 6 x 7 x 1 x 8 x 3 x 8 x 5 x 8 x 7 x 8 y 7 = x 0 x 1 x 0 x 2 x 1 x 2 x 3 x 0 x 3 x 2 x 3 x 4 x 5 x 2 x 6 x 3 x 6 x 2 x 7 x 5 x 7 x 8 1 y 8 = x 0 x 1 x 2 x 1 x 2 x 3 x 4 x 1 x 5 x 2 x 5 x 1 x 6 x 4 x 6 x 7 x 2 x 8 x 3 x 8
Decimal Table:
167, 239, 161, 379, 391, 334, 9, 338, 38, 226, 48, 358, 452, 385, 90, 397,
183, 253, 147, 331, 415, 340, 51, 362, 306, 500, 262, 82, 216, 159, 356, 177,
175, 241, 489, 37, 206, 17, 0, 333, 44, 254, 378, 58, 143, 220, 81, 400,
95, 3, 315, 245, 54, 235, 218, 405, 472, 264, 172, 494, 371, 290, 399, 76,
165, 197, 395, 121, 257, 480, 423, 212, 240, 28, 462, 176, 406, 507, 288, 223,
501, 407, 249, 265, 89, 186, 221, 428, 164, 74, 440, 196, 458, 421, 350, 163,
232, 158, 134, 354, 13, 250, 491, 142, 191, 69, 193, 425, 152, 227, 366, 135,
344, 300, 276, 242, 437, 320, 113, 278, 11, 243, 87, 317, 36, 93, 496, 27,
487, 446, 482, 41, 68, 156, 457, 131, 326, 403, 339, 20, 39, 115, 442, 124,
475, 384, 508, 53, 112, 170, 479, 151, 126, 169, 73, 268, 279, 321, 168, 364,
363, 292, 46, 499, 393, 327, 324, 24, 456, 267, 157, 460, 488, 426, 309, 229,
439, 506, 208, 271, 349, 401, 434, 236, 16, 209, 359, 52, 56, 120, 199, 277,
465, 416, 252, 287, 246, 6, 83, 305, 420, 345, 153, 502, 65, 61, 244, 282,
173, 222, 418, 67, 386, 368, 261, 101, 476, 291, 195, 430, 49, 79, 166, 330,
280, 383, 373, 128, 382, 408, 155, 495, 367, 388, 274, 107, 459, 417, 62, 454,
132, 225, 203, 316, 234, 14, 301, 91, 503, 286, 424, 211, 347, 307, 140, 374,
35, 103, 125, 427, 19, 214, 453, 146, 498, 314, 444, 230, 256, 329, 198, 285,
50, 116, 78, 410, 10, 205, 510, 171, 231, 45, 139, 467, 29, 86, 505, 32,
72, 26, 342, 150, 313, 490, 431, 238, 411, 325, 149, 473, 40, 119, 174, 355,
185, 233, 389, 71, 448, 273, 372, 55, 110, 178, 322, 12, 469, 392, 369, 190,
1, 109, 375, 137, 181, 88, 75, 308, 260, 484, 98, 272, 370, 275, 412, 111,
336, 318, 4, 504, 492, 259, 304, 77, 337, 435, 21, 357, 303, 332, 483, 18,
47, 85, 25, 497, 474, 289, 100, 269, 296, 478, 270, 106, 31, 104, 433, 84,
414, 486, 394, 96, 99, 154, 511, 148, 413, 361, 409, 255, 162, 215, 302, 201,
266, 351, 343, 144, 441, 365, 108, 298, 251, 34, 182, 509, 138, 210, 335, 133,
311, 352, 328, 141, 396, 346, 123, 319, 450, 281, 429, 228, 443, 481, 92, 404,
485, 422, 248, 297, 23, 213, 130, 466, 22, 217, 283, 70, 294, 360, 419, 127,
312, 377, 7, 468, 194, 2, 117, 295, 463, 258, 224, 447, 247, 187, 80, 398,
284, 353, 105, 390, 299, 471, 470, 184, 57, 200, 348, 63, 204, 188, 33, 451,
97, 30, 310, 219, 94, 160, 129, 493, 64, 179, 263, 102, 189, 207, 114, 402,
438, 477, 387, 122, 192, 42, 381, 5, 145, 118, 180, 449, 293, 323, 136, 380,
43, 66, 60, 455, 341, 445, 202, 432, 8, 237, 15, 376, 436, 464, 59, 461
Reference is flow made to FIG. 5, which illustrates the function FL. The input to the function FL may comprise a 32-bit data input I and a 32-bit subkey KLi. The subkey may be split into two 16-bit subkeys, KLi,1 and KLi,2 wherein
KLi=KLi,1.∥KLi,2.
The input data I may be split into two 16-bit halves, L and R where I=L∥R.
R′=R⊕+ROL(L∩KL i,1)
L′=L⊕+ROL(R′∪KL i,2)
wherein the 32-bit output value=(L′∥R′), and wherein ROL is the left circular rotation of the operand by one bit.
In one embodiment of the invention, the partial KASUMI block cipher 12 may comprise a one-quarter KASUMI block cipher which may comprise two rounds of the full KASUMI block cipher 14, such as the first two rounds of the full KASUMI block cipher 14.
Reference is now made again to FIG. 1. Feedback data for the partial KASUMI block cipher 12 may be modified by static data held in a buffer, such as but not limited to, a 64-bit register A (reference numeral 20), and a variable comprising an (incrementing) 64-bit counter BLKCNT (reference numeral 22). The keystream generator of FIG. 1 may be initialized with key variables before generating keystream bits. The key variables may comprise without limitation COUNT (e.g., a 32-bit time variant input), BEARER (e.g., a 5-bit input) and DIRECTION (e.g., a 1-bit input which may indicate the direction of transmission (uplink or downlink)), and a cipher key CK (e.g., a 128-bit confidentiality key) XORed with a key modifier KM (e.g., a 128-bit constant used to modify a key). For example, the partial KASUMI block cipher 12 may have an input from an XOR gate 16, which may XOR the cipher key CK with the output of an AND gate 18 which has ANDed KM with an Init bit. The COUNT, BEARER and DIRECTION inputs may be ANDed with an Init bit by an AND gate 24. An AND gate 26 may AND the output of the partial KASUMI block cipher 12 and Init+1. An OR gate 28 may OR the output of the AND gates 24 and 26, and output to register A. A gate 30 may perform a Boolean operation, such as for example an exclusive-OR (XOR) operation, on register A, BLKCNT and the output of the partial KASUMI block cipher 12.
In one non-limiting example of the invention, the 64-bit register A may be set to COUNT∥BEARER∥DIRECTION∥0 . . . 0 (left justified with the right most 26 bits set to 0).
For example, A may equal COUNT[0] . . . COUNT[31] BEARER[0] . . . BEARER[4] DIRECTION[0]0 . . . 0. Counter BLKCNT may be set to zero. Key modifier KM may be set to a constant 32-bit (hexadecimal) 5555 . . . 5h. The initial keystream block KSB0 may be set to zero.
Once the keystream generator of FIG. 1 has been initialized, (e.g., to the exemplary values in the previous paragraph), the keystream generator may be used to generate keystream blocks (KSBs). One operation of the partial KASUMI block cipher 12 may be applied to the register A, using a modified version of the confidentiality key CK:
A=Partial-KASUMI[A].CK⊕KM
The first result may be saved in register A, and subsequent results may be XORed with that value. To obtain the first result of the confidentiality function of FIG. 1, an XOR operation may be carried out by XOR gate 30 between register A, BLKCNT=0 and the result (of the partial KASUMI block cipher 12)=0. This result of XOR gate 30 may then be input into the partial KASUMI block cipher 12 to produce the first keystream block KSB1 (in the described example, a 64-bit block) using the cipher key CK (XORed with KM and Init by XOR gate 16).
Subsequent keystream blocks may be calculated similarly, wherein BLKCNT may be increased by one for each block 1 to n (wherein n=number of blocks), and the result of the partial KASUMI block cipher 12 input into the XOR gate 30 may be taken from the previous keystream block KSB (KSB1. . . KSBn). The keystream generator may continue until BLKCNT reaches the LENGTH (the number of bits in the input bitstream), signifying the end of the user data block.
Reference is now made to FIG. 6, which illustrates using the partial KASUMI block cipher 12 for performing an integrity function, in accordance with an embodiment of the invention.
The integrity function may be initialized as follows:
A=0 and B=0, wherein A and B are 64-bit registers that may be used to hold intermediate values, and
a key modifier KM may be set to a constant 128-bit hexadecimal AAAAA . . . Ah.
Variables may be used in the integrity function, such as FRESH, winch may be a 32-bit random input, and MESSAGE, which may be the input bitstream of LENGTH bits to be processed by the integrity function.
The integrity function may proceed as follows:
The variables COUNT, FRESH, MESSAGE and DIRECTION may be concatenated. A single ‘1’ bit may be appended thereto, followed by between 0 and 63 ‘0’ bits, so that the total length of the resulting string PS (padded string) may be an integral multiple of 64 bits:
PS=COUNT[0] . . . COUNT[31] FRESH[0] . . . FRESH[31] MESSAGE[0] . . . MESSAGE[LENGTH−1] DIRECTION[0]1 0*
wherein 0* indicates between 0 and 63 ‘0’ bits.
The padded string PS may then be split into 64-bit blocks PSi where:
PS=PS0.∥PS1∥ . . . PSBLOCKS-1
The following operations may be performed for each integer n with 0≦n≦BLOCKS−1:
A=Partial-KASUMI[A⊕PSn].IK
B=B⊕A
wherein IK may be a 128-bit integrity key.
Finally, one more application of the partial KASUMI may be carried out using a modified form of the integrity key IK.
B=Partial-KASUMI[B].ik⊕KM
The integrity function may produce a 32-bit message authentication code (MAC-I). MAC-I may comprise the left-most 32 bits of the result:
MACH-I=lefthalf[B]
In other words, for each integer i with 0≦I≦31:
MAC-I[i]=B[i], wherein Bits B[32]. . . B[63] may be discarded.
Referring to FIG. 6, an embodiment of the invention may comprise without limitation an XOR gate 40, which may XOR tie output of the partial KASUMI block cipher 12 and the previous contents of register A, the XOR result being fed into register A with Init. The output of register A and BLKCNT may be ANDed by an AND gate 42. XOR gate 30 may XOR the output of AND gate 42 and an input message 44, the XOR result being fed into the partial KASUMI block cipher 12. KM and an end bit (flag) may be input to AND gate 18. The output of AND gate 18 may XORed with IK by XOR gate 16, whose output may be fed to the partial KASUMI block cipher 12.
When the Init bit is turned on, register A may be initially set to “0”, Km may be set to a constant 128-bit hexadecimal AAAAA . . . Ah, and the input message may be the abovementioned PS (padded string). The message may be fed block by block (e.g., 64 bits) to the partial KASUMI block cipher 12. XOR gate 30 may iteratively XOR the 64-bit block from gate 42 with the input message to register A (the previous result of the partial KASUMI block cipher 12). When BLKCNT reaches the LENGTH (the number of bits in the input bitstream), signifying the end of the data, the end flag may go up and another partial KASUMI operation may be performed on register A using IK⊕KM. The 32 most significant bits from the last partial KASUMI operation may be the MAC-I message.
Reference is now made to FIG. 7, which illustrates a general flow chart for performing the confidentiality algorithm f8 and the integrity algorithm f9 with the partial KASUMI block cipher 12, in accordance with an embodiment of the invention. As may be seen in FIG. 7, data (e.g., 64-bit input) may be input into the partial KASUMI block cipher 12. The partial KASUMI block cipher 12 may process (e.g., encrypt) the input data and generate an output (e.g., 64-bit output). For example, for performing the confidentiality algorithm f8, the partial KASUMI block cipher 12 may generate an output keystream, as described hereinabove, e.g., an output bitstream in multiples of 64-bits. For performing the integrity algorithm f9, the partial KASUMI block cipher 12 may generate a 64-bit digest of the message input, as described hereinabove, wherein the leftmost 32-bits of the digest are taken as the output value MAC-I (message authentication code). The output may be sent to an output buffer (e.g., register A).
The partial KASUMI block cipher 12 may process large amounts of user data in a continuous mode. In the continuous mode, the partial KASUMI block cipher 12 may not erase the previous user data, but rather use the previous data to generate and output the next set of data in a continuous loop until the user data may be finished. The continuous mode implemented with the partial KASUMI block cipher 12 may be used to perform the confidentiality algorithm f8 and the integrity algorithm f9 with a significantly fewer amount of gates than a full KASUMI block cipher. Optionally, the partial KASUMI block cipher may be used to generate some of the keystream and/or message authentication code as described hereinabove, and the full KASUMI block cipher may be used to generate the rest of the keystream and/or message authentication code.
The embodiment of FIG. 7 may comprise a program of instructions. The program storage device 21 of FIG. 1 may tangibly embody this program of instructions, readable and executable by a machine, such as processor 23.
While certain features of the invention have been illustrated and described herein, many modifications, substitutions, changes, and equivalents will now occur to those of ordinary skill in the art. It is, therefore, to be understood that the appended claims are intended to cover all such modifications and changes as fall within the true spirit of the invention.

Claims (24)

What is claimed:
1. A method, implemented in a mobile communication device, for generating data for use in at least one of encryption, decryption, or authentication of a transmission, the method comprising:
(a) performing, with a computing device, a logical operation on an input and a variable to generate a logical output without using any rounds of a full block cipher, wherein the logical output is provided to a partial block cipher, and wherein the logical operation is distinct from the partial block cipher;
(b) generating, with the computing device, a cipher output of the partial block cipher by processing the logical output using only a subset of rounds of the full block cipher, wherein the full block cipher includes (i) the subset of rounds and (ii) additional rounds;
repeating operation (a) and operation (b) to generate a plurality of cipher outputs, wherein the respective cipher output generated previously in operation (b) is utilized as the respective input the next time operation (a) is performed;
incrementing the variable prior to each time operation (a) is repeated; and
using the plurality of cipher outputs for at least one of encryption, decryption, or authentication of the transmission.
2. A method according to claim 1, wherein the full block cipher is all eight rounds of a KASUMI block cipher;
wherein generating the cipher output of the partial block cipher comprises using only a subset of rounds of the KASUMI block cipher.
3. A method according to claim 1, wherein using the plurality of cipher outputs for encryption, decryption, or authentication of the transmission comprises using the plurality of cipher outputs as keystream blocks.
4. A method according to claim 3, wherein
performing the logical operation on the input and the variable comprises performing an exclusive OR (XOR) operation on the input and the variable.
5. A method according to claim 4, wherein performing the XOR operation on the input and the variable comprises performing the XOR operation on the input, the variable, and a stored value.
6. A method according to claim 1, wherein using the plurality of cipher outputs for encryption, decryption, or authentication of the transmission comprises using the plurality of cipher outputs to generate a message authentication code corresponding to a message.
7. A method according to claim 1, wherein
performing the logical operation on the input and the variable comprises performing the logical operation on the input, the variable, and a respective portion of a message;
wherein the method further comprises:
using a different portion of the message each time operation (a) is repeated.
8. A method according to claim 7, wherein performing the logical operation on the input, the variable, and the respective portion of the message comprises:
performing an XOR operation on the input and a stored value to generate an XOR result, and
storing the XOR result.
9. A method according to claim 7, wherein performing the logical operation on the input, the variable, and the respective portion of the message comprises:
performing an AND operation on a value stored in a memory and the variable to generate an AND result; and
logically combining the AND result with the respective portion of the message to generate the logical output.
10. A method according to claim 7, wherein performing the logical operation on the input, the variable, and the respective portion of the message comprises:
logically combining a value stored in a memory and the variable to generate an intermediate result; and
performing an XOR operation on the intermediate result and the respective portion of the message to generate the logical output.
11. An apparatus for use in a mobile communication device for encrypting, decrypting, or authenticating a transmission, the apparatus comprising:
a computing device configured to:
(a) perform a logical operation on an input and a variable to generate a logical output without using any rounds of a full block cipher, wherein the logical output is provided to a partial block cipher, and wherein the logical operation is distinct from the partial block cipher;
(b) generate a cipher output of the partial block cipher by processing the logical output using only a subset of rounds of the full block cipher, wherein the full block cipher includes (i) the subset of rounds and (ii) additional rounds;
repeat operation (a) and operation (b) to generate a plurality of cipher outputs, wherein the respective cipher output generated previously in operation (b) is utilized as the respective first input the next time operation (a) is performed;
increment the variable prior to each time operation (a) is repeated; and
use the plurality of cipher outputs for at least one of encryption, decryption, or authentication of the transmission.
12. An apparatus according to claim 11, wherein the full block cipher is all eight rounds of a KASUMI block cipher;
wherein the computing device is configured to implement only a subset of rounds of the KASUMI block cipher.
13. An apparatus according to claim 11, wherein the computing device is configured to use the plurality of cipher outputs as keystream blocks; and
wherein the computing device is configured to:
perform an exclusive OR (XOR) operation on the input and the variable.
14. An apparatus according to claim 13, further comprising a memory device;
wherein the computing device is configured to perform the XOR operation on the input, the variable, and a value stored in the memory device.
15. An apparatus according to claim 11,
wherein the computing device is configured to:
perform the logical operation on the input, the variable, and a respective portion of a message,
use a different portion of the message each time operation (a) is repeated, and
use the plurality of cipher outputs to generate a message authentication code corresponding to the message.
16. An apparatus according to claim 15, further comprising a memory device;
wherein the computing device is configured to:
perform an XOR operation on the input and a value stored in the memory device to generate an XOR result, and
store the XOR result in the memory device.
17. An apparatus according to claim 15, further comprising a memory device;
wherein the computing device is configured to:
perform an AND operation on a value stored in the memory device and the variable to generate an AND result; and
logically combine the AND result with the respective portion of the message to generate the logical output.
18. An apparatus according to claim 15, further comprising a memory device;
wherein the computing device is configured to:
logically combine a value stored in the memory device and the variable to generate an intermediate result; and
perform an XOR operation on the intermediate result and the respective portion of the message to generate the logical output.
19. An apparatus according to claim 11, wherein the computing device comprises a circuit configured to:
(a) perform the logical operation on the input and the variable to generate the logical output;
(b) generate the cipher output of the partial block cipher by processing the logical output using only less than all rounds of the full block cipher; and
increment the variable prior to each time operation (a) is repeated.
20. An apparatus according to claim 11, wherein the computing device comprises a processor that executes machine readable instructions;
wherein the apparatus further comprises a memory to store instructions that, when executed by the processor, cause the processor to:
(a) perform the logical operation on the input and the variable to generate the logical output;
(b) generate the cipher output of the partial block cipher by processing the logical output using only the subset of rounds of the full block cipher; and
increment the variable prior to each time operation (a) is repeated.
21. A method according to claim 1, wherein the additional rounds of the full block cipher include a repetition of the subset of rounds.
22. A method according to claim 2, wherein generating the cipher output of the partial block cipher comprises using only (i) a first round of the KASUMI block cipher and (ii) a second round of the KASUMI block cipher.
23. An apparatus according to claim 11, wherein the additional rounds of the full block cipher include a repetition of the subset of rounds.
24. An apparatus according to claim 12, wherein the computing device is configured to generate the cipher output of the partial block cipher using only (i) a first round of the KASUMI block cipher and (ii) a second round of the KASUMI block cipher.
US12/881,167 2002-11-04 2010-09-13 Cipher implementation Expired - Lifetime US8660265B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/881,167 US8660265B2 (en) 2002-11-04 2010-09-13 Cipher implementation

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/286,800 US7796752B2 (en) 2002-11-04 2002-11-04 Cipher implementation
US12/881,167 US8660265B2 (en) 2002-11-04 2010-09-13 Cipher implementation

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/286,800 Continuation US7796752B2 (en) 2002-11-04 2002-11-04 Cipher implementation

Publications (2)

Publication Number Publication Date
US20100329451A1 US20100329451A1 (en) 2010-12-30
US8660265B2 true US8660265B2 (en) 2014-02-25

Family

ID=32680657

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/286,800 Expired - Fee Related US7796752B2 (en) 2002-11-04 2002-11-04 Cipher implementation
US12/881,167 Expired - Lifetime US8660265B2 (en) 2002-11-04 2010-09-13 Cipher implementation

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/286,800 Expired - Fee Related US7796752B2 (en) 2002-11-04 2002-11-04 Cipher implementation

Country Status (1)

Country Link
US (2) US7796752B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11288400B2 (en) * 2016-10-13 2022-03-29 Siemens Aktiengesellschaft Method, transmitter, and receiver for authenticating and protecting the integrity of message contents

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100516548B1 (en) * 2003-02-05 2005-09-22 삼성전자주식회사 Apparatus and method for efficient h/w structure for ciphering in mobile communication system
US8036385B2 (en) * 2004-06-09 2011-10-11 Research In Motion Limited Apparatus and method for applying ciphering in a universal mobile telecommunications system
US7688972B2 (en) * 2004-07-14 2010-03-30 Broadcom Corporation Method and system for implementing FO function in KASUMI algorithm for accelerating cryptography in GSM (global system for mobile communication)GPRS (general packet radio service)edge(enhanced data rate for GSM evolution) compliant handsets
US7760874B2 (en) 2004-07-14 2010-07-20 Broadcom Corporation Method and system for implementing FI function in KASUMI algorithm for accelerating cryptography in GSM/GPRS/EDGE compliant handsets
US20060013387A1 (en) * 2004-07-14 2006-01-19 Ruei-Shiang Suen Method and system for implementing KASUMI algorithm for accelerating cryptography in GSM/GPRS/EDGE compliant handsets
US7623658B2 (en) * 2004-08-23 2009-11-24 Broadcom Corporation Method and system for implementing the A5/3 encryption algorithm for GSM and EDGE compliant handsets
US7627115B2 (en) * 2004-08-23 2009-12-01 Broadcom Corporation Method and system for implementing the GEA3 encryption algorithm for GPRS compliant handsets
US7627113B2 (en) * 2005-02-08 2009-12-01 Broadcom Corporation Method and system for hardware accelerator for implementing f8 confidentiality algorithm in WCDMA compliant handsets
US7869590B2 (en) * 2005-04-12 2011-01-11 Broadcom Corporation Method and system for hardware accelerator for implementing f9 integrity algorithm in WCDMA compliant handsets
US8111825B2 (en) * 2005-06-30 2012-02-07 Freescale Semiconductor, Inc. Encryption apparatus and method therefor
US7930551B2 (en) * 2006-05-15 2011-04-19 Arris Group, Inc. Method and system for reusing an MMH function to perform a fast MMH-MAC calculation
EP2237245B1 (en) * 2008-01-18 2017-07-19 Fujitsu Limited Processor of data conversion function
WO2009090689A1 (en) * 2008-01-18 2009-07-23 Fujitsu Limited Encoding device, encoding method and program
JP5338327B2 (en) * 2009-01-16 2013-11-13 富士通株式会社 Cryptographic processing device
JP5387295B2 (en) * 2009-09-29 2014-01-15 富士通株式会社 Cryptographic apparatus and method
US20110091035A1 (en) * 2009-10-20 2011-04-21 Sun Microsystems, Inc. Hardware kasumi cypher with hybrid software interface
CN105453482B (en) * 2013-08-02 2019-06-21 日本电气株式会社 Authenticated encryption equipment, authentication encryption method and the program for authenticated encryption
US20160316373A1 (en) * 2015-04-27 2016-10-27 Qualcomm Incorporated Techniques for managing security mode command (smc) integrity failures at a user equipment (ue)
US10797859B2 (en) * 2018-03-22 2020-10-06 Arm Limited Low area optimization for NB-IoT applications

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5727062A (en) * 1995-07-06 1998-03-10 Ritter; Terry F. Variable size block ciphers
US6075859A (en) * 1997-03-11 2000-06-13 Qualcomm Incorporated Method and apparatus for encrypting data in a wireless communication system
US6182216B1 (en) * 1997-09-17 2001-01-30 Frank C. Luyster Block cipher method
US6304657B1 (en) * 1999-05-26 2001-10-16 Matsushita Electric Industrial Co., Ltd. Data encryption apparatus using odd number of shift-rotations and method
US6324288B1 (en) * 1999-05-17 2001-11-27 Intel Corporation Cipher core in a content protection system
US20020186841A1 (en) * 2001-05-31 2002-12-12 Averbuj Roberto Fabian Apparatus & method for performing KASUMI ciphering
US20040034772A1 (en) * 2002-08-15 2004-02-19 Opentv, Inc. Method and system for accelerated data encryption
US6944183B1 (en) * 1999-06-10 2005-09-13 Alcatel Object model for network policy management
US6980658B1 (en) * 1999-09-30 2005-12-27 Qualcomm Incorporated Method and apparatus for encrypting transmissions in a communication system
US7167560B2 (en) * 2002-08-08 2007-01-23 Matsushita Electric Industrial Co., Ltd. Partial encryption of stream-formatted media
US7243236B1 (en) * 1999-07-29 2007-07-10 Intertrust Technologies Corp. Systems and methods for using cryptography to protect secure and insecure computing environments
US7249109B1 (en) * 1997-07-15 2007-07-24 Silverbrook Research Pty Ltd Shielding manipulations of secret data
US7415109B2 (en) * 2002-08-23 2008-08-19 Qualcomm Incorporated Partial encryption and full authentication of message blocks

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5604806A (en) * 1995-01-20 1997-02-18 Ericsson Inc. Apparatus and method for secure radio communication
US5754657A (en) * 1995-08-31 1998-05-19 Trimble Navigation Limited Authentication of a message source
US7046992B2 (en) * 2001-05-11 2006-05-16 Telefonaktiebolaget Lm Ericsson (Publ) Authentication of termination messages in telecommunications system
US7007050B2 (en) * 2001-05-17 2006-02-28 Nokia Corporation Method and apparatus for improved pseudo-random number generation

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5727062A (en) * 1995-07-06 1998-03-10 Ritter; Terry F. Variable size block ciphers
US6075859A (en) * 1997-03-11 2000-06-13 Qualcomm Incorporated Method and apparatus for encrypting data in a wireless communication system
US6385316B1 (en) * 1997-03-11 2002-05-07 Qualcomm Incorporated Method and apparatus for encrypting data in a wireless communication system
US7249109B1 (en) * 1997-07-15 2007-07-24 Silverbrook Research Pty Ltd Shielding manipulations of secret data
US6182216B1 (en) * 1997-09-17 2001-01-30 Frank C. Luyster Block cipher method
US6324288B1 (en) * 1999-05-17 2001-11-27 Intel Corporation Cipher core in a content protection system
US6304657B1 (en) * 1999-05-26 2001-10-16 Matsushita Electric Industrial Co., Ltd. Data encryption apparatus using odd number of shift-rotations and method
US6944183B1 (en) * 1999-06-10 2005-09-13 Alcatel Object model for network policy management
US7243236B1 (en) * 1999-07-29 2007-07-10 Intertrust Technologies Corp. Systems and methods for using cryptography to protect secure and insecure computing environments
US6980658B1 (en) * 1999-09-30 2005-12-27 Qualcomm Incorporated Method and apparatus for encrypting transmissions in a communication system
US20020186841A1 (en) * 2001-05-31 2002-12-12 Averbuj Roberto Fabian Apparatus & method for performing KASUMI ciphering
US7167560B2 (en) * 2002-08-08 2007-01-23 Matsushita Electric Industrial Co., Ltd. Partial encryption of stream-formatted media
US7221757B2 (en) * 2002-08-15 2007-05-22 Opentv, Inc. Method and system for accelerated data encryption
US20040034772A1 (en) * 2002-08-15 2004-02-19 Opentv, Inc. Method and system for accelerated data encryption
US7415109B2 (en) * 2002-08-23 2008-08-19 Qualcomm Incorporated Partial encryption and full authentication of message blocks

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Adams, C. The Shade Cipher: An Efficient Hash-Function-Based Feistel Network. IEEE 1997 Canadian Conference on Electrical and Computer Engineering, 1997. Engineering Innovation: Voyage of Discovery. vol. 1. Pub. Date: 1997. Relevant pp. 338-342. Found on the World Wide Web: http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=614858. *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11288400B2 (en) * 2016-10-13 2022-03-29 Siemens Aktiengesellschaft Method, transmitter, and receiver for authenticating and protecting the integrity of message contents

Also Published As

Publication number Publication date
US20100329451A1 (en) 2010-12-30
US20040131180A1 (en) 2004-07-08
US7796752B2 (en) 2010-09-14

Similar Documents

Publication Publication Date Title
US8660265B2 (en) Cipher implementation
US6879689B2 (en) Stream-cipher method and apparatus
EP0966809B1 (en) Method of and apparatus for encrypting signals for transmission
US20070291935A1 (en) Apparatus for supporting advanced encryption standard encryption and decryption
US10148425B2 (en) System and method for secure communications and data storage using multidimensional encryption
EP3480999B1 (en) Customizable encryption/decryption algorithm
Guruprasad et al. An evaluation framework for security algorithms performance realization on FPGA
US7760874B2 (en) Method and system for implementing FI function in KASUMI algorithm for accelerating cryptography in GSM/GPRS/EDGE compliant handsets
US20060198524A1 (en) Hardware implementation of the mixcolumn/invmiscolumn functions
US20060109981A1 (en) Small hardware implementation of the subbyte function of rijndael
US8111825B2 (en) Encryption apparatus and method therefor
US7688972B2 (en) Method and system for implementing FO function in KASUMI algorithm for accelerating cryptography in GSM (global system for mobile communication)GPRS (general packet radio service)edge(enhanced data rate for GSM evolution) compliant handsets
KR100749414B1 (en) Apparatus and method of encryption, and apparatus and method of decryption of mobile internet system
Manz Symmetric Ciphers
JPH1185018A (en) Semiconductor integrated circuit for cipher processing and cipher algorithm conversion system
KR20070063713A (en) Block encryption apparatus for using the aria algorithm
Abotaleb et al. Complete Security Stack FPGA Implementation of The Software Defined Radio on ZYNQ
US11870884B2 (en) Self-synchronizing mode of operation for an encryption/decryption algorithm
US20040071290A1 (en) Encryption apparatus and method in a wireless communications system
CN113343276B (en) Encryption method of light-weight block cipher algorithm GCM based on generalized two-dimensional cat mapping
Jagetiya et al. Evolution of Information Security Algorithms
Jee et al. A secure DES implementation for real-time embedded applications
KR20060081770A (en) Apparatus and method for performing f8 confidentiality algorithm and f9 integrity algorithm in w-cdma system
KR20080028611A (en) Apparatus for encryption and decryption by aria algorithm
KR20050116480A (en) Apparatus and method for performing f9 integrity algorithm

Legal Events

Date Code Title Description
STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551)

Year of fee payment: 4

AS Assignment

Owner name: CAVIUM INTERNATIONAL, CAYMAN ISLANDS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MARVELL INTERNATIONAL LTD.;REEL/FRAME:052918/0001

Effective date: 20191231

AS Assignment

Owner name: MARVELL ASIA PTE, LTD., SINGAPORE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CAVIUM INTERNATIONAL;REEL/FRAME:053475/0001

Effective date: 20191231

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8