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

  /external/openssl/crypto/bio/
bss_mem.c 241 case BIO_C_GET_BUF_MEM_PTR:
bio.h 351 #define BIO_C_GET_BUF_MEM_PTR 115
489 #define BIO_get_mem_ptr(b,pp) BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0,(char *)pp)
  /external/openssl/include/openssl/
bio.h 351 #define BIO_C_GET_BUF_MEM_PTR 115
489 #define BIO_get_mem_ptr(b,pp) BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0,(char *)pp)

Completed in 110 milliseconds