Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dcipher-aesctr.h26 typedef struct aesctr_ctx { struct
30 } aesctr_ctx; argument
32 void aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits);
33 void aesctr_ivsetup(aesctr_ctx *x,const u8 *iv);
34 void aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes);
H A Dcipher-aesctr.c56 aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits) in aesctr_keysetup()
62 aesctr_ivsetup(aesctr_ctx *x,const u8 *iv) in aesctr_ivsetup()
68 aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes) in aesctr_encrypt_bytes()