Searched refs:ctx (Results 276 - 300 of 1033) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_exp.c119 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) argument
124 BN_CTX_start(ctx);
126 rr = BN_CTX_get(ctx);
129 if ((v = BN_CTX_get(ctx)) == NULL) goto err;
140 if (!BN_sqr(v,v,ctx)) goto err;
143 if (!BN_mul(rr,rr,v,ctx)) goto err;
149 BN_CTX_end(ctx);
155 BN_CTX *ctx)
210 ret=BN_mod_exp_mont_word(r,A,p,m,ctx,NULL);
214 ret=BN_mod_exp_mont(r,a,p,m,ctx,NUL
154 BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx) argument
228 BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx) argument
354 BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
496 BN_mod_exp_mont_word(BIGNUM *rr, BN_ULONG a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
638 BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx) argument
[all...]
H A Dexpspeed.c200 void do_mul_exp(BIGNUM *r,BIGNUM *a,BIGNUM *b,BIGNUM *c,BN_CTX *ctx);
204 BN_CTX *ctx; local
212 ctx=BN_CTX_new();
222 do_mul_exp(r,a,b,c,ctx);
226 void do_mul_exp(BIGNUM *r, BIGNUM *a, BIGNUM *b, BIGNUM *c, BN_CTX *ctx) argument
263 if (!BN_mod_sqr(a,a,c,ctx)) goto err;
264 if (!BN_mod_sqr(b,b,c,ctx)) goto err;
266 if (!BN_nnmod(a,a,c,ctx)) goto err;
267 if (!BN_nnmod(b,b,c,ctx)) goto err;
275 if (!BN_mod_exp(r,a,b,c,ctx)) got
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlegacy.c756 * @ctx: the user data (XML parser context)
764 getPublicId(void *ctx) argument
767 return (xmlSAX2GetPublicId(ctx));
772 * @ctx: the user data (XML parser context)
781 getSystemId(void *ctx) argument
784 return (xmlSAX2GetSystemId(ctx));
789 * @ctx: the user data (XML parser context)
797 getLineNumber(void *ctx) argument
800 return (xmlSAX2GetLineNumber(ctx));
805 * @ctx
813 getColumnNumber(void *ctx) argument
829 isStandalone(void *ctx) argument
845 hasInternalSubset(void *ctx) argument
861 hasExternalSubset(void *ctx) argument
878 internalSubset(void *ctx, const xmlChar * name, const xmlChar * ExternalID, const xmlChar * SystemID) argument
896 externalSubset(void *ctx, const xmlChar * name, const xmlChar * ExternalID, const xmlChar * SystemID) argument
919 resolveEntity(void *ctx, const xmlChar * publicId, const xmlChar * systemId) argument
937 getEntity(void *ctx, const xmlChar * name) argument
954 getParameterEntity(void *ctx, const xmlChar * name) argument
974 entityDecl(void *ctx, const xmlChar * name, int type, const xmlChar * publicId, const xmlChar * systemId, xmlChar * content) argument
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
1016 elementDecl(void *ctx, const xmlChar * name, int type, xmlElementContentPtr content) argument
1034 notationDecl(void *ctx, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId) argument
1053 unparsedEntityDecl(void *ctx, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId, const xmlChar * notationName) argument
1086 startDocument(void *ctx) argument
1101 endDocument(void *ctx) argument
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) argument
1151 endElement(void *ctx, const xmlChar * name ATTRIBUTE_UNUSED) argument
1166 reference(void *ctx, const xmlChar * name) argument
1182 characters(void *ctx, const xmlChar * ch, int len) argument
1216 processingInstruction(void *ctx, const xmlChar * target, const xmlChar * data) argument
1319 comment(void *ctx, const xmlChar * value) argument
1335 cdataBlock(void *ctx, const xmlChar * value, int len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dlegacy.c756 * @ctx: the user data (XML parser context)
764 getPublicId(void *ctx) argument
767 return (xmlSAX2GetPublicId(ctx));
772 * @ctx: the user data (XML parser context)
781 getSystemId(void *ctx) argument
784 return (xmlSAX2GetSystemId(ctx));
789 * @ctx: the user data (XML parser context)
797 getLineNumber(void *ctx) argument
800 return (xmlSAX2GetLineNumber(ctx));
805 * @ctx
813 getColumnNumber(void *ctx) argument
829 isStandalone(void *ctx) argument
845 hasInternalSubset(void *ctx) argument
861 hasExternalSubset(void *ctx) argument
878 internalSubset(void *ctx, const xmlChar * name, const xmlChar * ExternalID, const xmlChar * SystemID) argument
896 externalSubset(void *ctx, const xmlChar * name, const xmlChar * ExternalID, const xmlChar * SystemID) argument
919 resolveEntity(void *ctx, const xmlChar * publicId, const xmlChar * systemId) argument
937 getEntity(void *ctx, const xmlChar * name) argument
954 getParameterEntity(void *ctx, const xmlChar * name) argument
974 entityDecl(void *ctx, const xmlChar * name, int type, const xmlChar * publicId, const xmlChar * systemId, xmlChar * content) argument
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
1016 elementDecl(void *ctx, const xmlChar * name, int type, xmlElementContentPtr content) argument
1034 notationDecl(void *ctx, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId) argument
1053 unparsedEntityDecl(void *ctx, const xmlChar * name, const xmlChar * publicId, const xmlChar * systemId, const xmlChar * notationName) argument
1086 startDocument(void *ctx) argument
1101 endDocument(void *ctx) argument
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts) argument
1151 endElement(void *ctx, const xmlChar * name ATTRIBUTE_UNUSED) argument
1166 reference(void *ctx, const xmlChar * name) argument
1182 characters(void *ctx, const xmlChar * ch, int len) argument
1216 processingInstruction(void *ctx, const xmlChar * target, const xmlChar * data) argument
1319 comment(void *ctx, const xmlChar * value) argument
1335 cdataBlock(void *ctx, const xmlChar * value, int len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dmd5.c118 void av_md5_init(AVMD5 *ctx){ argument
119 ctx->len = 0;
121 ctx->ABCD[0] = 0x10325476;
122 ctx->ABCD[1] = 0x98badcfe;
123 ctx->ABCD[2] = 0xefcdab89;
124 ctx->ABCD[3] = 0x67452301;
127 void av_md5_update(AVMD5 *ctx, const uint8_t *src, const int len){ argument
130 j= ctx->len & 63;
131 ctx->len += len;
134 ctx
142 av_md5_final(AVMD5 *ctx, uint8_t *dst) argument
157 AVMD5 ctx[1]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_exp2.c120 BN_CTX *ctx, BN_MONT_CTX *in_mont)
126 /* Tables of variables obtained from 'ctx' */
151 BN_CTX_start(ctx);
152 d = BN_CTX_get(ctx);
153 r = BN_CTX_get(ctx);
154 val1[0] = BN_CTX_get(ctx);
155 val2[0] = BN_CTX_get(ctx);
163 if (!BN_MONT_CTX_set(mont,m,ctx)) goto err;
174 if (!BN_mod(val1[0],a1,m,ctx))
187 if (!BN_to_montgomery(val1[0],a_mod_m,mont,ctx)) got
118 BN_mod_exp2_mont(BIGNUM *rr, const BIGNUM *a1, const BIGNUM *p1, const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
[all...]
H A Dexpspeed.c200 void do_mul_exp(BIGNUM *r,BIGNUM *a,BIGNUM *b,BIGNUM *c,BN_CTX *ctx);
204 BN_CTX *ctx; local
212 ctx=BN_CTX_new();
222 do_mul_exp(r,a,b,c,ctx);
226 void do_mul_exp(BIGNUM *r, BIGNUM *a, BIGNUM *b, BIGNUM *c, BN_CTX *ctx) argument
263 if (!BN_mod_sqr(a,a,c,ctx)) goto err;
264 if (!BN_mod_sqr(b,b,c,ctx)) goto err;
266 if (!BN_nnmod(a,a,c,ctx)) goto err;
267 if (!BN_nnmod(b,b,c,ctx)) goto err;
275 if (!BN_mod_exp(r,a,b,c,ctx)) got
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_netatalk.c32 static int atalk_build_paths(TALLOC_CTX *ctx, const char *path,
56 static int atalk_build_paths(TALLOC_CTX *ctx, const char *path, const char *fname, argument
65 if (!ctx || !path || !fname || !adbl_path || !orig_path ||
79 *orig_path = talloc_asprintf(ctx, "%s/%s", path, &fname[ptr0]);
87 *adbl_path = talloc_asprintf(ctx, "%s/%s/%s/",
90 dname = talloc_strdup(ctx, *orig_path);
93 *adbl_path = talloc_asprintf(ctx, "%s/%s/%s",
147 static void atalk_rrmdir(TALLOC_CTX *ctx, char *path) argument
162 if (!(dpath = talloc_asprintf(ctx, "%s/%s",
199 TALLOC_CTX *ctx local
233 TALLOC_CTX *ctx; local
265 TALLOC_CTX *ctx; local
321 TALLOC_CTX *ctx; local
353 TALLOC_CTX *ctx; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dp5_crpt.c107 EVP_MD_CTX ctx; local
131 EVP_MD_CTX_init(&ctx);
132 EVP_DigestInit_ex(&ctx, md, NULL);
133 EVP_DigestUpdate(&ctx, pass, passlen);
134 EVP_DigestUpdate(&ctx, salt, saltlen);
136 EVP_DigestFinal_ex(&ctx, md_tmp, NULL);
138 EVP_DigestInit_ex(&ctx, md, NULL);
139 EVP_DigestUpdate(&ctx, md_tmp, EVP_MD_size(md));
140 EVP_DigestFinal_ex (&ctx, md_tmp, NULL);
142 EVP_MD_CTX_cleanup(&ctx);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_print.c63 BN_CTX *ctx)
69 NULL, 0, ctx);
76 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
92 BN_CTX *ctx)
120 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx))
138 BN_CTX *ctx)
145 NULL, 0, ctx);
152 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
182 BN_CTX *ctx)
190 ret = EC_POINT_bn2point(group, tmp_bn, point, ctx);
59 EC_POINT_point2bn(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BIGNUM *ret, BN_CTX *ctx) argument
89 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) argument
135 EC_POINT_point2hex(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, BN_CTX *ctx) argument
179 EC_POINT_hex2point(const EC_GROUP *group, const char *buf, EC_POINT *point, BN_CTX *ctx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp5_crpt.c107 EVP_MD_CTX ctx; local
137 EVP_MD_CTX_init(&ctx);
138 EVP_DigestInit_ex(&ctx, md, NULL);
139 EVP_DigestUpdate(&ctx, pass, passlen);
140 EVP_DigestUpdate(&ctx, salt, saltlen);
142 EVP_DigestFinal_ex(&ctx, md_tmp, NULL);
144 EVP_DigestInit_ex(&ctx, md, NULL);
145 EVP_DigestUpdate(&ctx, md_tmp, EVP_MD_size(md));
146 EVP_DigestFinal_ex (&ctx, md_tmp, NULL);
148 EVP_MD_CTX_cleanup(&ctx);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_alt.c64 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
65 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
66 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
67 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens);
68 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
69 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
238 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
251 if(!copy_issuer(ctx, gens)) goto err;
254 if(!(gen = v2i_GENERAL_NAME(method, ctx, cnf)))
267 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAME argument
237 v2i_issuer_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) argument
302 v2i_subject_alt(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) argument
337 copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p) argument
389 v2i_GENERAL_NAMES(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) argument
411 v2i_GENERAL_NAME(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, CONF_VALUE *cnf) argument
417 v2i_GENERAL_NAME_ex(GENERAL_NAME *out, X509V3_EXT_METHOD *method, X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc) argument
534 do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) argument
559 do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rsa/
H A Drsa_eay.c105 BN_CTX *ctx=NULL; local
109 if ((ctx=BN_CTX_new()) == NULL) goto err;
153 if (!BN_MONT_CTX_set(bn_mont_ctx,rsa->n,ctx))
172 if (!rsa->meth->bn_mod_exp(&ret,&f,rsa->e,rsa->n,ctx,
184 if (ctx != NULL) BN_CTX_free(ctx);
195 static int rsa_eay_blinding(RSA *rsa, BN_CTX *ctx) argument
201 ret = RSA_blinding_on(rsa, ctx);
206 #define BLINDING_HELPER(rsa, ctx, err_instr) \
210 !rsa_eay_blinding(rsa, ctx)) \
214 setup_blinding(RSA *rsa, BN_CTX *ctx) argument
255 BN_CTX *ctx=NULL; local
372 BN_CTX *ctx=NULL; local
505 BN_CTX *ctx=NULL; local
598 BN_CTX *ctx; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/rsaref/
H A Drsaref.c60 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
99 static int cipher_des_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
101 static int cipher_des_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
104 static int cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
106 static int cipher_des_ede3_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
109 static int cipher_desx_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
111 static int cipher_desx_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
166 static int digest_md2_init(EVP_MD_CTX *ctx);
167 static int digest_md2_update(EVP_MD_CTX *ctx,const void *data,
169 static int digest_md2_final(EVP_MD_CTX *ctx,unsigne
303 bnref_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
556 cipher_des_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
562 cipher_des_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) argument
578 cipher_des_cbc_clean(EVP_CIPHER_CTX *ctx) argument
586 cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
593 cipher_des_ede3_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) argument
609 cipher_des_ede3_cbc_clean(EVP_CIPHER_CTX *ctx) argument
617 cipher_desx_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
624 cipher_desx_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) argument
640 cipher_desx_cbc_clean(EVP_CIPHER_CTX *ctx) argument
651 digest_md2_init(EVP_MD_CTX *ctx) argument
656 digest_md2_update(EVP_MD_CTX *ctx,const void *data, unsigned long count) argument
662 digest_md2_final(EVP_MD_CTX *ctx,unsigned char *md) argument
670 digest_md5_init(EVP_MD_CTX *ctx) argument
675 digest_md5_update(EVP_MD_CTX *ctx,const void *data, unsigned long count) argument
681 digest_md5_final(EVP_MD_CTX *ctx,unsigned char *md) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/rsa/
H A Dfips_rsa_eay.c106 BN_CTX *ctx=NULL; local
117 if ((ctx=BN_CTX_new()) == NULL) goto err;
161 if (!BN_MONT_CTX_set(bn_mont_ctx,rsa->n,ctx))
180 if (!rsa->meth->bn_mod_exp(&ret,&f,rsa->e,rsa->n,ctx,
192 if (ctx != NULL) BN_CTX_free(ctx);
203 static int rsa_eay_blinding(RSA *rsa, BN_CTX *ctx) argument
209 ret = RSA_blinding_on(rsa, ctx);
214 #define BLINDING_HELPER(rsa, ctx, err_instr) \
218 !rsa_eay_blinding(rsa, ctx)) \
222 setup_blinding(RSA *rsa, BN_CTX *ctx) argument
263 BN_CTX *ctx=NULL; local
380 BN_CTX *ctx=NULL; local
513 BN_CTX *ctx=NULL; local
606 BN_CTX *ctx; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Drsaref.c60 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
99 static int cipher_des_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
101 static int cipher_des_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
104 static int cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
106 static int cipher_des_ede3_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
109 static int cipher_desx_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
111 static int cipher_desx_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out,
166 static int digest_md2_init(EVP_MD_CTX *ctx);
167 static int digest_md2_update(EVP_MD_CTX *ctx,const void *data,
169 static int digest_md2_final(EVP_MD_CTX *ctx,unsigne
303 bnref_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
556 cipher_des_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
562 cipher_des_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) argument
578 cipher_des_cbc_clean(EVP_CIPHER_CTX *ctx) argument
586 cipher_des_ede3_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
593 cipher_des_ede3_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) argument
609 cipher_des_ede3_cbc_clean(EVP_CIPHER_CTX *ctx) argument
617 cipher_desx_cbc_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) argument
624 cipher_desx_cbc_code(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) argument
640 cipher_desx_cbc_clean(EVP_CIPHER_CTX *ctx) argument
651 digest_md2_init(EVP_MD_CTX *ctx) argument
656 digest_md2_update(EVP_MD_CTX *ctx,const void *data, unsigned long count) argument
662 digest_md2_final(EVP_MD_CTX *ctx,unsigned char *md) argument
670 digest_md5_init(EVP_MD_CTX *ctx) argument
675 digest_md5_update(EVP_MD_CTX *ctx,const void *data, unsigned long count) argument
681 digest_md5_final(EVP_MD_CTX *ctx,unsigned char *md) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c377 ntfs_attr_search_ctx *ctx; local
400 ctx = ntfs_attr_get_search_ctx(ni, NULL);
401 if (!ctx)
404 if (ntfs_attr_lookup(type, name, name_len, 0, 0, NULL, 0, ctx))
407 a = ctx->attr;
469 ntfs_attr_put_search_ctx(ctx);
475 ntfs_attr_put_search_ctx(ctx);
514 ntfs_attr_search_ctx *ctx; local
523 ctx = ntfs_attr_get_search_ctx(na->ni, NULL);
524 if (!ctx)
561 ntfs_attr_search_ctx *ctx; local
813 ntfs_attr_search_ctx *ctx; local
1163 ntfs_attr_search_ctx *ctx = NULL; local
1681 ntfs_attr_find(const ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
1912 ntfs_external_attr_find(ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
2319 ntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
2369 ntfs_attr_position(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx) argument
2390 ntfs_attr_init_search_ctx(ntfs_attr_search_ctx *ctx, ntfs_inode *ni, MFT_RECORD *mrec) argument
2415 ntfs_attr_reinit_search_ctx(ntfs_attr_search_ctx *ctx) argument
2450 ntfs_attr_search_ctx *ctx; local
2469 ntfs_attr_put_search_ctx(ntfs_attr_search_ctx *ctx) argument
2714 ntfs_attr_search_ctx *ctx; local
2841 ntfs_attr_search_ctx *ctx; local
2975 ntfs_attr_record_rm(ntfs_attr_search_ctx *ctx) argument
3313 ntfs_attr_search_ctx *ctx; local
3474 ntfs_attr_record_move_to(ntfs_attr_search_ctx *ctx, ntfs_inode *ni) argument
3569 ntfs_attr_record_move_away(ntfs_attr_search_ctx *ctx, int extra) argument
3661 ntfs_attr_make_non_resident(ntfs_attr *na, ntfs_attr_search_ctx *ctx) argument
3827 ntfs_attr_search_ctx *ctx; local
4057 ntfs_attr_make_resident(ntfs_attr *na, ntfs_attr_search_ctx *ctx) argument
4209 ntfs_attr_update_meta(ATTR_RECORD *a, ntfs_attr *na, MFT_RECORD *m, ntfs_attr_search_ctx *ctx) argument
4330 ntfs_attr_search_ctx *ctx; local
4661 ntfs_attr_search_ctx *ctx; local
4797 ntfs_attr_search_ctx *ctx; local
5124 ntfs_attr_search_ctx *ctx; local
[all...]
H A Dattrlist.c112 ntfs_attr_search_ctx *ctx; local
145 ctx = ntfs_attr_get_search_ctx(ni, NULL);
146 if (!ctx) {
156 0 : le32_to_cpu(attr->value_length), ctx)) {
158 if (ctx->al_entry->lowest_vcn == attr->lowest_vcn) {
162 ntfs_attr_put_search_ctx(ctx);
166 ale = (ATTR_LIST_ENTRY*)((u8*)ctx->al_entry +
167 le16_to_cpu(ctx->al_entry->length));
173 ntfs_attr_put_search_ctx(ctx);
177 ale = ctx
244 ntfs_attrlist_entry_rm(ntfs_attr_search_ctx *ctx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dmetadata.c571 AVFormatContext *ctx; local
592 if( av_open_input_file(&ctx, path, NULL, 0, NULL) != 0 )
597 av_find_stream_info(ctx);
598 //dump_format(ctx, 0, NULL, 0);
599 for( i=0; i<ctx->nb_streams; i++)
602 ctx->streams[i]->codec->codec_type == CODEC_TYPE_AUDIO )
608 ctx->streams[i]->codec->codec_type == CODEC_TYPE_VIDEO )
617 av_close_input_file(ctx);
624 switch( ctx->streams[audio_stream]->codec->codec_id )
630 if( !ctx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dmetadata.c635 AVFormatContext *ctx; local
655 if( av_open_input_file(&ctx, path, NULL, 0, NULL) != 0 )
660 av_find_stream_info(ctx);
661 //dump_format(ctx, 0, NULL, 0);
662 for( i=0; i<ctx->nb_streams; i++)
665 ctx->streams[i]->codec->codec_type == CODEC_TYPE_AUDIO )
671 ctx->streams[i]->codec->codec_type == CODEC_TYPE_VIDEO )
680 av_close_input_file(ctx);
706 switch( ctx->streams[audio_stream]->codec->codec_id )
712 if( !ctx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dmd5.c45 void MD5Init(struct MD5Context *ctx) argument
47 ctx->buf[0] = 0x67452301;
48 ctx->buf[1] = 0xefcdab89;
49 ctx->buf[2] = 0x98badcfe;
50 ctx->buf[3] = 0x10325476;
52 ctx->bits[0] = 0;
53 ctx->bits[1] = 0;
60 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) argument
66 t = ctx->bits[0];
67 if ((ctx
108 MD5Final(unsigned char digest[16], struct MD5Context *ctx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dmd5.c59 void MD5Init (struct MD5Context *ctx) argument
61 ctx->buf[0] = 0x67452301;
62 ctx->buf[1] = 0xefcdab89;
63 ctx->buf[2] = 0x98badcfe;
64 ctx->buf[3] = 0x10325476;
66 ctx->bits[0] = 0;
67 ctx->bits[1] = 0;
74 void MD5Update (struct MD5Context *ctx, unsigned char const *buf, argument
81 t = ctx->bits[0];
82 if ((ctx
126 MD5Final(unsigned char digest[16], struct MD5Context *ctx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dkerberos.c36 kerb_prompter(krb5_context ctx, void *data, argument
67 krb5_context ctx = NULL; local
73 if ((code = krb5_init_context(&ctx)))
77 krb5_set_real_time(ctx, time(NULL) + time_offset, 0);
80 if ((code = krb5_cc_resolve(ctx, cache_name ?
81 cache_name : krb5_cc_default_name(ctx), &cc))) {
82 krb5_free_context(ctx);
86 if ((code = krb5_parse_name(ctx, principal, &me))) {
87 krb5_free_context(ctx);
91 if ((code = krb5_get_init_creds_password(ctx,
155 krb5_context ctx = NULL; local
310 get_service_ticket(krb5_context ctx, krb5_ccache ccache, const char *service_principal, int enctype, krb5_data *p_outbuf) argument
406 verify_service_password(krb5_context ctx, int enctype, const char *salting_principal, krb5_data *in_data) argument
499 kerberos_derive_salting_principal_for_enctype(const char *service_principal, krb5_context ctx, krb5_ccache ccache, krb5_enctype enctype, krb5_enctype *enctypes) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmd5.c181 static void FLAC__MD5Update(FLAC__MD5Context *ctx, FLAC__byte const *buf, unsigned len) argument
187 t = ctx->bytes[0];
188 if ((ctx->bytes[0] = t + len) < t)
189 ctx->bytes[1]++; /* Carry from low to high */
191 t = 64 - (t & 0x3f); /* Space available in ctx->in (at least 1) */
193 memcpy((FLAC__byte *)ctx->in + 64 - t, buf, len);
197 memcpy((FLAC__byte *)ctx->in + 64 - t, buf, t);
198 byteSwapX16(ctx->in);
199 FLAC__MD5Transform(ctx->buf, ctx
220 FLAC__MD5Init(FLAC__MD5Context *ctx) argument
238 FLAC__MD5Final(FLAC__byte digest[16], FLAC__MD5Context *ctx) argument
398 FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/ssl/
H A Dinetdsrv.cpp29 SSL_CTX* ctx; local
40 ctx = SSL_CTX_new (); CHK_NULL(ctx);
42 err = SSL_CTX_use_RSAPrivateKey_file (ctx, KEYF, SSL_FILETYPE_PEM);
45 err = SSL_CTX_use_certificate_file (ctx, CERTF, SSL_FILETYPE_PEM);
51 ssl = SSL_new (ctx); CHK_NULL(ssl);
96 SSL_CTX_free (ctx);

Completed in 165 milliseconds

<<11121314151617181920>>