Searched refs:aesctr_encrypt_bytes (Results 1 – 3 of 3) sorted by relevance
33 void aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes);
69 aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes) in aesctr_encrypt_bytes() function
459 aesctr_encrypt_bytes(&cc->ac_ctx, src + aadlen, in cipher_crypt()