Lines Matching refs:memcpy
315 memcpy(in, plain_data[i], 8); in test_des_ecb()
343 memcpy(in, plain_data[i], 8); in test_des_ede_ecb()
374 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_cbc()
380 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_cbc()
398 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_ede_cbc()
403 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_des_ede_cbc()
426 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_ede_cbc()
435 memcpy(iv3, cbc_iv, sizeof(cbc_iv)); in test_ede_cbc()
449 memcpy(iv, cbc_iv, sizeof(cbc_iv)); in test_input_align()
464 memcpy(iv, cbc_iv, sizeof(cbc_iv)); in test_output_align()
512 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in cfb_test()
517 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in cfb_test()
553 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_cfb64()
560 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_cfb64()
568 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_cfb64()
575 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_cfb64()
588 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_ede_cfb64()
596 memcpy(cfb_tmp, cfb_iv, sizeof(cfb_iv)); in test_des_ede_cfb64()
610 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ofb()
615 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ofb()
628 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ofb64()
637 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ofb64()
651 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ede_ofb64()
661 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ede_ofb64()
734 memcpy(key, cbc_key, sizeof(cbc_key)); in test_des_key_wrap()
735 memcpy(key + sizeof(cbc_key), cbc2_key, sizeof(cbc2_key)); in test_des_key_wrap()
736 memcpy(key + sizeof(cbc_key) + sizeof(cbc3_key), cbc_key, sizeof(cbc3_key)); in test_des_key_wrap()