Searched refs:oidstr (Results 1 – 1 of 1) sorted by relevance
22 char oidstr[64] = {0}; in ecc_ssh_ecdsa_encode_name() local23 unsigned long oidlen = sizeof(oidstr); in ecc_ssh_ecdsa_encode_name()31 if ((err = ecc_get_oid_str(oidstr, &oidlen, key)) != CRYPT_OK) goto error; in ecc_ssh_ecdsa_encode_name()34 if (XSTRCMP("1.2.840.10045.3.1.7", oidstr) == 0) { in ecc_ssh_ecdsa_encode_name()38 else if (XSTRCMP("1.3.132.0.34", oidstr) == 0) { in ecc_ssh_ecdsa_encode_name()42 else if (XSTRCMP("1.3.132.0.35", oidstr) == 0) { in ecc_ssh_ecdsa_encode_name()47 size = snprintf(buffer, *buflen, "ecdsa-sha2-%s", oidstr); in ecc_ssh_ecdsa_encode_name()