Searched refs:v00 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/crypto/openssh/regress/
H A Dcert-hostkey.sh44 ${SSHKEYGEN} -t v00 -h -q -s $OBJ/host_ca_key \
137 *_v00) args="-t v00" ;;
178 for v in v01 v00 ; do
216 for v in v01 v00 ; do
H A Dcert-userkey.sh35 ${SSHKEYGEN} -q -t v00 -s $OBJ/user_ca_key -I \
262 *_v00) keyv="-t v00" ;;
340 *_v00) args="-t v00" ;;
/freebsd-10.1-release/crypto/openssh/
H A Dssh-keygen.c1571 int v00 = 0; /* legacy keys */ local
1577 v00 = 1;
1580 if (strcasecmp(key_type_name, "v00") == 0) {
1581 v00 = 1;
1624 if (key_to_certified(public, v00) != 0)
1633 if (v00) {
1821 show_options(const Buffer *optbuf, int v00, int in_critical) argument
1837 if ((v00 || !in_critical) &&
1844 else if ((v00 || in_critical) &&
1869 u_int i, v00; local
[all...]
H A Dkey.c982 { "ssh-rsa-cert-v00@openssh.com", "RSA-CERT-V00",
984 { "ssh-dss-cert-v00@openssh.com", "DSA-CERT-V00",
1409 int v00 = key->type == KEY_DSA_CERT_V00 || local
1417 elen = 0; /* Not touched for v00 certs */
1419 if ((!v00 && buffer_get_int64_ret(&key->cert->serial, b) != 0) ||
1426 (!v00 && (exts = buffer_get_string_ret(b, &elen)) == NULL) ||
1427 (v00 && buffer_get_string_ptr_ret(b, NULL) == NULL) || /* nonce */
2068 /* -v00 certs put the nonce at the end */

Completed in 57 milliseconds