36__attribute__((visibility(
"default")))
44__attribute__((visibility(
"default")))
54__attribute__((visibility(
"default")))
56 const
unsigned char *pt,
size_t ptlen);
65__attribute__((visibility(
"default")))
67 const
unsigned char *ct,
size_t ctlen);
72__attribute__((visibility(
"default")))
int zpc_aes_ecb_encrypt(struct zpc_aes_ecb *ctx, unsigned char *ct, const unsigned char *pt, size_t ptlen)
int zpc_aes_ecb_alloc(struct zpc_aes_ecb **ctx)
int zpc_aes_ecb_decrypt(struct zpc_aes_ecb *ctx, unsigned char *pt, const unsigned char *ct, size_t ctlen)
void zpc_aes_ecb_free(struct zpc_aes_ecb **ctx)
int zpc_aes_ecb_set_key(struct zpc_aes_ecb *ctx, struct zpc_aes_key *key)