Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dcipher-aesctr.h33 void aesctr_ivsetup(aesctr_ctx *x,const u8 *iv);
Dcipher-aesctr.c62 aesctr_ivsetup(aesctr_ctx *x,const u8 *iv) in aesctr_ivsetup() function
Dcipher.c312 aesctr_ivsetup(&cc->ac_ctx, iv); in cipher_init()