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

/netbsd-current/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dtlsmgrmem.c84 return (TLS_MGR_STAT_OK);
93 return (TLS_MGR_STAT_OK);
109 return (TLS_MGR_STAT_OK);
130 return (TLS_MGR_STAT_OK);
142 return (TLS_MGR_STAT_OK);
/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_mgr.h48 #define TLS_MGR_STAT_OK 0 /* success */ macro
H A Dtls_seed.c87 return (status == TLS_MGR_STAT_OK ? 0 : -1);
H A Dtls_mgr.c90 /* .IP TLS_MGR_STAT_OK
371 || status != TLS_MGR_STAT_OK
H A Dtls_server.c217 session_data) == TLS_MGR_STAT_OK) {
522 &scache_timeout) != TLS_MGR_STAT_OK)
H A Dtls_client.c225 session_data) == TLS_MGR_STAT_OK) {
824 &scache_timeout) != TLS_MGR_STAT_OK)
/netbsd-current/external/ibm-public/postfix/dist/src/tlsmgr/
H A Dtlsmgr.c510 return (TLS_MGR_STAT_OK);
663 TLS_MGR_STAT_OK : TLS_MGR_STAT_ERR;
692 TLS_MGR_STAT_OK : TLS_MGR_STAT_ERR;
717 TLS_MGR_STAT_OK : TLS_MGR_STAT_ERR;
765 status = TLS_MGR_STAT_OK;
794 status = TLS_MGR_STAT_OK;

Completed in 307 milliseconds