Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
#include "includes.h" #include "common.h" #include "aes.h" #include "aes_wrap.h" int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) { return -1; }