libosmogsm 1.10.0.64-ff3d
Osmocom GSM library
|
AES encrypt_block. More...
Functions | |
int | aes_128_encrypt_block (const u8 *key, const u8 *in, u8 *out) |
aes_128_encrypt_block - Perform one AES 128-bit block operation @key: Key for AES @in: Input data (16 bytes) @out: Output of the AES block operation (16 bytes) Returns: 0 on success, -1 on failure More... | |
AES encrypt_block.
aes_128_encrypt_block - Perform one AES 128-bit block operation @key: Key for AES @in: Input data (16 bytes) @out: Output of the AES block operation (16 bytes) Returns: 0 on success, -1 on failure
References aes_encrypt(), aes_encrypt_deinit(), and aes_encrypt_init().
Referenced by milenage_f1(), milenage_f2345(), and milenage_opc_gen().