| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4u/ |
| schizo.esc | 47 event error.io.sch.saf.dstat@hostbridge; 48 event error.io.sch.saf.to@hostbridge; 49 event error.io.sch.saf.bus@hostbridge; 50 event error.io.sch.ecc.thresh@hostbridge; 53 event ereport.io.sch.saf.to@hostbridge{within(5s)}; 54 event ereport.io.sch.saf.bus@hostbridge{within(5s)}; 55 event ereport.io.sch.saf.bca@hostbridge{within(5s)}; 56 event ereport.io.sch.saf.bcb@hostbridge{within(5s)}; 57 event ereport.io.sch.saf.ciq-to@hostbridge{within(5s)}; 58 event ereport.io.sch.saf.lpq-to@hostbridge{within(5s)} [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/idea/ |
| idea_spd.c | 182 IDEA_KEY_SCHEDULE sch; local 195 idea_set_encrypt_key(key,&sch); 204 idea_encrypt(data,&sch); 225 idea_set_encrypt_key(key,&sch); 226 idea_set_encrypt_key(key,&sch); 227 idea_set_encrypt_key(key,&sch); 228 idea_set_encrypt_key(key,&sch); 244 idea_set_decrypt_key(&sch,&sch); 245 idea_set_decrypt_key(&sch,&sch) [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/bf/ |
| bfspeed.c | 182 BF_KEY sch; local 195 BF_set_key(&sch,16,key); 204 BF_encrypt(data,&sch); 224 BF_set_key(&sch,16,key); 225 BF_set_key(&sch,16,key); 226 BF_set_key(&sch,16,key); 227 BF_set_key(&sch,16,key); 244 BF_encrypt(data,&sch); 245 BF_encrypt(data,&sch); 246 BF_encrypt(data,&sch); [all...] |
| bf_opts.c | 213 func(d,&sch); \ 214 func(d,&sch); \ 215 func(d,&sch); \ 216 func(d,&sch); \ 232 BF_KEY sch; local 252 BF_set_key(&sch,16,key); 264 BF_encrypt(data,&sch);
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/cast/ |
| cast_spd.c | 182 CAST_KEY sch; local 195 CAST_set_key(&sch,16,key); 204 CAST_encrypt(data,&sch); 224 CAST_set_key(&sch,16,key); 225 CAST_set_key(&sch,16,key); 226 CAST_set_key(&sch,16,key); 227 CAST_set_key(&sch,16,key); 244 CAST_encrypt(data,&sch); 245 CAST_encrypt(data,&sch); 246 CAST_encrypt(data,&sch); [all...] |
| castopts.c | 223 func(d,&sch); \ 224 func(d,&sch); \ 225 func(d,&sch); \ 226 func(d,&sch); \ 242 CAST_KEY sch; local 262 CAST_set_key(&sch,16,key); 274 CAST_encrypt(data,&sch);
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rc2/ |
| rc2speed.c | 182 RC2_KEY sch; local 195 RC2_set_key(&sch,16,key,128); 204 RC2_encrypt(data,&sch); 224 RC2_set_key(&sch,16,key,128); 225 RC2_set_key(&sch,16,key,128); 226 RC2_set_key(&sch,16,key,128); 227 RC2_set_key(&sch,16,key,128); 244 RC2_encrypt(data,&sch); 245 RC2_encrypt(data,&sch); 246 RC2_encrypt(data,&sch); [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rc5/ |
| rc5speed.c | 182 RC5_32_KEY sch; local 195 RC5_32_set_key(&sch,16,key,12); 204 RC5_32_encrypt(data,&sch); 224 RC5_32_set_key(&sch,16,key,12); 225 RC5_32_set_key(&sch,16,key,12); 226 RC5_32_set_key(&sch,16,key,12); 227 RC5_32_set_key(&sch,16,key,12); 244 RC5_32_encrypt(data,&sch); 245 RC5_32_encrypt(data,&sch); 246 RC5_32_encrypt(data,&sch); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| avhv.t | 28 my $sch = { 36 $a->[0] = $sch; 62 $a->[0] = $sch; 70 $a->[0] = $sch; 78 %fake = %$sch;
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rc4/ |
| rc4speed.c | 182 RC4_KEY sch; local 195 RC4_set_key(&sch,16,key); 204 RC4(&sch,8,buf,buf); 223 RC4_set_key(&sch,16,key); 224 RC4_set_key(&sch,16,key); 225 RC4_set_key(&sch,16,key); 226 RC4_set_key(&sch,16,key); 240 RC4(&sch,BUFSIZE,buf,buf);
|
| /onnv/onnv-gate/usr/src/uts/common/inet/sctp/ |
| sctp_shutdown.c | 54 sctp_chunk_hdr_t *sch; local 101 smp = allocb(sizeof (*sch) + sizeof (*ctsn), BPRI_MED); 108 sch = (sctp_chunk_hdr_t *)smp->b_rptr; 109 smp->b_wptr = smp->b_rptr + sizeof (*sch) + sizeof (*ctsn); 112 sizeof (*sch) + sizeof (*ctsn)); 117 sch = (sctp_chunk_hdr_t *)sendmp->b_wptr; 118 sendmp->b_wptr += sizeof (*sch) + sizeof (*ctsn); 124 sch->sch_id = CHUNK_SHUTDOWN; 125 sch->sch_flags = 0; 126 sch->sch_len = htons(sizeof (*sch) + sizeof (*ctsn)) [all...] |
| sctp_input.c | 1591 sctp_chunk_hdr_t *sch; local 1662 sctp_chunk_hdr_t *sch; local [all...] |
| sctp.c | 983 sctp_chunk_hdr_t *sch; local 986 sch = (sctp_chunk_hdr_t *)(sh + 1); 987 vp = (uint32_t *)(sch + 1); [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/sparc/SUNW,Sun-Fire-15000/ |
| SUNW,Sun-Fire-15000.esc | 41 event ereport.io.sch.ecc.pue@hostbridge{within(5s)}; 53 ereport.io.sch.ecc.pue@hostbridge 69 event ereport.io.sch.ecc.pce@hostbridge{within(5s)}; 76 ereport.io.sch.ecc.pce@hostbridge
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/des/ |
| speed.c | 186 DES_key_schedule sch,sch2,sch3; local 202 DES_set_key_unchecked(&key,&sch); 211 DES_encrypt1(data,&sch,DES_ENCRYPT); 232 DES_set_key_unchecked(&key,&sch); 248 DES_encrypt1(data,&sch,DES_ENCRYPT); 264 DES_ncbc_encrypt(buf,buf,BUFSIZE,&sch, 282 &sch,
|
| des_opts.c | 408 func(d,&sch,DES_ENCRYPT); \ 425 DES_key_schedule sch,sch2,sch3; local 445 DES_set_key_unchecked(&key,&sch); 451 DES_set_key_unchecked(&key,sch); 460 DES_encrypt1(data,&(sch[0]),DES_ENCRYPT);
|
| /onnv/onnv-gate/usr/src/uts/common/io/audio/impl/ |
| audio_format.c | 68 setup_src(audio_stream_t *sp, int srate, int trate, int sch, int tch) 72 nch = min(sch, tch);
|
| /onnv/onnv-gate/usr/src/common/openssl/apps/ |
| speed.c | 563 DES_key_schedule sch; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
| piclfrutree.c | 300 static picl_nodehdl_t sch = NULL; variable 442 err = ptree_get_node_by_path(SC_DEV, &sch); 449 err = ptree_get_node_by_path(SC_DEV_PCIX, &sch); [all...] |