Searched refs:CAST_ENCRYPT (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/ |
D | casttest.c | 64 CAST_ecb_encrypt(in, out, &key, CAST_ENCRYPT); in cast_test_vector() 90 CAST_ecb_encrypt(&(out_a[0]), &(out_a[0]), &key_b, CAST_ENCRYPT); in cast_test_iterations() 91 CAST_ecb_encrypt(&(out_a[8]), &(out_a[8]), &key_b, CAST_ENCRYPT); in cast_test_iterations() 93 CAST_ecb_encrypt(&(out_b[0]), &(out_b[0]), &key, CAST_ENCRYPT); in cast_test_iterations() 94 CAST_ecb_encrypt(&(out_b[8]), &(out_b[8]), &key, CAST_ENCRYPT); in cast_test_iterations()
|
/third_party/openssl/include/openssl/ |
D | cast.h | 20 # define CAST_ENCRYPT 1 macro
|
/third_party/openssl/apps/ |
D | speed.c | 2587 iv, CAST_ENCRYPT); in speed_main()
|