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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dpkcs1v2.c200 gcry_sexp_t plain, ciph; local
218 err = gcry_pk_encrypt (&ciph, plain, pub_key);
221 show_sexp ("plain:\n", ciph);
226 if (extract_cmp_data (ciph, "a", tbl[tno].m[mno].encr,
229 show_sexp ("encrypt result:\n", ciph);
232 gcry_sexp_release (ciph);
233 ciph = NULL;
242 err = gcry_sexp_build (&ciph, NULL,
253 err = gcry_pk_decrypt (&plain, ciph, sec_key);
256 show_sexp ("ciph
444 gcry_sexp_t plain, ciph; local
[all...]
H A Dcavs_driver.pl1178 my $ciph = substr($cipher,0,3);
1181 if ($ciph =~ /des/) {$oloop=400;$iloop=10000;}
1252 if ( (!$enc && $ciph =~ /des/) ||
1253 $ciph =~ /rc4/ ||
1273 if ( $ciph =~ /aes/ ) {
1276 } elsif ( $ciph =~ /des/ ) {
1303 } elsif ($ciph =~ /rc4/ ) {
1315 } elsif ( $ciph =~ /rc4/ || $cipher eq "des-ede3" || $cipher =~ /ecb/) {
1318 } elsif (! $enc && $ciph =~ /des/ ) {
H A Dbasic.c2390 gcry_sexp_t plain, ciph, data; local
2516 rc = gcry_pk_encrypt (&ciph, data, pkey);
2541 len = gcry_sexp_sprint (ciph, GCRYSEXP_FMT_CANON, NULL, 0);
2545 len = gcry_sexp_sprint (ciph, GCRYSEXP_FMT_CANON, buf, len);
2554 gcry_sexp_release (ciph);
2555 ciph = list;
2557 rc = gcry_pk_decrypt (&plain, ciph, skey);
2584 gcry_sexp_release (ciph);
2585 ciph = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_core.c564 struct iphdr *ciph = (struct iphdr *)(icmph + 1); local
569 ciph->daddr = cp->vaddr;
570 ip_send_check(ciph);
574 ciph->saddr = cp->daddr;
575 ip_send_check(ciph);
579 if (IPPROTO_TCP == ciph->protocol || IPPROTO_UDP == ciph->protocol) {
580 __be16 *ports = (void *)ciph + ciph->ihl*4;
594 IP_VS_DBG_PKT(11, pp, skb, (void *)ciph
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl_locl.h432 #define ssl_put_cipher_by_char(ssl,ciph,ptr) \
433 ((ssl)->method->put_cipher_by_char((ciph),(ptr)))
H A Dssltest.c242 SSL_CIPHER *ciph; local
245 ciph=SSL_get_current_cipher(c_ssl);
249 SSL_CIPHER_get_version(ciph),
250 SSL_CIPHER_get_name(ciph));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dssltest.c242 SSL_CIPHER *ciph; local
245 ciph=SSL_get_current_cipher(c_ssl);
249 SSL_CIPHER_get_version(ciph),
250 SSL_CIPHER_get_name(ciph));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dpubkey.c2845 gcry_mpi_t *pkey = NULL, data = NULL, *ciph = NULL; local
2882 ciph = gcry_calloc (strlen (algo_elems) + 1, sizeof (*ciph));
2883 if (!ciph)
2888 rc = pubkey_encrypt (module->mod_id, ciph, data, pkey, ctx.flags);
2905 rc = octet_string_from_mpi (&em, NULL, ciph[0], emlen);
2952 arg_list[i] = ciph + i;
2968 if (ciph)
2970 release_mpi_array (ciph);
2971 gcry_free (ciph);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c281 SSL_CIPHER *ciph; local
284 ciph=SSL_get_current_cipher(c_ssl);
288 SSL_CIPHER_get_version(ciph),
289 SSL_CIPHER_get_name(ciph));
H A Dssl_locl.h476 #define ssl_put_cipher_by_char(ssl,ciph,ptr) \
477 ((ssl)->method->put_cipher_by_char((ciph),(ptr)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c281 SSL_CIPHER *ciph; local
284 ciph=SSL_get_current_cipher(c_ssl);
288 SSL_CIPHER_get_version(ciph),
289 SSL_CIPHER_get_name(ciph));

Completed in 123 milliseconds