Home
last modified time | relevance | path

Searched refs:RC5_32_KEY (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Drc5.h47 } 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,
/freebsd/crypto/openssl/test/
H A Drc5test.c187 RC5_32_KEY key; in test_rc5_ecb()
208 RC5_32_KEY key; in test_rc5_cbc()
/freebsd/crypto/openssl/crypto/rc5/
H A Drc5_enc.c21 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()
H A Drc5_ecb.c21 RC5_32_KEY *ks, int encrypt) in RC5_32_ecb_encrypt()
H A Drc5ofb64.c25 long length, RC5_32_KEY *schedule, in RC5_32_ofb64_encrypt()
H A Drc5cfb64.c26 long length, RC5_32_KEY *schedule, in RC5_32_cfb64_encrypt()
H A Drc5_skey.c19 int RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data, in RC5_32_set_key()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc5.h17 RC5_32_KEY ks; /* key schedule */
H A Dcipher_rc5_hw.c27 IMPLEMENT_CIPHER_HW_##UCMODE(mode, rc5, PROV_RC5_CTX, RC5_32_KEY, \
/freebsd/crypto/openssl/crypto/evp/
H A De_rc5.c33 RC5_32_KEY ks; /* key schedule */
/freebsd/crypto/openssl/util/
H A Dindent.pro363 -T RC5_32_KEY