Home
last modified time | relevance | path

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

/src/sys/contrib/libsodium/test/default/
H A Dpwhash_scrypt_ll.c5 static const char * passwd1 = ""; variable
54 tv(passwd1, salt1, N1, r1, p1); in main()
/src/contrib/ntp/util/
H A Dntp-keygen.c176 char *passwd1 = NULL; /* input private key password */ variable
367 passwd1 = hostbuf; in main()
394 passwd1 = estrdup(OPT_ARG( PASSWORD )); in main()
592 pkey_host = readkey(filename, passwd1, &fstamp, NULL); in main()
616 pkey_sign = readkey(filename, passwd1, &fstamp, NULL); in main()
637 pkey_gqkey = readkey(filename, passwd1, &fstamp, NULL); in main()
718 pkey_iffkey = readkey(filename, passwd1, &fstamp, NULL); in main()
790 pkey_mvkey = readkey(filename, passwd1, &fstamp, in main()
1050 passwd1); in gen_rsa()
1102 passwd1); in gen_dsa()
[all …]
/src/contrib/ntp/ntpd/
H A Dntp_crypto.c3658 char *passwd1, /* password */ in crypto_key() argument
3719 pkey = PEM_read_PrivateKey(str, NULL, NULL, passwd1); in crypto_key()