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

/freebsd-13-stable/crypto/openssh/
H A Dcipher-aesctr.h31 void aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits);
H A Dcipher-aesctr.c57 aesctr_keysetup(aesctr_ctx *x,const u8 *k,u32 kbits,u32 ivbits) function
H A Dcipher.c271 aesctr_keysetup(&cc->ac_ctx, key, 8 * keylen, 8 * ivlen);

Completed in 57 milliseconds