Searched refs:CAST_DECRYPT (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/include/openssl/ | ||
D | cast.h | 21 # define CAST_DECRYPT 0 macro |
/third_party/openssl/test/ | ||
D | casttest.c | 70 CAST_ecb_encrypt(out, out, &key, CAST_DECRYPT); in cast_test_vector() |