Searched defs:peer_b (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bio/
H A Dpair.c105 struct bio_bio_st *peer_b; local
116 peer_b = peer_bio->ptr;
118 assert(peer_b != NULL);
119 assert(peer_b->peer == bio);
121 peer_b->peer = NULL;
123 assert(peer_b->buf != NULL);
124 peer_b->len = 0;
125 peer_b->offset = 0;
157 static size_t bio_zero_copy_get_read_buf(struct bio_bio_st* peer_b, argument
161 if (peer_b
177 struct bio_bio_st* peer_b; local
222 struct bio_bio_st* peer_b; local
307 struct bio_bio_st* peer_b; local
356 struct bio_bio_st* peer_b; local
408 struct bio_bio_st *b, *peer_b; local
699 struct bio_bio_st *peer_b = b->peer->ptr; local
[all...]

Completed in 51 milliseconds