Term
| Which protocol(s) use E1? |
|
Definition
|
|
Term
| What protocol(s) use E22? |
|
Definition
|
|
Term
|
Definition
|
|
Term
| What protocol(s) uses E21? |
|
Definition
Generation of unit key Generation of link key |
|
|
Term
|
Definition
| Generation of encryption key |
|
|
Term
| What are the 7 protocols? |
|
Definition
Unit key Initialization key Link key Key stream generation Encryption key Mutual auth Encrypt data |
|
|
Term
| What is required for generation of Unit key? |
|
Definition
|
|
Term
| When generating the initialization key, where does IN_RAND come from? |
|
Definition
| One of the devices makes it and then shares it with the other device |
|
|
Term
| What goes in to generat the initialization key? |
|
Definition
| IN_RAND, PIN and L(ength of PIN) |
|
|
Term
| How is a semi-permanent link key generated? |
|
Definition
| Using the init key and one of the device's unit keys. |
|
|
Term
| How is a combination link key generated? |
|
Definition
| A LK_RAND value for each device and the device ADDR generates one half of link key. The other half is the same values of the other device. |
|
|
Term
| What two types of link key are there? |
|
Definition
Semi-permanent Combination key |
|
|
Term
| How is mutual authentication done? |
|
Definition
ADDR(B) is sent to the device and AU_RAND is generated by Dev(A).
On both sides, the ADDR(B), Link key, AU_RAND go in |
|
|
Term
| What two values do Mutual authentication produce? |
|
Definition
SRES ACO (Authenticated ciphering offset) |
|
|
Term
| How is generation of encryption key done? |
|
Definition
EN_RAND is shared from dev(A) to B.
EN_RAND, K(link) and ACO produce the K(c) |
|
|
Term
| Key stream is generated how? |
|
Definition
EN_RAND (which is already there from the encryption key generation)
ADDR(A), CLOCK(Master), and K(C) Go in |
|
|