Searched refs:DES_ofb_encrypt (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/des/ |
H A D | ofb_enc.c | 24 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 D | ofb_enc.c | 24 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 D | des.h | 166 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
|
/third_party/openssl/include/openssl/ |
H A D | des.h | 166 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | des.h | 137 void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
|
/third_party/openssl/test/ |
H A D | destest.c | 611 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 4 milliseconds