Searched refs:RC5_32_KEY (Results 1 – 13 of 13) sorted by relevance
/third_party/openssl/ohos_lite/include/openssl/ |
D | rc5.h | 40 } RC5_32_KEY; typedef 42 void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data, 45 RC5_32_KEY *key, int enc); 46 void RC5_32_encrypt(unsigned long *data, RC5_32_KEY *key); 47 void RC5_32_decrypt(unsigned long *data, RC5_32_KEY *key); 49 long length, RC5_32_KEY *ks, unsigned char *iv, 52 long length, RC5_32_KEY *schedule, 55 long length, RC5_32_KEY *schedule,
|
/third_party/openssl/include/openssl/ |
D | rc5.h | 47 } RC5_32_KEY; typedef 50 OSSL_DEPRECATEDIN_3_0 int RC5_32_set_key(RC5_32_KEY *key, int len, 55 RC5_32_KEY *key, 57 OSSL_DEPRECATEDIN_3_0 void RC5_32_encrypt(unsigned long *data, RC5_32_KEY *key); 58 OSSL_DEPRECATEDIN_3_0 void RC5_32_decrypt(unsigned long *data, RC5_32_KEY *key); 61 RC5_32_KEY *ks, unsigned char *iv, 65 RC5_32_KEY *schedule, 70 RC5_32_KEY *schedule,
|
/third_party/openssl/test/ |
D | rc5test.c | 187 RC5_32_KEY key; in test_rc5_ecb() 208 RC5_32_KEY key; in test_rc5_cbc()
|
/third_party/openssl/crypto/rc5/ |
D | rc5_enc.c | 21 long length, RC5_32_KEY *ks, unsigned char *iv, in RC5_32_cbc_encrypt() 96 void RC5_32_encrypt(unsigned long *d, RC5_32_KEY *key) in RC5_32_encrypt() 132 void RC5_32_decrypt(unsigned long *d, RC5_32_KEY *key) in RC5_32_decrypt()
|
D | rc5_ecb.c | 21 RC5_32_KEY *ks, int encrypt) in RC5_32_ecb_encrypt()
|
D | rc5ofb64.c | 25 long length, RC5_32_KEY *schedule, in RC5_32_ofb64_encrypt()
|
D | rc5cfb64.c | 26 long length, RC5_32_KEY *schedule, in RC5_32_cfb64_encrypt()
|
D | rc5_skey.c | 19 int RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data, in RC5_32_set_key()
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_rc5.h | 17 RC5_32_KEY ks; /* key schedule */
|
D | cipher_rc5_hw.c | 27 IMPLEMENT_CIPHER_HW_##UCMODE(mode, rc5, PROV_RC5_CTX, RC5_32_KEY, \
|
/third_party/openssl/crypto/evp/ |
D | e_rc5.c | 33 RC5_32_KEY ks; /* key schedule */
|
/third_party/openssl/util/ |
D | indent.pro | 363 -T RC5_32_KEY
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 1082 RC5_32_KEY = rc5_key_st variable
|