Searched refs:BIO_ACCEPT (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/bio/
H A Dbss_acpt.c93 } BIO_ACCEPT; typedef in typeref:struct:bio_accept_st
101 static int acpt_state(BIO *b, BIO_ACCEPT *c);
103 static BIO_ACCEPT *BIO_ACCEPT_new(void );
104 static void BIO_ACCEPT_free(BIO_ACCEPT *a);
131 BIO_ACCEPT *ba;
144 static BIO_ACCEPT *BIO_ACCEPT_new(void)
146 BIO_ACCEPT *ret;
148 if ((ret=(BIO_ACCEPT *)OPENSSL_malloc(sizeof(BIO_ACCEPT))) == NULL)
151 memset(ret,0,sizeof(BIO_ACCEPT));
[all...]

Completed in 70 milliseconds