libosmogsm
0.9.6.311-c977
Osmocom GSM library
|
GEA3 header. More...
#include <osmocom/crypt/gprs_cipher.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
int | gea3 (uint8_t *out, uint16_t len, uint8_t *kc, uint32_t iv, enum gprs_cipher_direction direct) |
Performs the GEA3 algorithm as in 3GPP TS 55.216 V6.2.0. More... | |
int | gea4 (uint8_t *out, uint16_t len, uint8_t *kc, uint32_t iv, enum gprs_cipher_direction direct) |
Performs the GEA4 algorithm as in 3GPP TS 55.226 V9.0.0. More... | |
GEA3 header.
See gea.c for details