Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-aesctr.h32 void aesctr_ivsetup(aesctr_ctx *x,const u8 *iv);
Dcipher-aesctr.c63 aesctr_ivsetup(aesctr_ctx *x,const u8 *iv) in aesctr_ivsetup() function
Dcipher.c363 aesctr_ivsetup(&cc->ac_ctx, iv); in cipher_init()