Home
last modified time | relevance | path

Searched refs:aes_ctr_ctx (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/crypto/
Dxform.c516 struct aes_ctr_ctx { struct
525 struct aes_ctr_ctx *ctx; in aes_ctr_reinit() argument
527 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()