Home | History | Annotate | Download | only in crypto

Lines Matching refs:password

1680 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password)
1682 if (password == NULL) {
1685 os_strlcpy(buf, (char *) password, size);