Home
last modified time | relevance | path

Searched refs:CAST_ENCRYPT (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/test/
Dcasttest.c64 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/
Dcast.h20 # define CAST_ENCRYPT 1 macro
/third_party/openssl/apps/
Dspeed.c2587 iv, CAST_ENCRYPT); in speed_main()