Searched refs:rr (Results 1 - 25 of 201) sorted by last modified time

123456789

/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread.c1369 bases.rr.base_priority = param->sched_priority;
1371 bases.rr.quantum = param->quantum;
1372 base = (policy_base_t)&bases.rr;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_exp2.c36 int BN_mod_exp2_mont(BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, argument
60 BN_one(rr);
204 BN_from_montgomery(rr,r,mont,ctx);
H A Dbn_mul.c632 BIGNUM *rr; local
664 if ((rr = BN_CTX_get(ctx)) == NULL) goto err;
667 rr = r;
678 if (bn_wexpand(rr,8) == NULL) goto err;
679 rr->top=8;
680 bn_mul_comba4(rr->d,a->d,b->d);
686 if (bn_wexpand(rr,16) == NULL) goto err;
687 rr->top=16;
688 bn_mul_comba8(rr->d,a->d,b->d);
721 bn_wexpand(rr,
758 BN_ULONG *rr; local
[all...]
H A Dbn_sqr.c87 BIGNUM *tmp,*rr; local
102 rr=(a != r) ? r : BN_CTX_get(ctx);
107 if (bn_wexpand(rr,max+1) == NULL) goto err;
114 bn_sqr_normal(rr->d,a->d,4,t);
116 bn_sqr_comba4(rr->d,a->d);
123 bn_sqr_normal(rr->d,a->d,8,t);
125 bn_sqr_comba8(rr->d,a->d);
134 bn_sqr_normal(rr->d,a->d,al,t);
147 bn_sqr_recursive(rr->d,a->d,al,tmp->d);
152 bn_sqr_normal(rr
[all...]
H A Dexp.c34 BIGNUM a,b,c,r,rr,t,l; local
H A Dbn_exp.c154 BIGNUM *v,*rr; local
158 rr = BN_CTX_get(ctx);
160 rr = r;
167 { if (BN_copy(rr,a) == NULL) goto err; }
168 else { if (!BN_one(rr)) goto err; }
175 if (!BN_mul(rr,rr,v,ctx)) goto err;
180 if (r != rr) BN_copy(r,rr);
514 int BN_mod_exp_mont(BIGNUM *rr, BIGNU argument
656 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
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_ossl.c92 static int dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
327 static int dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, argument
331 return BN_mod_exp2_mont(rr, a1, p1, a2, p2, m, ctx, in_mont);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Ddsa.h117 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkrbhst.c334 struct rk_resource_record *rr; local
342 for(rr = r->head; rr; rr = rr->next) {
343 if(rr->type == rk_ns_t_srv) {
345 size_t len = strlen(rr->u.srv->target);
357 hi->port = rr->u.srv->port;
361 strlcpy(hi->hostname, rr->u.srv->target, len + 1);
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn.h476 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
/macosx-10.10/OpenSSL098-52/src/crypto/cms/
H A Dcms.h307 int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr);
308 void CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr,
/macosx-10.10/OpenSSL098-52/src/crypto/dsa/
H A Ddsa.h143 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dbn.h476 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
H A Ddsa.h143 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dd1_pkt.c130 static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr,
133 static int dtls1_record_needs_buffering(SSL *s, SSL3_RECORD *rr,
333 SSL3_RECORD *rr; local
337 rr= &(s->s3->rrec);
340 /* At this point, s->packet_length == SSL3_RT_HEADER_LNGTH + rr->length,
343 rr->input= &(s->packet[DTLS1_RT_HEADER_LENGTH]);
345 /* ok, we can now read from 's->packet' data into 'rr'
346 * rr->input points at rr->length bytes, which
347 * need to be copied into rr
507 SSL3_RECORD *rr; local
698 SSL3_RECORD *rr; local
1707 dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, unsigned int *is_next_epoch) argument
[all...]
H A Ds3_pkt.c244 SSL3_RECORD *rr; local
252 rr= &(s->s3->rrec);
279 rr->type= *(p++);
283 n2s(p,rr->length);
305 if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH+extra)
317 if (rr->length > s->packet_length-SSL3_RT_HEADER_LENGTH)
320 i=rr->length;
323 /* now n == rr->length,
324 * and s->packet_length == SSL3_RT_HEADER_LENGTH + rr->length */
329 /* At this point, s->packet_length == SSL3_RT_HEADER_LNGTH + rr
492 SSL3_RECORD *rr; local
833 SSL3_RECORD *rr; local
[all...]
/macosx-10.10/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c1372 Real *a=NULL, *b=NULL, *c=NULL, *res=NULL, *d=NULL, *rr=NULL, *ff=NULL; local
1392 GUARD_OBJ(rr ,VpCreateRbObject((mx+1) * 2 +(VpBaseFig() + 1), "#0"));
1405 VpMult(rr,f,b);
1406 VpAddSub(ff,res,rr,1);
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Drainbow.pl37 my ( $rr, $gr, $br ) = qw/ 0 0 0/;
58 if ( $rr == 1 and $rq < 1 and $rs < 1 );
64 $rr = $rq;
/macosx-10.10/libresolv-57/
H A Dnameser.h157 #define ns_rr_name(rr) (((rr).name[0] != '\0') ? (rr).name : ".")
158 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
159 #define ns_rr_class(rr) ((ns_class)((rr).rr_class + 0))
160 #define ns_rr_ttl(rr) ((rr).ttl + 0)
161 #define ns_rr_rdlen(rr) ((r
[all...]
/macosx-10.10/ruby-106/ruby/test/fiddle/
H A Dtest_func.rb52 rr = f.call(?r.ord)
55 assert_equal 0, rr
H A Dtest_import.rb129 rr = LIBC.isdigit(?r.ord)
132 assert_equal(0, rr)
/macosx-10.10/xar-254/xar/lib/
H A Dio.c217 ssize_t rr; local
232 rr = xar_read_fd(XAR(x)->fd, buf, len);
233 if( rr < len ) {
239 XAR(x)->heap_offset += rr;
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_http.c1080 static void ap_proxy_read_headers(request_rec *r, request_rec *rr, argument
1104 while ((len = ap_getline(buffer, size, rr, 1)) > 0) {
1176 while ((len = ap_getline(field, MAX_STRING_LEN, rr, 1))
/macosx-10.10/apache-793/httpd/server/
H A Dprotocol.c1737 request_rec *rr; local
1761 for (rr = r; rr != NULL; rr = rr->main) {
1762 rr->expecting_100 = 0;
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_dir.c175 request_rec *rr; local
193 rr = ap_sub_req_lookup_uri(name_ptr, r, r->output_filters);
194 if (rr->status == HTTP_OK
195 && ( (rr->handler && !strcmp(rr->handler, "proxy-server"))
196 || rr->finfo.filetype == APR_REG)) {
197 ap_internal_fast_redirect(rr, r);
200 else if (ap_is_HTTP_REDIRECT(rr->status)) {
202 apr_pool_join(r->pool, rr->pool);
203 r->notes = apr_table_overlay(r->pool, r->notes, rr
299 request_rec *rr; local
[all...]

Completed in 686 milliseconds

123456789