Lines Matching refs:v00
904 return "RSA-CERT-V00";
906 return "DSA-CERT-V00";
941 return "ssh-rsa-cert-v00@openssh.com";
943 return "ssh-dss-cert-v00@openssh.com";
1265 } else if (strcmp(name, "ssh-rsa-cert-v00@openssh.com") == 0) {
1267 } else if (strcmp(name, "ssh-dss-cert-v00@openssh.com") == 0) {
1334 int v00 = key->type == KEY_DSA_CERT_V00 ||
1342 elen = 0; /* Not touched for v00 certs */
1344 if ((!v00 && buffer_get_int64_ret(&key->cert->serial, b) != 0) ||
1351 (!v00 && (exts = buffer_get_string_ret(b, &elen)) == NULL) ||
1352 (v00 && buffer_get_string_ptr_ret(b, NULL) == NULL) || /* nonce */
1951 /* -v00 certs put the nonce at the end */