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

  /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 153 ASSERT_TRUE(BIO_reset(bio.get()));
bio.c 217 int BIO_reset(BIO *bio) {
  /external/boringssl/src/include/openssl/
bio.h 151 // BIO_reset resets |bio| to its initial state, the precise meaning of which
154 OPENSSL_EXPORT int BIO_reset(BIO *bio);
353 // Calling |BIO_reset| on a read-only BIO resets it to the original contents.
421 // |BIO_reset| attempts to seek the file pointer to the start of file using
454 // |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...]
  /external/python/cpython3/Modules/
_ssl.c 1086 (void) BIO_reset(biobuf);
    [all...]

Completed in 151 milliseconds