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

/freebsd-13-stable/crypto/openssh/
H A Dcipher-aesctr.h33 void aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes);
H A Dcipher-aesctr.c69 aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes) function
H A Dcipher.c350 aesctr_encrypt_bytes(&cc->ac_ctx, src + aadlen,

Completed in 123 milliseconds