Home
last modified time | relevance | path

Searched refs:IDEA_set_decrypt_key (Results 1 – 17 of 17) sorted by relevance

/third_party/openssl/test/
Dideatest.c70 IDEA_set_decrypt_key(&key, &dkey); in test_idea_ecb()
82 IDEA_set_decrypt_key(&key, &dkey); in test_idea_cbc()
97 IDEA_set_decrypt_key(&eks, &dks); in test_idea_cfb64()
/third_party/openssl/ohos_lite/include/openssl/
Didea.h36 void IDEA_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk);
52 # define idea_set_decrypt_key IDEA_set_decrypt_key
/third_party/node/deps/openssl/openssl/include/openssl/
Didea.h47 OSSL_DEPRECATEDIN_3_0 void IDEA_set_decrypt_key(IDEA_KEY_SCHEDULE *ek,
70 # define idea_set_decrypt_key IDEA_set_decrypt_key
/third_party/openssl/include/openssl/
Didea.h47 OSSL_DEPRECATEDIN_3_0 void IDEA_set_decrypt_key(IDEA_KEY_SCHEDULE *ek,
70 # define idea_set_decrypt_key IDEA_set_decrypt_key
/third_party/openssl/crypto/evp/
De_idea.c72 IDEA_set_decrypt_key(&tmp, &EVP_C_DATA(EVP_IDEA_KEY,ctx)->ks); in BLOCK_CIPHER_func_cbc()
/third_party/node/deps/openssl/openssl/crypto/evp/
De_idea.c72 IDEA_set_decrypt_key(&tmp, &EVP_C_DATA(EVP_IDEA_KEY,ctx)->ks); in BLOCK_CIPHER_func_cbc()
/third_party/openssl/providers/implementations/ciphers/
Dcipher_idea_hw.c33 IDEA_set_decrypt_key(&tmp, ks); in cipher_hw_idea_initkey()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_idea_hw.c33 IDEA_set_decrypt_key(&tmp, ks); in cipher_hw_idea_initkey()
/third_party/openssl/crypto/idea/
Di_skey.c61 void IDEA_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk) in IDEA_set_decrypt_key() function
/third_party/node/deps/openssl/openssl/crypto/idea/
Di_skey.c61 void IDEA_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk) in IDEA_set_decrypt_key() function
/third_party/node/deps/openssl/openssl/util/
Dmissingcrypto.txt644 IDEA_set_decrypt_key(3)
Dmissingcrypto111.txt751 IDEA_set_decrypt_key(3)
Dlibcrypto.num143 IDEA_set_decrypt_key 146 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,IDEA
/third_party/openssl/util/
Dmissingcrypto.txt644 IDEA_set_decrypt_key(3)
Dmissingcrypto111.txt751 IDEA_set_decrypt_key(3)
Dlibcrypto.num143 IDEA_set_decrypt_key 146 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,IDEA
/third_party/openssl/doc/man7/
Dmigration_guide.pod1867 IDEA_encrypt(), IDEA_set_decrypt_key(), IDEA_set_encrypt_key(),