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 651 int ciphertext_fd = state->ciphertext_fd; local
671 event_disable_readwrite(ciphertext_fd);
684 event_disable_readwrite(ciphertext_fd);
686 event_enable_write(ciphertext_fd, tlsp_ciphertext_event,
700 event_disable_readwrite(ciphertext_fd);
702 event_enable_read(ciphertext_fd, tlsp_ciphertext_event,
732 event_disable_readwrite(ciphertext_fd);
1054 state->client_start_props->fd = state->ciphertext_fd;
1106 fd = state->ciphertext_fd,
    [all...]

Completed in 17 milliseconds