Copyright © 2019 - 2026 SigScale Global Inc.
References
| prf/1 | Pseudo-Random number Function (PRF). |
| g/1* | Calculate message digest. |
| compressed_imsi/1 | Compress or decompress an IMSI. |
| encrypt_imsi/3 | Create an encrypted temporary identity. |
| decrypt_imsi/2 | Decrypt a temporary identity. |
| encrypt_key/4 | Encrypt the Pairwise Master Key (PMK) according to RFC2548 section 2.4.2 for use as String in a MS-MPPE-Recv-Key or MS-MPPE-Send-Key attribute. |
prf(MK) -> Result
Pseudo-Random number Function (PRF).
Generates a digest indistinguisable from random as described in RFC4187 section 7.g(XKEY) -> Digest
Calculate message digest.
A modified SHA-1 as described in RFC4187 section 7.compressed_imsi(IMSI) -> IMSI
Compress or decompress an IMSI.
See 3GPP 33.402 14.1 Temporary identity generation.encrypt_imsi(Tag, CompressedIMSI, Key) -> Pseudonym
Create an encrypted temporary identity.
See 3GPP 33.402 14.1 Temporary identity generation.decrypt_imsi(Pseudonym, Keys) -> CompressedIMSI
Decrypt a temporary identity.
See 3GPP 33.402 14.1 Temporary identity generation.encrypt_key(Secret, RequestAuthenticator, Salt, Key) -> Ciphertext
Encrypt the Pairwise Master Key (PMK) according to RFC2548 section 2.4.2 for use as String in a MS-MPPE-Recv-Key or MS-MPPE-Send-Key attribute.
Generated by EDoc