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

  /external/openssl/crypto/evp/
bio_ok.c 62 Why BIO_f_reliable?
85 BIO_f_reliable tries to solve both problems, so that you can
89 BIO_f_reliable splits data stream into blocks. Each block is prefixed
94 BIO_f_reliable goes further and adds several important capabilities:
99 2) to detect invalid passwords right at the start BIO_f_reliable
112 Bad things: BIO_f_reliable knows what's going on in EVP_Digest. I
172 BIO_METHOD *BIO_f_reliable(void)
evp.h 618 BIO_METHOD *BIO_f_reliable(void);
    [all...]
  /external/openssl/include/openssl/
evp.h 618 BIO_METHOD *BIO_f_reliable(void);
    [all...]

Completed in 267 milliseconds