Searched refs:CAST_encrypt (Results 1 – 2 of 2) sorted by relevance
75 CAST_encrypt(d, ks); in CAST_ecb_encrypt()110 void CAST_encrypt(uint32_t *data, const CAST_KEY *key) { in CAST_encrypt() function192 CAST_encrypt(tin, ks); in CAST_cbc_encrypt()204 CAST_encrypt(tin, ks); in CAST_cbc_encrypt()379 CAST_encrypt((uint32_t *)ti, schedule); in CAST_cfb64_encrypt()399 CAST_encrypt((uint32_t *)ti, schedule); in CAST_cfb64_encrypt()
82 OPENSSL_EXPORT void CAST_encrypt(uint32_t *data, const CAST_KEY *key);