Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dcipher-aesctr.h34 void aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes);
Dcipher-aesctr.c68 aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes) in aesctr_encrypt_bytes() function
Dcipher.c391 aesctr_encrypt_bytes(&cc->ac_ctx, src + aadlen, in cipher_crypt()