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

/freebsd-12-stable/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c290 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable
390 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
391 des_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), ks, &cfb_tmp,
395 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
396 des_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), ks, &cfb_tmp,
411 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
413 des_cfb64_encrypt(plain, cfb_buf1, 12, ks, &cfb_tmp, &n, DES_ENCRYPT);
415 &cfb_tmp, &n, DES_ENCRYPT);
418 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
420 des_cfb64_encrypt(cfb_buf1, cfb_buf2, 17, ks, &cfb_tmp,
[all...]

Completed in 48 milliseconds