Searched refs:bp (Results 151 - 175 of 519) sorted by relevance

1234567891011>>

/external/openssl/crypto/bio/
H A Db_dump.c175 static int write_bio(const void *data, size_t len, void *bp) argument
177 return BIO_write((BIO *)bp, (const char *)data, len);
179 int BIO_dump(BIO *bp, const char *s, int len) argument
181 return BIO_dump_cb(write_bio, bp, s, len);
183 int BIO_dump_indent(BIO *bp, const char *s, int len, int indent) argument
185 return BIO_dump_indent_cb(write_bio, bp, s, len, indent);
H A Dbf_nbio.c240 static int nbiof_gets(BIO *bp, char *buf, int size) argument
242 if (bp->next_bio == NULL) return(0);
243 return(BIO_gets(bp->next_bio,buf,size));
247 static int nbiof_puts(BIO *bp, const char *str) argument
249 if (bp->next_bio == NULL) return(0);
250 return(BIO_puts(bp->next_bio,str));
H A Dbss_null.c140 static int null_gets(BIO *bp, char *buf, int size) argument
145 static int null_puts(BIO *bp, const char *str) argument
/external/openssl/crypto/dh/
H A Ddh.h179 #define d2i_DHparams_bio(bp,x) ASN1_d2i_bio_of(DH,DH_new,d2i_DHparams,bp,x)
180 #define i2d_DHparams_bio(bp,x) ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x)
219 int DHparams_print(BIO *bp, const DH *x);
221 int DHparams_print(char *bp, const DH *x);
/external/openssl/include/openssl/
H A Ddh.h179 #define d2i_DHparams_bio(bp,x) ASN1_d2i_bio_of(DH,DH_new,d2i_DHparams,bp,x)
180 #define i2d_DHparams_bio(bp,x) ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x)
219 int DHparams_print(BIO *bp, const DH *x);
221 int DHparams_print(char *bp, const DH *x);
H A Dx509.h660 int X509_signature_dump(BIO *bp,const ASN1_STRING *sig, int indent);
661 int X509_signature_print(BIO *bp,X509_ALGOR *alg, ASN1_STRING *sig);
723 X509 *d2i_X509_bio(BIO *bp,X509 **x509);
724 int i2d_X509_bio(BIO *bp,X509 *x509);
725 X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
726 int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl);
727 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
728 int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req);
730 RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa);
731 int i2d_RSAPrivateKey_bio(BIO *bp,RS
[all...]
/external/chromium_org/third_party/boringssl/linux-arm/crypto/bn/
H A Darmv4-mont.S46 add r4,r2,r0 @ &bp[num-1]
50 ldr r2,[r2] @ bp[0]
54 str r4,[r0,#15*4] @ save &bp[num]
56 umull r10,r11,r5,r2 @ ap[0]*bp[0]
68 umlal r10,r11,r5,r2 @ ap[j]*bp[0]
78 ldr r4,[r0,#13*4] @ restore bp
89 ldr r2,[r4,#4]! @ *(++bp)
97 umlal r10,r11,r5,r2 @ ap[0]*bp[i]+tp[0]
98 str r4,[r0,#13*4] @ save bp
109 umlal r10,r11,r5,r2 @ ap[j]*bp[
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cc74 void StackTrace::Unwind(uptr max_depth, uptr pc, uptr bp, void *context, argument
77 top_frame_bp = (max_depth > 0) ? bp : 0;
94 FastUnwindStack(pc, bp, stack_top, stack_bottom, max_depth);
H A Dsanitizer_stacktrace.cc39 void StackTrace::FastUnwindStack(uptr pc, uptr bp, argument
45 uhwptr *frame = (uhwptr *)bp;
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h48 void NotifyBreakpointChanged (const DNBBreakpoint *bp);
49 uint32_t EnableHardwareBreakpoint (const DNBBreakpoint *bp) const;
50 bool DisableHardwareBreakpoint (const DNBBreakpoint *bp) const;
/external/openssl/crypto/bn/asm/
H A Darmv4-mont.S45 add r4,r2,r0 @ &bp[num-1]
49 ldr r2,[r2] @ bp[0]
53 str r4,[r0,#15*4] @ save &bp[num]
55 umull r10,r11,r5,r2 @ ap[0]*bp[0]
67 umlal r10,r11,r5,r2 @ ap[j]*bp[0]
77 ldr r4,[r0,#13*4] @ restore bp
88 ldr r2,[r4,#4]! @ *(++bp)
96 umlal r10,r11,r5,r2 @ ap[0]*bp[i]+tp[0]
97 str r4,[r0,#13*4] @ save bp
108 umlal r10,r11,r5,r2 @ ap[j]*bp[
[all...]
H A Dx86_64-mont5.pl13 # countermeasures. The subroutines are produced by replacing bp[i]
37 $bp="%rdx"; # const BN_ULONG *bp,
41 # int idx); # 0 to 2^5-1, "index" in $bp holding
43 # in such manner that b[0] is $bp[idx],
92 mov $bp,%r12 # reassign $bp
94 $bp="%r12";
104 lea 96($bp,%r11,8),$bp # pointe
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc117 uptr bp = GET_CURRENT_FRAME(); local
118 stack.Unwind(0, pc, bp, 0, 0, 0, false);
121 stack.Unwind(1, pc, bp, 0, 0, 0, false);
124 EXPECT_EQ(bp, stack.top_frame_bp);
/external/ipsec-tools/src/racoon/
H A Dvmbuf.h38 * bp v
49 caddr_t bp; /* pointer to the buffer */ member in struct:_vchar_t_
/external/openssl/crypto/bn/
H A Dbn_add.c108 BN_ULONG *ap,*bp,*rp,carry,t1,t2; local
127 bp=b->d;
130 carry=bn_add_words(rp,ap,bp,min);
133 bp+=min;
169 register BN_ULONG t1,t2,*ap,*bp,*rp; local
191 bp=b->d;
199 t2= *(bp++);
216 carry=bn_sub_words(rp,ap,bp,min);
218 bp+=min;
/external/openssl/crypto/pem/
H A Dpem_pkey.c75 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) argument
84 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_EVP_PKEY, bp, cb, u))
140 int PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, argument
146 return PEM_write_bio_PKCS8PrivateKey(bp, x, enc,
152 pem_str,bp,x,enc,kstr,klen,cb,u);
155 EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x) argument
165 bp, 0, NULL))
196 int PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x) argument
205 pem_str,bp,x,NULL,NULL,0,0,NULL);
/external/openssl/crypto/pkcs12/
H A Dp12_utl.c98 int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12) argument
100 return ASN1_item_i2d_bio(ASN1_ITEM_rptr(PKCS12), bp, p12);
110 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12) argument
112 return ASN1_item_d2i_bio(ASN1_ITEM_rptr(PKCS12), bp, p12);
/external/openssl/crypto/x509v3/
H A Dv3_prn.c165 int X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
173 BIO_printf(bp,"%*s%s:\n",indent, "", title);
182 if (indent && BIO_printf(bp,"%*s",indent, "") <= 0) return 0;
184 i2a_ASN1_OBJECT(bp,obj);
186 if (BIO_printf(bp,": %s\n",j?"critical":"") <= 0)
188 if(!X509V3_EXT_print(bp, ex, flag, indent + 4))
190 BIO_printf(bp, "%*s", indent + 4, "");
191 M_ASN1_OCTET_STRING_print(bp,ex->value);
193 if (BIO_write(bp,"\n",1) <= 0) return 0;
/external/tcpdump/
H A Dprint-dccp.c115 static void dccp_print_ack_no(const u_char *bp) argument
117 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp;
119 (struct dccp_hdr_ack_bits *)(bp + dccp_basic_hdr_len(dh));
164 * @bp - beginning of dccp packet
168 void dccp_print(const u_char *bp, const u_char *data2, u_int len) argument
180 dh = (const struct dccp_hdr *)bp;
234 if (vflag && TTEST2(bp[0], len)) {
254 (struct dccp_hdr_request *)(bp + dccp_basic_hdr_len(dh));
263 (struct dccp_hdr_response *)(bp + dccp_basic_hdr_len(dh));
293 (struct dccp_hdr_reset *)(bp
[all...]
/external/ltrace/
H A Dproc.c239 destroy_breakpoint_cb(struct process *proc, struct breakpoint *bp, void *data) argument
241 breakpoint_destroy(bp);
242 free(bp);
340 struct breakpoint *bp = *bpp; local
345 || breakpoint_clone(clone, data->new_proc, bp) < 0) {
800 struct breakpoint *bp; local
801 if (DICT_FIND_VAL(proc->breakpoints, &bp_addr, &bp) == 0) {
815 assert(bp->libsym == NULL);
816 bp->libsym = libsym;
821 bp
1019 proc_add_breakpoint(struct process *proc, struct breakpoint *bp) argument
1041 proc_remove_breakpoint(struct process *proc, struct breakpoint *bp) argument
1068 proc_each_breakpoint(struct process *proc, arch_addr_t *start, enum callback_status (*cb)(struct process *proc, struct breakpoint *bp, void *data), void *data) argument
[all...]
/external/openssl/crypto/x509/
H A Dx509.h660 int X509_signature_dump(BIO *bp,const ASN1_STRING *sig, int indent);
661 int X509_signature_print(BIO *bp,X509_ALGOR *alg, ASN1_STRING *sig);
723 X509 *d2i_X509_bio(BIO *bp,X509 **x509);
724 int i2d_X509_bio(BIO *bp,X509 *x509);
725 X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
726 int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl);
727 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
728 int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req);
730 RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa);
731 int i2d_RSAPrivateKey_bio(BIO *bp,RS
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_enc_dec.h84 int bp[7]; member in struct:__anon15747::__anon15748
122 int bp[7]; member in struct:__anon15749::__anon15750
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-breakpoints.js38 bp = Debug.setBreakPoint(f, 0, 0);
40 Debug.clearBreakPoint(bp);
65 bp = Debug.setBreakPoint(g, 0, 0);
71 Debug.clearBreakPoint(bp);
134 bp = setBreakpointByPosition(f, 0);
136 Debug.clearBreakPoint(bp);
151 bp = setBreakpointByPosition(g, 0);
157 Debug.clearBreakPoint(bp);
/external/clang/test/CodeGen/
H A Dext-vector.c76 void test6(float4 *ap, float4 *bp, float c) { argument
78 float4 b = *bp;
130 void test7(int4 *ap, int4 *bp, int c) { argument
132 int4 b = *bp;
196 void test8(float4 *ap, float4 *bp, int c) { argument
198 float4 b = *bp;
252 void test14(uint4 *ap, uint4 *bp, unsigned c) { argument
254 uint4 b = *bp;
/external/clang/test/SemaTemplate/
H A Dinstantiate-cast.cpp115 void test_derived_to_base(Base *&bp, Derived2<int> *dp) { argument
116 bp = dp;

Completed in 562 milliseconds

1234567891011>>