Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dcipher-aesctr.h34 void aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes);
H A Dcipher-aesctr.c68 aesctr_encrypt_bytes(aesctr_ctx *x,const u8 *m,u8 *c,u32 bytes) in aesctr_encrypt_bytes() function