Searched refs:aesctr_ctx (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssh/
H A Dcipher-aesctr.h25 typedef struct aesctr_ctx { struct
29 } aesctr_ctx; typedef in typeref:struct:aesctr_ctx
31 void aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits);
32 void aesctr_ivsetup(aesctr_ctx *x,const u8 *iv);
33 void aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes);
H A Dcipher-aesctr.c57 aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
63 aesctr_ivsetup(aesctr_ctx *x,const u8 *iv)
69 aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes)
H A Dcipher.c60 struct aesctr_ctx ac_ctx; /* XXX union with evp? */

Completed in 196 milliseconds