Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-aesctr.h33 void aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes);
Dcipher-aesctr.c69 aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes) in aesctr_encrypt_bytes() function
Dcipher.c459 aesctr_encrypt_bytes(&cc->ac_ctx, src + aadlen, in cipher_crypt()