osmo-gmr 0.2.104-2b98
Osmocom GMR-1
|
Osmocom GMR-1 A5 ciphering algorithm header. More...
#include <stdint.h>
#include <osmocom/core/bits.h>
Go to the source code of this file.
Functions | |
void | gmr1_a5 (int n, uint8_t *key, uint32_t fn, int nbits, ubit_t *dl, ubit_t *ul) |
Main method to generate a A5/x cipher stream. More... | |
void | gmr1_a5_1 (uint8_t *key, uint32_t fn, int nbits, ubit_t *dl, ubit_t *ul) |
Generate a GMR-1 A5/1 cipher stream. More... | |
Osmocom GMR-1 A5 ciphering algorithm header.