Home
last modified time | relevance | path

Searched refs:smtp_auth_md5 (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/dma/
HDdma.h200 int smtp_auth_md5(int, char *, char *);
HDcrypto.c295 smtp_auth_md5(int fd, char *login, char *password) in smtp_auth_md5() function
HDnet.c272 res = smtp_auth_md5(fd, login, password); in smtp_login()