Searched refs:cur_iv (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost89.c374 byte cur_iv[8]; local
379 memcpy(cur_iv, iv, 8);
381 gostcrypt(ctx, cur_iv, gamma);
383 cur_iv[j] = out[j] = in[j] ^ gamma[j];
392 byte cur_iv[8]; local
397 memcpy(cur_iv, iv, 8);
399 gostcrypt(ctx, cur_iv, gamma);
401 out[j] = (cur_iv[j] = in[j]) ^ gamma[j];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost89.c374 byte cur_iv[8]; local
379 memcpy(cur_iv, iv, 8);
381 gostcrypt(ctx, cur_iv, gamma);
383 cur_iv[j] = out[j] = in[j] ^ gamma[j];
392 byte cur_iv[8]; local
397 memcpy(cur_iv, iv, 8);
399 gostcrypt(ctx, cur_iv, gamma);
401 out[j] = (cur_iv[j] = in[j]) ^ gamma[j];

Completed in 36 milliseconds