Searched defs:v00 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
H A Dvecoperations.c137 v16i8 v00 = { 0xf4, 0xad, 0x01, 0xe9, 0x51, 0x78, 0xc1, 0x8a, local
152 print_v16i8_hex("v00 ", v00);
/external/openssh/
H A Dkey.c941 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 || local
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 cert
[all...]
H A Dssh-keygen.c1510 int v00 = 0; /* legacy keys */ local
1516 v00 = 1;
1519 if (strcasecmp(key_type_name, "v00") == 0) {
1520 v00 = 1;
1563 if (key_to_certified(public, v00) != 0)
1572 if (v00) {
1760 show_options(const Buffer *optbuf, int v00, int in_critical) argument
1775 if ((v00 || !in_critical) &&
1782 else if ((v00 || in_critical) &&
1807 u_int i, v00; local
[all...]

Completed in 113 milliseconds