/external/openssl/crypto/bio/ |
bss_dgram.c | 193 void (*handle_notifications)(BIO *bio, void *context, void *buf); member in struct:bio_dgram_sctp_data_st 1130 if (data->handle_notifications != NULL) 1131 data->handle_notifications(b, data->notification_context, (void*) out); [all...] |
bio.h | 735 void (*handle_notifications)(BIO *bio, void *context, void *buf), [all...] |
/external/openssl/include/openssl/ |
bio.h | 735 void (*handle_notifications)(BIO *bio, void *context, void *buf), [all...] |