Searched refs:NULL (Results 226 - 250 of 12609) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509spki.c65 if ((x == NULL) || (x->spkac == NULL)) return(0);
71 if ((x == NULL) || (x->spkac == NULL))
72 return(NULL);
86 return NULL;
93 return NULL;
96 spki = d2i_NETSCAPE_SPKI(NULL, &p, spki_len);
108 der_len = i2d_NETSCAPE_SPKI(spki, NULL);
113 return NULL;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/maurice/
H A Dloadkeys.c32 return NULL;
34 x509 = PEM_read_X509(fp, NULL, 0, NULL);
36 if (x509 == NULL)
39 return NULL;
48 if (pkey == NULL)
60 return NULL;
62 pkey = PEM_read_PrivateKey(fp, NULL, 0, NULL);
66 if (pkey == NULL)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dh/
H A Dfips_dh_check.c78 BN_CTX *ctx=NULL;
80 BIGNUM *q=NULL;
84 if (ctx == NULL) goto err;
86 if (q == NULL) goto err;
109 if (!BN_is_prime(dh->p,BN_prime_checks,NULL,ctx,NULL))
114 if (!BN_is_prime(q,BN_prime_checks,NULL,ctx,NULL))
119 if (ctx != NULL) BN_CTX_free(ctx);
120 if (q != NULL) BN_fre
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dh/
H A Ddh_check.c78 BN_CTX *ctx=NULL;
80 BIGNUM *q=NULL;
84 if (ctx == NULL) goto err;
86 if (q == NULL) goto err;
109 if (!BN_is_prime(dh->p,BN_prime_checks,NULL,ctx,NULL))
114 if (!BN_is_prime(q,BN_prime_checks,NULL,ctx,NULL))
119 if (ctx != NULL) BN_CTX_free(ctx);
120 if (q != NULL) BN_fre
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dsa/
H A Ddsa_lib.c72 static const DSA_METHOD *default_DSA_method = NULL;
88 return DSA_new_method(NULL);
102 dsa->engine = NULL;
115 if (ret == NULL)
118 return(NULL);
128 return NULL;
143 return NULL;
151 ret->p=NULL;
152 ret->q=NULL;
153 ret->g=NULL;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A DLPdir_unix.c67 struct dirent *direntry = NULL;
69 if (ctx == NULL || directory == NULL)
76 if (*ctx == NULL)
79 if (*ctx == NULL)
87 if ((*ctx)->dir == NULL)
91 *ctx = NULL;
98 if (direntry == NULL)
110 if (ctx != NULL && *ctx != NULL)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dd2i_pu.c80 if ((a == NULL) || (*a == NULL))
82 if ((ret=EVP_PKEY_new()) == NULL)
85 return(NULL);
96 if ((ret->pkey.rsa=d2i_RSAPublicKey(NULL,
97 (const unsigned char **)pp,length)) == NULL) /* TMP UGLY CAST */
129 if (a != NULL) (*a)=ret;
132 if ((ret != NULL) && ((a == NULL) || (*a != ret))) EVP_PKEY_free(ret);
133 return(NULL);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_lib.c75 static const DSA_METHOD *default_DSA_method = NULL;
91 return DSA_new_method(NULL);
105 dsa->engine = NULL;
118 if (ret == NULL)
121 return(NULL);
131 return NULL;
146 return NULL;
154 ret->p=NULL;
155 ret->q=NULL;
156 ret->g=NULL;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A De_rc4.c89 NULL,
91 NULL,
92 NULL,
93 NULL,
94 NULL
104 NULL,
106 NULL,
107 NULL,
108 NULL,
109 NULL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509spki.c65 if ((x == NULL) || (x->spkac == NULL)) return(0);
71 if ((x == NULL) || (x->spkac == NULL))
72 return(NULL);
87 return NULL;
94 return NULL;
97 spki = d2i_NETSCAPE_SPKI(NULL, &p, spki_len);
109 der_len = i2d_NETSCAPE_SPKI(spki, NULL);
114 return NULL;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A Dloadkeys.c32 return NULL;
34 x509 = PEM_read_X509(fp, NULL, 0, NULL);
36 if (x509 == NULL)
39 return NULL;
48 if (pkey == NULL)
60 return NULL;
62 pkey = PEM_read_PrivateKey(fp, NULL, 0, NULL);
66 if (pkey == NULL)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dio1.c23 static const char *cur = NULL;
36 if ((URI != NULL) && (!strncmp(URI, "sql:", 4)))
48 * Returns an Input context or NULL in case or error
52 if ((URI == NULL) || (strncmp(URI, "sql:", 4)))
53 return(NULL);
69 if (context == NULL) return(-1);
70 cur = NULL;
89 if ((context == NULL) || (buffer == NULL) || (len < 0))
124 doc = xmlReadMemory(include, strlen(include), "include.xml", NULL,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dpgalloc.h20 return quicklist_alloc(0, GFP_KERNEL, NULL);
25 quicklist_free(0, NULL, pgd);
32 return quicklist_alloc(0, GFP_KERNEL, NULL);
37 quicklist_free(0, NULL, pmd);
43 return quicklist_alloc(0, GFP_KERNEL, NULL);
49 void *pg = quicklist_alloc(0, GFP_KERNEL, NULL);
50 return pg ? virt_to_page(pg) : NULL;
55 quicklist_free(0, NULL, pte);
60 quicklist_free_page(0, NULL, ptepage);
70 quicklist_trim(0, NULL, 2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c292 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
312 #define WXS_ILIST_IS_EMPTY(l) ((l == NULL) || ((l)->nbItems == 0))
317 ((node != NULL) && (node->ns != NULL) && \
321 #define FREE_AND_NULL(str) if ((str) != NULL) { xmlFree((xmlChar *) (str)); str = NULL; }
332 #define CAN_PARSE_SCHEMA(b) (((b)->doc != NULL) && ((b)->parsed == 0))
423 /* For chameleon includes, @origTargetNamespace will be NULL */
1228 return (NULL);
1252 return (NULL);
2851 BAD_CAST des, attr->name, (const xmlChar *) msg, NULL, NULL); local
3064 BAD_CAST des, BAD_CAST name1, BAD_CAST name2, NULL, NULL); local
[all...]
H A Dxlink.c51 static xlinkHandlerPtr xlinkDefaultHandler = NULL;
52 static xlinkNodeDetectFunc xlinkDefaultDetect = NULL;
83 * Returns the current function or NULL;
124 xmlChar *type = NULL, *role = NULL;
127 if (node == NULL) return(XLINK_TYPE_NONE);
128 if (doc == NULL) doc = node->doc;
129 if ((doc != NULL) && (doc->type == XML_HTML_DOCUMENT_NODE)) {
133 } else if ((node->ns != NULL) &&
150 if (type != NULL) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.c292 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
312 #define WXS_ILIST_IS_EMPTY(l) ((l == NULL) || ((l)->nbItems == 0))
317 ((node != NULL) && (node->ns != NULL) && \
321 #define FREE_AND_NULL(str) if ((str) != NULL) { xmlFree((xmlChar *) (str)); str = NULL; }
332 #define CAN_PARSE_SCHEMA(b) (((b)->doc != NULL) && ((b)->parsed == 0))
423 /* For chameleon includes, @origTargetNamespace will be NULL */
1228 return (NULL);
1252 return (NULL);
2851 BAD_CAST des, attr->name, (const xmlChar *) msg, NULL, NULL); local
3064 BAD_CAST des, BAD_CAST name1, BAD_CAST name2, NULL, NULL); local
[all...]
H A Dxlink.c51 static xlinkHandlerPtr xlinkDefaultHandler = NULL;
52 static xlinkNodeDetectFunc xlinkDefaultDetect = NULL;
83 * Returns the current function or NULL;
124 xmlChar *type = NULL, *role = NULL;
127 if (node == NULL) return(XLINK_TYPE_NONE);
128 if (doc == NULL) doc = node->doc;
129 if ((doc != NULL) && (doc->type == XML_HTML_DOCUMENT_NODE)) {
133 } else if ((node->ns != NULL) &&
150 if (type != NULL) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_stub.c43 COMPQUIET(real_name, NULL);
44 COMPQUIET(obuf, NULL);
55 COMPQUIET(fhp, NULL);
56 COMPQUIET(realname, NULL);
57 COMPQUIET(metabuf, NULL);
70 COMPQUIET(real_name, NULL);
72 COMPQUIET(fhp, NULL);
73 COMPQUIET(h, NULL);
74 COMPQUIET(dirtyp, NULL);
87 COMPQUIET(real_name, NULL);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-stylesheet.c35 *@return the newly built css2 stylesheet, or NULL in case of error.
45 return NULL;
63 gchar *str = NULL;
64 GString *stringue = NULL;
65 CRStatement *cur_stmt = NULL;
67 g_return_val_if_fail (a_this, NULL);
70 stringue = g_string_new (NULL) ;
71 g_return_val_if_fail (stringue, NULL) ;
82 str = NULL ;
88 stringue = NULL ;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-stylesheet.c35 *@return the newly built css2 stylesheet, or NULL in case of error.
45 return NULL;
63 gchar *str = NULL;
64 GString *stringue = NULL;
65 CRStatement *cur_stmt = NULL;
67 g_return_val_if_fail (a_this, NULL);
70 stringue = g_string_new (NULL) ;
71 g_return_val_if_fail (stringue, NULL) ;
82 str = NULL ;
88 stringue = NULL ;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_lcl.h134 #define MD_Final(a,b) EVP_DigestFinal_ex(a,b,NULL)
138 #define MD_Init(a) EVP_DigestInit_ex(a,EVP_md5(), NULL)
139 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_md5(), NULL)
143 #define MD_Init(a) EVP_DigestInit_ex(a,EVP_sha1(), NULL)
144 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_sha1(), NULL)
148 #define MD_Init(a) EVP_DigestInit_ex(a,EVP_mdc2(), NULL)
149 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_mdc2(), NULL)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc4/
H A Drc4.c70 NULL
75 FILE *in=NULL,*out=NULL;
76 char *infile=NULL,*outfile=NULL,*keystr=NULL;
115 for (pp=usage; (*pp != NULL); pp++)
120 if (infile == NULL)
125 if (in == NULL)
132 if (outfile == NULL)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dd2i_pr.c77 if ((a == NULL) || (*a == NULL))
79 if ((ret=EVP_PKEY_new()) == NULL)
82 return(NULL);
93 if ((ret->pkey.rsa=d2i_RSAPrivateKey(NULL,
94 (const unsigned char **)pp,length)) == NULL) /* TMP UGLY CAST */
103 if ((ret->pkey.dsa=d2i_DSAPrivateKey(NULL,
104 (const unsigned char **)pp,length)) == NULL) /* TMP UGLY CAST */
116 if (a != NULL) (*a)=ret;
119 if ((ret != NULL)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxlink.c51 static xlinkHandlerPtr xlinkDefaultHandler = NULL;
52 static xlinkNodeDetectFunc xlinkDefaultDetect = NULL;
83 * Returns the current function or NULL;
124 xmlChar *type = NULL, *role = NULL;
127 if (node == NULL) return(XLINK_TYPE_NONE);
128 if (doc == NULL) doc = node->doc;
129 if ((doc != NULL) && (doc->type == XML_HTML_DOCUMENT_NODE)) {
133 } else if ((node->ns != NULL) &&
150 if (type != NULL) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_lcl.h134 #define MD_Final(a,b) EVP_DigestFinal_ex(a,b,NULL)
138 #define MD_Init(a) EVP_DigestInit_ex(a,EVP_md5(), NULL)
139 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_md5(), NULL)
143 #define MD_Init(a) EVP_DigestInit_ex(a,EVP_sha1(), NULL)
144 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_sha1(), NULL)
148 #define MD_Init(a) EVP_DigestInit_ex(a,EVP_mdc2(), NULL)
149 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_mdc2(), NULL)
[all...]

Completed in 349 milliseconds

1234567891011>>