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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Disdn.h130 int secure; /* Flag: Secure */ member in struct:__anon9959
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 94 milliseconds