HomeSort by: relevance | last modified time | path
    Searched defs:cfb_tmp (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libdes/
t_des.c 290 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable in typeref:typename:unsigned char[40][40][8]
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, &n, DES_DECRYPT)
    [all...]
t_des.c 290 static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; variable in typeref:typename:unsigned char[40][40][8]
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, &n, DES_DECRYPT)
    [all...]

Completed in 190 milliseconds