Home | History | Annotate | Download | only in crypto

Lines Matching defs:actx

263 	struct aes_ctx *actx = ctx;
264 nettle_aes_encrypt(actx, AES_BLOCK_SIZE, crypt, plain);
271 struct aes_ctx *actx = ctx;
272 bin_clear_free(actx, sizeof(*actx));
294 struct aes_ctx *actx = ctx;
295 nettle_aes_decrypt(actx, AES_BLOCK_SIZE, plain, crypt);
302 struct aes_ctx *actx = ctx;
303 bin_clear_free(actx, sizeof(*actx));