Searched refs:des_ofb64_encrypt (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/crypto/openssl/crypto/des/ |
| HD | destest.c | 675 des_ofb64_encrypt(&(plain[i]), &(ofb_buf1[i]), 1, ks, &ofb_tmp, &num); in main() 683 des_ofb64_encrypt(ofb_buf1, ofb_buf2, sizeof(ofb_buf1), ks, &ofb_tmp, in main()
|
| HD | des_old.h | 222 # define des_ofb64_encrypt(i,o,l,ks,iv,n)\ macro 318 # define des_ofb64_encrypt(i,o,l,ks,iv,n)\ macro
|
| /NextBSD/contrib/netbsd-tests/lib/libdes/ |
| HD | t_des.c | 821 des_ofb64_encrypt(&(plain[i]), &(ofb_buf1[i]), 1, ks, &ofb_tmp, in ATF_TC_BODY() 829 des_ofb64_encrypt(ofb_buf1, ofb_buf2, sizeof(ofb_buf1), ks, &ofb_tmp, &num); in ATF_TC_BODY()
|
| /NextBSD/crypto/openssl/doc/ |
| HD | ssleay.txt | 3036 void des_ofb64_encrypt( 3055 Same as des_ofb64_encrypt() accept that the DES operation is
|