Searched refs:CAST_encrypt (Results 1 – 2 of 2) sorted by relevance
76 CAST_encrypt(d, ks); in CAST_ecb_encrypt()102 void CAST_encrypt(uint32_t *data, const CAST_KEY *key) { in CAST_encrypt() function184 CAST_encrypt(tin, ks); in CAST_cbc_encrypt()196 CAST_encrypt(tin, ks); in CAST_cbc_encrypt()371 CAST_encrypt((uint32_t *)ti, schedule); in CAST_cfb64_encrypt()391 CAST_encrypt((uint32_t *)ti, schedule); in CAST_cfb64_encrypt()
82 OPENSSL_EXPORT void CAST_encrypt(uint32_t *data, const CAST_KEY *key);