Home
last modified time | relevance | path

Searched refs:ofb_tmp (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Ddestest.c292 static unsigned char ofb_buf1[24], ofb_buf2[24], ofb_tmp[8]; variable
620 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ofb()
625 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ofb()
627 &ofb_tmp); in test_des_ofb()
638 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ofb64()
647 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ofb64()
649 DES_ofb64_encrypt(ofb_buf1, ofb_buf2, sizeof(ofb_buf1), &ks, &ofb_tmp, in test_des_ofb64()
661 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ede_ofb64()
667 &ks, &ofb_tmp, &num); in test_des_ede_ofb64()
671 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ede_ofb64()
[all …]

Completed in 9 milliseconds