Searched refs:DES_ede3_ofb64_encrypt (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_default_hw.c | 55 DES_ede3_ofb64_encrypt(in, out, (long)MAXCHUNK, &tctx->ks1, &tctx->ks2, in ossl_cipher_hw_tdes_ofb() 62 DES_ede3_ofb64_encrypt(in, out, (long)inl, &tctx->ks1, &tctx->ks2, in ossl_cipher_hw_tdes_ofb()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_default_hw.c | 55 DES_ede3_ofb64_encrypt(in, out, (long)MAXCHUNK, &tctx->ks1, &tctx->ks2, in ossl_cipher_hw_tdes_ofb() 62 DES_ede3_ofb64_encrypt(in, out, (long)inl, &tctx->ks1, &tctx->ks2, in ossl_cipher_hw_tdes_ofb()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | des.h | 71 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n)) 157 void DES_ede3_ofb64_encrypt(const unsigned char *in, unsigned char *out,
|
/third_party/openssl/include/openssl/ |
H A D | des.h | 71 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n)) 157 void DES_ede3_ofb64_encrypt(const unsigned char *in, unsigned char *out,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | des.h | 64 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n)) 131 void DES_ede3_ofb64_encrypt(const unsigned char *in, unsigned char *out,
|
/third_party/node/deps/openssl/openssl/crypto/des/ |
H A D | ofb64ede.c | 23 void DES_ede3_ofb64_encrypt(register const unsigned char *in, in DES_ede3_ofb64_encrypt() function
|
/third_party/openssl/crypto/des/ |
H A D | ofb64ede.c | 23 void DES_ede3_ofb64_encrypt(register const unsigned char *in, in DES_ede3_ofb64_encrypt() function
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_des3.c | 85 DES_ede3_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK, in des_ede_ofb_cipher() 97 DES_ede3_ofb64_encrypt(in, out, (long)inl, in des_ede_ofb_cipher()
|
/third_party/openssl/crypto/evp/ |
H A D | e_des3.c | 85 DES_ede3_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK, in des_ede_ofb_cipher() 97 DES_ede3_ofb64_encrypt(in, out, (long)inl, in des_ede_ofb_cipher()
|
/third_party/openssl/test/ |
H A D | destest.c | 656 DES_ede3_ofb64_encrypt(&plain[i], &ofb_buf1[i], 1, &ks, &ks, in test_des_ede_ofb64() 663 DES_ede3_ofb64_encrypt(ofb_buf1, ofb_buf2, sizeof(ofb_buf1), &ks, &ks, &ks, in test_des_ede_ofb64()
|
Completed in 5 milliseconds