Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Ze Gan <[email protected]>
  • Loading branch information
Pterosaur committed Mar 19, 2024
1 parent 13e6f11 commit 0fec38d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/aes-omac1.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ static void gf_mulx(u8 *pad)
int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem,
const u8 *addr[], const size_t *len, u8 *mac)
{
wpa_printf(MSG_ERROR, "Self CMAC: omac1_aes_vector");
void *ctx;
u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE];
const u8 *pos, *end;
Expand Down

0 comments on commit 0fec38d

Please sign in to comment.