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

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 2171 int (*close_construct_packet)(SSL_CONNECTION *s, WPACKET *pkt, int htype); member in struct:ssl3_enc_method
2179 SSL_CONNECTION_GET_SSL(s)->method->ssl3_enc->close_construct_packet((s), (pkt), (htype))
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 2099 int (*close_construct_packet) (SSL *s, WPACKET *pkt, int htype); member in struct:ssl3_enc_method
2107 s->method->ssl3_enc->close_construct_packet((s), (pkt), (htype))
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 1974 int (*close_construct_packet) (SSL *s, WPACKET *pkt, int htype); member in struct:ssl3_enc_method
1982 s->method->ssl3_enc->close_construct_packet((s), (pkt), (htype))

Completed in 33 milliseconds