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

  /external/boringssl/src/crypto/bio/
bio.c 240 char *BIO_ptr_ctrl(BIO *b, int cmd, long larg) {
  /external/boringssl/src/include/openssl/
bio.h 142 /* BIO_ptr_ctrl acts like |BIO_ctrl| but passes the address of a |void*|
145 OPENSSL_EXPORT char *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
    [all...]

Completed in 52 milliseconds