OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_reset
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/crypto/
openssl_bio_string_unittest.cc
53
EXPECT_EQ(1,
BIO_reset
(bio.get()));
/external/boringssl/src/crypto/bio/
bio_test.cc
323
if (!
BIO_reset
(bio.get())) {
324
fprintf(stderr, "
BIO_reset
failed\n");
bio.c
256
int
BIO_reset
(BIO *bio) {
/external/boringssl/src/include/openssl/
bio.h
149
/*
BIO_reset
resets |bio| to its initial state, the precise meaning of which
152
OPENSSL_EXPORT int
BIO_reset
(BIO *bio);
362
* Calling |
BIO_reset
| on a read-only BIO resets it to the original contents.
427
* |
BIO_reset
| attempts to seek the file pointer to the start of file using
459
* |
BIO_reset
| attempts to seek the file pointer to the start of file using
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_openssl.c
[
all
...]
/external/boringssl/src/ssl/
ssl_lib.c
[
all
...]
Completed in 298 milliseconds