Skip to content

AlgoParameter

AlgoParameter ::= SEQUENCE {
algorithmID INTEGER {
milenage(1),
tuak(2),
usim-test-algorithm(3)
},
algorithmOptions OCTET STRING (SIZE(1)),
key OCTET STRING,
opc OCTET STRING,
rotationConstants OCTET STRING (SIZE (5)) DEFAULT '4000204060'H,
xoringConstants OCTET STRING (SIZE (80)) DEFAULT '0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000020000000000000000000000000000000400000000000000000000000000000008 'H,
authCounterMax OCTET STRING (SIZE(3)) OPTIONAL,
numberOfKeccak UInt8 DEFAULT 1
}
Field Type Presence
algorithmID INTEGER mandatory
algorithmOptions OCTET STRING mandatory
key OCTET STRING mandatory
opc OCTET STRING mandatory
rotationConstants OCTET STRING optional
xoringConstants OCTET STRING optional
authCounterMax OCTET STRING optional
numberOfKeccak UInt8 optional

algoParameter