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

/freebsd-current/crypto/openssl/test/
H A Dideatest.c43 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable
98 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_tmp));
101 cfb_tmp, &n, IDEA_ENCRYPT);
104 cfb_tmp, &n, IDEA_ENCRYPT);
107 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_tmp));
110 cfb_tmp, &n, IDEA_DECRYPT);
113 cfb_tmp, &n, IDEA_DECRYPT);
H A Ddestest.c246 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable
512 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
513 DES_cfb_encrypt(plain, cfb_buf1, bits, sizeof(plain), &ks, &cfb_tmp,
517 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
518 DES_cfb_encrypt(cfb_buf1, cfb_buf2, bits, sizeof(plain), &ks, &cfb_tmp,
553 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
555 DES_cfb64_encrypt(plain, cfb_buf1, 12, &ks, &cfb_tmp, &n, DES_ENCRYPT);
557 &cfb_tmp, &n, DES_ENCRYPT);
560 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv));
562 DES_cfb64_encrypt(cfb_buf1, cfb_buf2, 17, &ks, &cfb_tmp,
[all...]
/freebsd-current/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 98 milliseconds