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

  /external/boringssl/src/crypto/bio/
bio.c 372 char *BIO_get_callback_arg(const BIO *bio) {
  /external/boringssl/src/include/openssl/
bio.h 258 * callback with |BIO_get_callback_arg|. */
261 /* BIO_get_callback_arg returns the last value of the opaque callback pointer
263 OPENSSL_EXPORT char *BIO_get_callback_arg(const BIO *bio);
    [all...]

Completed in 2054 milliseconds