HomeSort by relevance Sort by last modified time
    Searched refs:BIO_reset (Results 1 - 8 of 8) sorted by null

  /external/libchrome/crypto/
openssl_bio_string_unittest.cc 53 EXPECT_EQ(1, BIO_reset(bio.get()));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 766 (void) BIO_reset(biobuf);
877 (void) BIO_reset(biobuf);
895 (void) BIO_reset(biobuf);
913 (void) BIO_reset(biobuf);
    [all...]
  /external/boringssl/src/crypto/bio/
bio_test.cc 156 ASSERT_TRUE(BIO_reset(bio.get()));
bio.c 242 int BIO_reset(BIO *bio) {
  /external/boringssl/src/include/openssl/
bio.h 152 /* BIO_reset resets |bio| to its initial state, the precise meaning of which
155 OPENSSL_EXPORT int BIO_reset(BIO *bio);
354 * Calling |BIO_reset| on a read-only BIO resets it to the original contents.
417 * |BIO_reset| attempts to seek the file pointer to the start of file using
450 * |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/curl/lib/vtls/
openssl.c     [all...]
  /external/python/cpython2/Modules/
_ssl.c 1002 (void) BIO_reset(biobuf);
    [all...]

Completed in 186 milliseconds