Searched refs:IDEA_set_encrypt_key (Results 1 - 10 of 10) sorted by relevance
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | idea.h | 35 void IDEA_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks); 51 # define idea_set_encrypt_key IDEA_set_encrypt_key
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | idea.h | 45 OSSL_DEPRECATEDIN_3_0 void IDEA_set_encrypt_key(const unsigned char *key, 69 # define idea_set_encrypt_key IDEA_set_encrypt_key
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_idea_hw.c | 28 IDEA_set_encrypt_key(key, ks); in cipher_hw_idea_initkey() 32 IDEA_set_encrypt_key(key, &tmp); in cipher_hw_idea_initkey()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_idea.c | 67 IDEA_set_encrypt_key(key, &EVP_C_DATA(EVP_IDEA_KEY,ctx)->ks); in idea_init_key() 71 IDEA_set_encrypt_key(key, &tmp); in idea_init_key()
|
/third_party/openssl/crypto/evp/ |
H A D | e_idea.c | 67 IDEA_set_encrypt_key(key, &EVP_C_DATA(EVP_IDEA_KEY,ctx)->ks); in idea_init_key() 71 IDEA_set_encrypt_key(key, &tmp); in idea_init_key()
|
/third_party/openssl/include/openssl/ |
H A D | idea.h | 45 OSSL_DEPRECATEDIN_3_0 void IDEA_set_encrypt_key(const unsigned char *key, 69 # define idea_set_encrypt_key IDEA_set_encrypt_key
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_idea_hw.c | 28 IDEA_set_encrypt_key(key, ks); in cipher_hw_idea_initkey() 32 IDEA_set_encrypt_key(key, &tmp); in cipher_hw_idea_initkey()
|
/third_party/openssl/test/ |
H A D | ideatest.c | 65 IDEA_set_encrypt_key(k, &key); in test_idea_ecb() 81 IDEA_set_encrypt_key(k, &key); in test_idea_cbc() 96 IDEA_set_encrypt_key(cfb_key, &eks); in test_idea_cfb64()
|
/third_party/node/deps/openssl/openssl/crypto/idea/ |
H A D | i_skey.c | 21 void IDEA_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks) in IDEA_set_encrypt_key() function
|
/third_party/openssl/crypto/idea/ |
H A D | i_skey.c | 21 void IDEA_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks) in IDEA_set_encrypt_key() function
|
Completed in 3 milliseconds