Home
last modified time | relevance | path

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

/openssl/test/
H A Ddestest.c283 static unsigned char ofb_buf1[24], ofb_buf2[24], ofb_tmp[8]; variable
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()
617 &ofb_tmp); 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()
639 DES_ofb64_encrypt(ofb_buf1, ofb_buf2, sizeof(ofb_buf1), &ks, &ofb_tmp, in test_des_ofb64()
651 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ede_ofb64()
657 &ks, &ofb_tmp, &num); in test_des_ede_ofb64()
661 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ede_ofb64()
[all …]

Completed in 6 milliseconds