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

/external/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);

Completed in 984 milliseconds