Home
last modified time | relevance | path

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

/dflybsd-src/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) in aesctr_encrypt_bytes() function
H A Dcipher.c360 aesctr_encrypt_bytes(&cc->ac_ctx, src + aadlen, in cipher_crypt()