Searched refs:ctx (Results 151 - 175 of 1033) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_skey.c64 static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
80 X509V3_CTX *ctx, char *str)
102 X509V3_CTX *ctx, char *str)
109 if(strcmp(str, "hash")) return s2i_ASN1_OCTET_STRING(method, ctx, str);
116 if(ctx && (ctx->flags == CTX_TEST)) return oct;
118 if(!ctx || (!ctx->subject_req && !ctx->subject_cert)) {
123 if(ctx
79 s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str) argument
101 s2i_skey_id(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dm_null.c65 static int init(EVP_MD_CTX *ctx) argument
68 static int update(EVP_MD_CTX *ctx,const void *data,unsigned long count) argument
71 static int final(EVP_MD_CTX *ctx,unsigned char *md) argument
H A De_null.c64 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
66 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
87 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
90 /* memset(&(ctx->c),0,sizeof(ctx->c));*/
94 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
H A De_rc4.c76 #define data(ctx) ((EVP_RC4_KEY *)(ctx)->cipher_data)
78 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
80 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
120 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
123 RC4_set_key(&data(ctx)->ks,EVP_CIPHER_CTX_key_length(ctx),
128 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
131 RC4(&data(ctx)->ks,inl,in,out);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dm_null.c65 static int init(EVP_MD_CTX *ctx) argument
68 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) argument
71 static int final(EVP_MD_CTX *ctx,unsigned char *md) argument
H A De_null.c64 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
66 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
88 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
91 /* memset(&(ctx->c),0,sizeof(ctx->c));*/
95 static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
H A De_rc4.c76 #define data(ctx) ((EVP_RC4_KEY *)(ctx)->cipher_data)
78 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
80 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
122 static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
125 RC4_set_key(&data(ctx)->ks,EVP_CIPHER_CTX_key_length(ctx),
130 static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
133 RC4(&data(ctx)->ks,inl,in,out);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Do_dir_test.c50 OPENSSL_DIR_CTX *ctx = NULL; local
53 while((result = OPENSSL_DIR_read(&ctx, CURRDIR)) != NULL)
64 if (!OPENSSL_DIR_end(&ctx))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_skey.c64 static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
80 X509V3_CTX *ctx, char *str)
102 X509V3_CTX *ctx, char *str)
109 if(strcmp(str, "hash")) return s2i_ASN1_OCTET_STRING(method, ctx, str);
116 if(ctx && (ctx->flags == CTX_TEST)) return oct;
118 if(!ctx || (!ctx->subject_req && !ctx->subject_cert)) {
123 if(ctx
79 s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str) argument
101 s2i_skey_id(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dmmu_context.h32 #define CTX_TO_VSID(ctx, va) (((ctx) * (897 * 16) + ((va) >> 28) * 0x111) \
121 unsigned long ctx; local
129 ctx = next_mmu_context;
130 while (test_and_set_bit(ctx, context_map)) {
131 ctx = find_next_zero_bit(context_map, LAST_CONTEXT+1, ctx);
132 if (ctx > LAST_CONTEXT)
133 ctx = 0;
135 next_mmu_context = (ctx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_sess.c64 static void SSL_SESSION_list_remove(SSL_CTX *ctx, SSL_SESSION *s);
65 static void SSL_SESSION_list_add(SSL_CTX *ctx,SSL_SESSION *s);
66 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
180 if (s->ctx->session_timeout == 0)
183 ss->timeout=s->ctx->session_timeout;
223 else if(s->ctx->generate_session_id)
224 cb = s->ctx->generate_session_id;
294 if (!(s->ctx->session_cache_mode & SSL_SESS_CACHE_NO_INTERNAL_LOOKUP))
297 ret=(SSL_SESSION *)lh_retrieve(s->ctx->sessions,&data);
308 s->ctx
421 SSL_CTX_add_session(SSL_CTX *ctx, SSL_SESSION *c) argument
486 SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c) argument
491 remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) argument
661 SSL_CTX *ctx; member in struct:timeout_param_st
714 SSL_SESSION_list_remove(SSL_CTX *ctx, SSL_SESSION *s) argument
747 SSL_SESSION_list_add(SSL_CTX *ctx, SSL_SESSION *s) argument
768 SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*cb)(struct ssl_st *ssl,SSL_SESSION *sess)) argument
774 SSL_CTX_sess_get_new_cb(SSL_CTX *ctx) argument
779 SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, void (*cb)(SSL_CTX *ctx,SSL_SESSION *sess)) argument
785 SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx) argument
790 SSL_CTX_sess_set_get_cb(SSL_CTX *ctx, SSL_SESSION *(*cb)(struct ssl_st *ssl, unsigned char *data,int len,int *copy)) argument
797 SSL_CTX_sess_get_get_cb(SSL_CTX *ctx) argument
803 SSL_CTX_set_info_callback(SSL_CTX *ctx, void (*cb)(const SSL *ssl,int type,int val)) argument
809 SSL_CTX_get_info_callback(SSL_CTX *ctx) argument
814 SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, int (*cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey)) argument
820 SSL_CTX_get_client_cert_cb(SSL_CTX *ctx) argument
825 SSL_CTX_set_cookie_generate_cb(SSL_CTX *ctx, int (*cb)(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len)) argument
831 SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx, int (*cb)(SSL *ssl, unsigned char *cookie, unsigned int cookie_len)) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Daacpsy.h46 * @param ctx model context
48 void ff_aac_psy_end(AACPsyContext *ctx);
H A Dapedec.c229 static inline void range_start_decoding(APEContext * ctx) argument
231 ctx->rc.buffer = bytestream_get_byte(&ctx->ptr);
232 ctx->rc.low = ctx->rc.buffer >> (8 - EXTRA_BITS);
233 ctx->rc.range = (uint32_t) 1 << EXTRA_BITS;
237 static inline void range_dec_normalize(APEContext * ctx) argument
239 while (ctx->rc.range <= BOTTOM_VALUE) {
240 ctx->rc.buffer <<= 8;
241 if(ctx
255 range_decode_culfreq(APEContext * ctx, int tot_f) argument
267 range_decode_culshift(APEContext * ctx, int shift) argument
281 range_decode_update(APEContext * ctx, int sy_f, int lt_f) argument
288 range_decode_bits(APEContext * ctx, int n) argument
340 range_get_symbol(APEContext * ctx, const uint16_t counts[], const uint16_t counts_diff[]) argument
375 ape_decode_value(APEContext * ctx, APERice *rice) argument
426 entropy_decode(APEContext * ctx, int blockstodecode, int stereo) argument
449 init_entropy_decoder(APEContext * ctx) argument
481 init_predictor_decoder(APEContext * ctx) argument
563 predictor_decode_stereo(APEContext * ctx, int count) argument
588 predictor_decode_mono(APEContext * ctx, int count) argument
651 init_filter(APEContext * ctx, APEFilter *f, int16_t * buf, int order) argument
657 do_apply_filter(APEContext * ctx, int version, APEFilter *f, int32_t *data, int count, int order, int fracbits) argument
717 apply_filter(APEContext * ctx, APEFilter *f, int32_t * data0, int32_t * data1, int count, int order, int fracbits) argument
726 ape_apply_filters(APEContext * ctx, int32_t * decoded0, int32_t * decoded1, int count) argument
738 init_frame_decoder(APEContext * ctx) argument
751 ape_unpack_mono(APEContext * ctx, int count) argument
779 ape_unpack_stereo(APEContext * ctx, int count) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dmd5.h17 struct MD5Context ctx; member in struct:HMACMD5Context
31 struct HMACMD5Context *ctx);*/
33 struct HMACMD5Context *ctx);
35 struct HMACMD5Context *ctx);
36 void hmac_md5_final(unsigned char *digest, struct HMACMD5Context *ctx);
H A Dmd5.c48 MD5Init(struct MD5Context *ctx) argument
50 ctx->buf[0] = 0x67452301;
51 ctx->buf[1] = 0xefcdab89;
52 ctx->buf[2] = 0x98badcfe;
53 ctx->buf[3] = 0x10325476;
55 ctx->bits[0] = 0;
56 ctx->bits[1] = 0;
64 MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) argument
70 t = ctx->bits[0];
71 if ((ctx
113 MD5Final(unsigned char digest[16], struct MD5Context *ctx) argument
260 hmac_md5_init_limK_to_64(const unsigned char *key, int key_len, struct HMACMD5Context *ctx) argument
290 hmac_md5_update(const unsigned char *text, int text_len, struct HMACMD5Context *ctx) argument
300 hmac_md5_final(unsigned char *digest, struct HMACMD5Context *ctx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Drpccheck.c31 TALLOC_CTX *ctx; local
41 ctx=talloc_init("main");
42 if (!ctx) exit(1);
44 prs_init(&ps, 1600, 4, ctx, MARSHALL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dxfrm.c59 static inline int selinux_authorizable_ctx(struct xfrm_sec_ctx *ctx) argument
61 return (ctx &&
62 (ctx->ctx_doi == XFRM_SC_DOI_LSM) &&
63 (ctx->ctx_alg == XFRM_SC_ALG_SELINUX));
82 struct xfrm_sec_ctx *ctx; local
85 if ((ctx = xp->security)) {
86 if (!selinux_authorizable_ctx(ctx))
89 sel_sid = ctx->ctx_sid;
176 struct xfrm_sec_ctx *ctx = x->security; local
179 *sid = ctx
203 struct xfrm_sec_ctx *ctx = NULL; local
328 struct xfrm_sec_ctx *ctx = xp->security; local
339 struct xfrm_sec_ctx *ctx = xp->security; local
370 struct xfrm_sec_ctx *ctx = x->security; local
381 struct xfrm_sec_ctx *ctx = x->security; local
413 struct xfrm_sec_ctx *ctx = x->security; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec2_mult.c82 static int gf2m_Mdouble(const EC_GROUP *group, BIGNUM *x, BIGNUM *z, BN_CTX *ctx) argument
87 /* Since Mdouble is static we can guarantee that ctx != NULL. */
88 BN_CTX_start(ctx);
89 t1 = BN_CTX_get(ctx);
92 if (!group->meth->field_sqr(group, x, x, ctx)) goto err;
93 if (!group->meth->field_sqr(group, t1, z, ctx)) goto err;
94 if (!group->meth->field_mul(group, z, x, t1, ctx)) goto err;
95 if (!group->meth->field_sqr(group, x, x, ctx)) goto err;
96 if (!group->meth->field_sqr(group, t1, t1, ctx)) goto err;
97 if (!group->meth->field_mul(group, t1, &group->b, t1, ctx)) got
113 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
150 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
215 ec_GF2m_montgomery_point_multiply(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) argument
314 ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
372 ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
[all...]
H A Decp_smpl.c169 const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
182 if (ctx == NULL)
184 ctx = new_ctx = BN_CTX_new();
185 if (ctx == NULL)
189 BN_CTX_start(ctx);
190 tmp_a = BN_CTX_get(ctx);
198 if (!BN_nnmod(tmp_a, a, p, ctx)) goto err;
200 { if (!group->meth->field_encode(group, &group->a, tmp_a, ctx)) goto err; }
205 if (!BN_nnmod(&group->b, b, p, ctx)) goto err;
207 if (!group->meth->field_encode(group, &group->b, &group->b, ctx)) got
168 ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
223 ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
280 ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
394 ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
454 ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
507 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
521 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
637 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
766 ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
892 ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
1002 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1166 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
1283 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1299 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1390 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1498 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1537 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1707 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1713 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dby_dir.c86 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
90 static int add_cert_dir(BY_DIR *ctx,const char *dir,int type);
112 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, argument
119 ld=(BY_DIR *)ctx->method_data;
177 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type) argument
200 for (j=0; j<ctx->num_dirs; j++)
201 if (strlen(ctx->dirs[j]) == (size_t)len &&
202 strncmp(ctx->dirs[j],ss,(unsigned int)len) == 0)
204 if (j<ctx->num_dirs)
206 if (ctx
244 BY_DIR *ctx; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_mod.c119 int BN_mod(BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
121 return(BN_div(NULL,rem,m,d,ctx));
127 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) argument
132 if (!(BN_mod(r,m,d,ctx)))
141 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) argument
144 return BN_nnmod(r, r, m, ctx);
159 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) argument
162 return BN_nnmod(r, r, m, ctx);
179 BN_CTX *ctx)
188 BN_CTX_start(ctx);
178 BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) argument
202 BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) argument
210 BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) argument
228 BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, BN_CTX *ctx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mod.c119 int BN_mod(BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
121 return(BN_div(NULL,rem,m,d,ctx));
127 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) argument
132 if (!(BN_mod(r,m,d,ctx)))
141 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) argument
144 return BN_nnmod(r, r, m, ctx);
159 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) argument
162 return BN_nnmod(r, r, m, ctx);
179 BN_CTX *ctx)
188 BN_CTX_start(ctx);
178 BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) argument
203 BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) argument
211 BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) argument
231 BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, BN_CTX *ctx) argument
[all...]
H A Dbn_prime.c130 const BIGNUM *a1_odd, int k, BN_CTX *ctx, BN_MONT_CTX *mont);
133 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx);
135 const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx);
165 BN_CTX *ctx; local
168 ctx=BN_CTX_new();
169 if (ctx == NULL) goto err;
170 BN_CTX_start(ctx);
171 t = BN_CTX_get(ctx);
183 if (!probable_prime_dh_safe(ret,bits,add,rem,ctx))
188 if (!probable_prime_dh(ret,bits,add,rem,ctx))
248 BN_CTX *ctx = NULL; local
352 witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1, const BIGNUM *a1_odd, int k, BN_CTX *ctx, BN_MONT_CTX *mont) argument
406 probable_prime_dh(BIGNUM *rnd, int bits, const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx) argument
444 probable_prime_dh_safe(BIGNUM *p, int bits, const BIGNUM *padd, const BIGNUM *rem, BN_CTX *ctx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ec/
H A Decp_smpl.c181 const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
194 if (ctx == NULL)
196 ctx = new_ctx = BN_CTX_new();
197 if (ctx == NULL)
201 BN_CTX_start(ctx);
202 tmp_a = BN_CTX_get(ctx);
210 if (!BN_nnmod(tmp_a, a, p, ctx)) goto err;
212 { if (!group->meth->field_encode(group, &group->a, tmp_a, ctx)) goto err; }
217 if (!BN_nnmod(&group->b, b, p, ctx)) goto err;
219 if (!group->meth->field_encode(group, &group->b, &group->b, ctx)) got
180 ec_GFp_simple_group_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
235 ec_GFp_simple_group_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
323 ec_GFp_simple_group_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) argument
332 ec_GFp_simple_group_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) argument
387 ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
447 ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
500 ec_GFp_simple_point_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
514 ec_GFp_simple_point_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
629 ec_GFp_simple_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
756 ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
882 ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
992 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1156 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
1273 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1289 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1391 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1499 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1538 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1708 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1714 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dby_dir.c86 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
90 static int add_cert_dir(BY_DIR *ctx,const char *dir,int type);
112 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, argument
119 ld=(BY_DIR *)ctx->method_data;
178 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type) argument
201 for (j=0; j<ctx->num_dirs; j++)
202 if (strncmp(ctx->dirs[j],ss,(unsigned int)len) == 0)
204 if (ctx->num_dirs_alloced < (ctx->num_dirs+1))
206 ctx
243 BY_DIR *ctx; local
[all...]

Completed in 158 milliseconds

1234567891011>>