Home
last modified time | relevance | path

Searched refs:DES_ofb_encrypt (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/des/
H A Dofb_enc.c24 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_ofb_encrypt() function
/third_party/openssl/crypto/des/
H A Dofb_enc.c24 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_ofb_encrypt() function
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddes.h166 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
/third_party/openssl/include/openssl/
H A Ddes.h166 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
/third_party/openssl/ohos_lite/include/openssl/
H A Ddes.h137 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
/third_party/openssl/test/
H A Ddestest.c611 DES_ofb_encrypt(plain, ofb_buf1, 64, sizeof(plain) / 8, &ks, &ofb_tmp); in test_des_ofb()
616 DES_ofb_encrypt(ofb_buf1, ofb_buf2, 64, sizeof(ofb_buf1) / 8, &ks, in test_des_ofb()

Completed in 3 milliseconds