Rizin
unix-like reverse engineering framework and cli tools
aes256-set-encrypt-key.c File Reference
#include <assert.h>
#include "aes-internal.h"

Go to the source code of this file.

Functions

void nettle_aes256_set_encrypt_key (struct aes256_ctx *ctx, const uint8_t *key)
 

Function Documentation

◆ nettle_aes256_set_encrypt_key()

void nettle_aes256_set_encrypt_key ( struct aes256_ctx ctx,
const uint8_t key 
)

Definition at line 51 of file aes256-set-encrypt-key.c.

52 {
54 }
void _nettle_aes_set_key(unsigned nr, unsigned nk, uint32_t *subkeys, const uint8_t *key)
#define AES256_KEY_SIZE
Definition: aes.h:72
#define _AES256_ROUNDS
Definition: aes.h:75
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len key
Definition: sflib.h:118

References _AES256_ROUNDS, _nettle_aes_set_key(), AES256_KEY_SIZE, and key.

Referenced by _zip_crypto_aes_new().