Searched refs:aes_ctr_ctx (Results 1 – 1 of 1) sorted by relevance
516 struct aes_ctr_ctx { struct525 struct aes_ctr_ctx *ctx; in aes_ctr_reinit() argument527 ctx = (struct aes_ctr_ctx *)key; in aes_ctr_reinit()537 struct aes_ctr_ctx *ctx; in aes_ctr_crypt()541 ctx = (struct aes_ctr_ctx *)key; in aes_ctr_crypt()555 struct aes_ctr_ctx *ctx; in aes_ctr_setkey()560 MALLOC(*sched, u_int8_t *, sizeof(struct aes_ctr_ctx), M_CRYPTO_DATA, in aes_ctr_setkey()562 bzero(*sched, sizeof(struct aes_ctr_ctx)); in aes_ctr_setkey()563 ctx = (struct aes_ctr_ctx *)*sched; in aes_ctr_setkey()577 bzero(*sched, sizeof(struct aes_ctr_ctx)); in aes_ctr_zerokey()