Searched refs:CAST_encrypt (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dcasts.cpp51 CAST_encrypt(&data[0],&key);
53 CAST_encrypt(&data[0],&key);
54 CAST_encrypt(&data[0],&key);
55 CAST_encrypt(&data[0],&key);
58 CAST_encrypt(&data[0],&key);
59 CAST_encrypt(&data[0],&key);
60 CAST_encrypt(&data[0],&key);
61 CAST_encrypt(&data[0],&key);
63 CAST_encrypt(&data[0],&key);
H A Dc_ecb.c75 CAST_encrypt(d, ks);
H A Dc_cfb64.c86 CAST_encrypt((CAST_LONG *)ti, schedule);
106 CAST_encrypt((CAST_LONG *)ti, schedule);
H A Dcast_spd.c192 CAST_encrypt(data, &sch);
221 printf("Doing CAST_encrypt's for 10 seconds\n");
224 printf("Doing CAST_encrypt %ld times\n", cb);
230 CAST_encrypt(data, &sch);
231 CAST_encrypt(data, &sch);
232 CAST_encrypt(data, &sch);
233 CAST_encrypt(data, &sch);
236 printf("%ld CAST_encrypt's in %.2f second\n", count, d);
H A Dcast.h91 void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key);
H A Dcastopts.c103 #define CAST_encrypt CAST_encrypt_normal macro
111 #undef CAST_encrypt macro
114 #define CAST_encrypt CAST_encrypt_ptr macro
122 #undef CAST_encrypt macro
125 #define CAST_encrypt CAST_encrypt_ptr2 macro
260 CAST_encrypt(data, &sch);
H A Dc_ofb64.c90 CAST_encrypt((CAST_LONG *)ti, schedule);
H A Dc_enc.c62 void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key) function
146 CAST_encrypt(tin, ks);
158 CAST_encrypt(tin, ks);
/freebsd-9.3-release/crypto/openssl/times/x86/
H A Dcasts.cpp48 CAST_encrypt(&data[0],&key);
50 CAST_encrypt(&data[0],&key);
51 CAST_encrypt(&data[0],&key);
52 CAST_encrypt(&data[0],&key);
55 CAST_encrypt(&data[0],&key);
56 CAST_encrypt(&data[0],&key);
57 CAST_encrypt(&data[0],&key);
58 CAST_encrypt(&data[0],&key);
60 CAST_encrypt(&data[0],&key);
/freebsd-9.3-release/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl29 &CAST_encrypt("CAST_encrypt",1);
30 &CAST_encrypt("CAST_decrypt",0);
31 &cbc("CAST_cbc_encrypt","CAST_encrypt","CAST_decrypt",1,4,5,3,-1,-1);
35 sub CAST_encrypt { subroutine
/freebsd-9.3-release/secure/lib/libcrypto/i386/
H A Dcast-586.s13 .globl CAST_encrypt
14 .type CAST_encrypt,@function
15 CAST_encrypt: label
381 .size CAST_encrypt,.L_CAST_encrypt_end-CAST_encrypt
382 .ident "CAST_encrypt"
797 call CAST_encrypt
851 call CAST_encrypt

Completed in 76 milliseconds