Searched refs:RC2_KEY (Results 1 – 13 of 13) sorted by relevance
/third_party/openssl/ohos_lite/include/openssl/ |
D | rc2.h | 30 } RC2_KEY; typedef 32 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits); 34 RC2_KEY *key, int enc); 35 void RC2_encrypt(unsigned long *data, RC2_KEY *key); 36 void RC2_decrypt(unsigned long *data, RC2_KEY *key); 38 RC2_KEY *ks, unsigned char *iv, int enc); 40 long length, RC2_KEY *schedule, unsigned char *ivec, 43 long length, RC2_KEY *schedule, unsigned char *ivec,
|
/third_party/openssl/include/openssl/ |
D | rc2.h | 37 } RC2_KEY; typedef 40 OSSL_DEPRECATEDIN_3_0 void RC2_set_key(RC2_KEY *key, int len, 43 unsigned char *out, RC2_KEY *key, 45 OSSL_DEPRECATEDIN_3_0 void RC2_encrypt(unsigned long *data, RC2_KEY *key); 46 OSSL_DEPRECATEDIN_3_0 void RC2_decrypt(unsigned long *data, RC2_KEY *key); 49 RC2_KEY *ks, unsigned char *iv, 53 RC2_KEY *schedule, 58 RC2_KEY *schedule,
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_rc2_hw.c | 22 RC2_KEY *ks = &(rctx->ks.ks); in cipher_hw_rc2_initkey() 29 IMPLEMENT_CIPHER_HW_##UCMODE(mode, rc2, PROV_RC2_CTX, RC2_KEY, \
|
D | cipher_rc2.h | 17 RC2_KEY ks;
|
/third_party/openssl/crypto/rc2/ |
D | rc2_cbc.c | 20 RC2_KEY *ks, unsigned char *iv, int encrypt) in RC2_cbc_encrypt() 94 void RC2_encrypt(unsigned long *d, RC2_KEY *key) in RC2_encrypt() 140 void RC2_decrypt(unsigned long *d, RC2_KEY *key) in RC2_decrypt()
|
D | rc2_ecb.c | 28 void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, RC2_KEY *ks, in RC2_ecb_encrypt()
|
D | rc2ofb64.c | 25 long length, RC2_KEY *schedule, unsigned char *ivec, in RC2_ofb64_encrypt()
|
D | rc2_skey.c | 55 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits) in RC2_set_key()
|
D | rc2cfb64.c | 26 long length, RC2_KEY *schedule, unsigned char *ivec, in RC2_cfb64_encrypt()
|
/third_party/openssl/test/ |
D | rc2test.c | 50 RC2_KEY key; in test_rc2()
|
/third_party/openssl/crypto/evp/ |
D | e_rc2.c | 37 RC2_KEY ks; /* key schedule */
|
/third_party/openssl/util/ |
D | indent.pro | 361 -T RC2_KEY
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 1063 RC2_KEY = rc2_key_st variable
|