Searched refs:DES_ofb64_encrypt (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/evp/ |
H A D | e_des.c | 75 DES_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK, in des_ofb_cipher() 85 DES_ofb64_encrypt(in, out, (long)inl, in des_ofb_cipher()
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_des_hw.c | 96 DES_ofb64_encrypt(in, out, MAXCHUNK, key, (DES_cblock *)ctx->iv, &num); in cipher_hw_des_ofb64_cipher() 102 DES_ofb64_encrypt(in, out, (long)len, key, (DES_cblock *)ctx->iv, &num); in cipher_hw_des_ofb64_cipher()
|
/openssl/crypto/des/ |
H A D | ofb64enc.c | 23 void DES_ofb64_encrypt(register const unsigned char *in, in DES_ofb64_encrypt() function
|
/openssl/doc/man3/ |
H A D | DES_random_key.pod | 9 DES_ofb64_encrypt, DES_xcbc_encrypt, DES_ede2_cbc_encrypt, 56 void DES_ofb64_encrypt(const unsigned char *in, unsigned char *out, 217 DES_ofb64_encrypt() is the same as DES_cfb64_encrypt() using Output 221 DES_ofb64_encrypt(), using Triple-DES.
|
/openssl/include/openssl/ |
H A D | des.h | 201 void DES_ofb64_encrypt(const unsigned char *in, unsigned char *out,
|
/openssl/test/ |
H A D | destest.c | 643 DES_ofb64_encrypt(&plain[i], &ofb_buf1[i], 1, &ks, &ofb_tmp, &num); in test_des_ofb64() 649 DES_ofb64_encrypt(ofb_buf1, ofb_buf2, sizeof(ofb_buf1), &ks, &ofb_tmp, in test_des_ofb64()
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1349 DES_ecb_encrypt(), DES_ecb3_encrypt(), DES_ofb64_encrypt(), DES_ofb_encrypt(),
|
/openssl/util/ |
H A D | libcrypto.num | 2755 DES_ofb64_encrypt 2817 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES
|
Completed in 91 milliseconds