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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom.h39 byte *_gcry_get_random_bits( size_t nbits, int level, int secure );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcookie.h42 bool secure; /* whether the 'secure' keyword was used */ member in struct:Cookie
H A Dcookie.c51 char *host, char *path, bool secure);
54 the client should send to the server if used now. The secure
55 boolean informs the cookie if a secure connection is achieved or
63 Set-cookie: PRODUCTINFO=webxpress; domain=.fidelity.com; path=/; secure
65 domain=.fidelity.com; path=/ftgw; secure
67 domain=.fidelity.com; path=/; secure
69 domain=.fidelity.com; path=/; secure
71 domain=.fidelity.com; path=/; secure
73 domain=.fidelity.com; path=/; secure
76 13-Jun-1988 03:04:55 GMT; domain=.fidelity.com; path=/; secure
799 Curl_cookie_getlist(struct CookieInfo *c, const char *host, const char *path, bool secure) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dmd.c127 int secure; member in struct:gcry_md_context
157 int secure, int hmac);
431 md_open (gcry_md_hd_t *h, int algo, int secure, int hmac) argument
434 int bufsize = secure ? 512 : 1024;
458 if (secure)
475 ctx->magic = secure ? CTX_MAGIC_SECURE : CTX_MAGIC_NORMAL;
477 ctx->secure = secure;
589 if (h->secure)
643 if (a->secure)
[all...]
H A Dcipher.c679 GCRY_CIPHER_SECURE: allocate all internal buffers in secure memory.
690 int secure = (flags & GCRY_CIPHER_SECURE);
785 if (secure)
806 h->magic = secure ? CTX_MAGIC_SECURE : CTX_MAGIC_NORMAL;
879 been allocated in secure memory. The user might have disabled
880 secure memory or is using his own implementation which does not
688 int secure = (flags & GCRY_CIPHER_SECURE); local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpicoder.c34 int secure)
54 val = secure? mpi_alloc_secure (nlimbs) : mpi_alloc (nlimbs);
380 int secure = (buffer && gcry_is_secure (buffer)); local
391 a = secure? mpi_alloc_secure ((len+BYTES_PER_MPI_LIMB-1)
417 a = secure? mpi_alloc_secure ((len+BYTES_PER_MPI_LIMB-1)
434 a = mpi_read_from_buffer (buffer, &len, secure);
468 a = secure? mpi_alloc_secure ((n+BYTES_PER_MPI_LIMB-1)
500 a = secure? mpi_alloc_secure (0) : mpi_alloc(0);
33 mpi_read_from_buffer(const unsigned char *buffer, unsigned *ret_nread, int secure) argument
H A Dmpih-mul.c24 * of an optional secure memory allocation which may be used
349 int secure; local
356 secure = gcry_is_secure( up );
357 tspace = mpi_alloc_limb_space( 2 * size, secure );
367 secure = gcry_is_secure( up ) || gcry_is_secure( vp );
368 tspace = mpi_alloc_limb_space( 2 * size, secure );
H A Dmpiutil.c84 _gcry_mpi_alloc_limb_space( unsigned int nlimbs, int secure )
90 p = secure ? gcry_xmalloc_secure (len) : gcry_xmalloc (len);
106 secure memory has been disabled or was not properly
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dcookies.c103 unsigned secure :1; /* whether cookie should be
268 cookie->secure ? "secure" : "insecure",
427 else if (TOKEN_IS (name, "secure"))
430 cookie->secure = 1;
845 if (cookie->secure && !secflag)
846 /* Don't transmit secure cookies over insecure connections. */
1082 SECURE-FLAG -- whether cookie requires secure connection
1192 cookie->secure = BOUNDED_EQUAL (secure_b, secure_e, "TRUE");
1287 cookie->path, cookie->secure
102 unsigned secure :1; /* whether cookie should be member in struct:cookie
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Disdn.h130 int secure; /* Flag: Secure */ member in struct:__anon9916
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_net.c2103 * D- and B-Channel-setup. If secure-flag is set, accept only
2819 if (cfg->secure)
2910 cfg->secure = (lp->flags & ISDN_NET_SECURE) ? 1 : 0;

Completed in 139 milliseconds