HomeSort by: relevance | last modified time | path
    Searched defs:ciphertext_fd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/tlsproxy/
tlsproxy.h 34 int ciphertext_fd; /* remote peer */ member in struct:__anon23200
tlsproxy.c 650 int ciphertext_fd = state->ciphertext_fd; local
670 event_disable_readwrite(ciphertext_fd);
683 event_disable_readwrite(ciphertext_fd);
685 event_enable_write(ciphertext_fd, tlsp_ciphertext_event,
699 event_disable_readwrite(ciphertext_fd);
701 event_enable_read(ciphertext_fd, tlsp_ciphertext_event,
731 event_disable_readwrite(ciphertext_fd);
1053 state->client_start_props->fd = state->ciphertext_fd;
1105 fd = state->ciphertext_fd,
    [all...]

Completed in 17 milliseconds