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

  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_scrypt_ll.c 11 static const char * passwd2 = "password"; variable
55 tv(passwd2, salt2, N2, r2, p2);
  /src/usr.bin/skeyinit/
skeyinit.c 54 char passwd[SKEY_MAX_PW_LEN+2], passwd2[SKEY_MAX_PW_LEN+2], tbuf[27], buf[80]; local
113 strlcpy(passwd2, optarg, sizeof(passwd));
316 readpass(passwd2, sizeof(passwd));
317 if (passwd2[0] == '\0')
321 if (strcmp(passwd, passwd2) == 0)
  /src/external/bsd/ntp/dist/util/
ntp-keygen.c 179 char *passwd2 = NULL; /* output private key password */ variable
370 passwd2 = NULL;
399 passwd2 = estrdup(OPT_ARG( EXPORT_PASSWD ));
688 if (pkey_gqkey != NULL && passwd2 != NULL) {
701 NULL, passwd2);
760 if (pkey_iffkey != NULL && passwd2 != NULL) {
773 NULL, passwd2);
825 if (pkey_mvkey != NULL && passwd2 != NULL) {
834 NULL, passwd2);

Completed in 27 milliseconds