Home
last modified time | relevance | path

Searched refs:oidlen (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dssh-rsa.c216 size_t ret, rsasize = 0, oidlen = 0, hlen = 0; in openssh_RSA_verify() local
225 oidlen = sizeof(id_sha1); in openssh_RSA_verify()
250 if (len < 0 || (size_t)len != hlen + oidlen) { in openssh_RSA_verify()
254 oidmatch = timingsafe_bcmp(decrypted, oid, oidlen) == 0; in openssh_RSA_verify()
255 hashmatch = timingsafe_bcmp(decrypted + oidlen, hash, hlen) == 0; in openssh_RSA_verify()
Dsshconnect2.c739 int oidlen; in input_gssapi_response() local
747 oidv = packet_get_string(&oidlen); in input_gssapi_response()
749 if (oidlen <= 2 || in input_gssapi_response()
751 oidv[1] != oidlen - 2) { in input_gssapi_response()
758 if (!ssh_gssapi_check_oid(gssctxt, oidv + 2, oidlen - 2)) in input_gssapi_response()
/external/tcpdump/
Dprint-snmp.c896 unsigned int oidsize, unsigned int *oidlen) in smi_decode_oid() argument
903 for (*oidlen = 0; ndo->ndo_sflag && i-- > 0; p++) { in smi_decode_oid()
918 if (*oidlen < oidsize) { in smi_decode_oid()
919 oid[(*oidlen)++] = firstval; in smi_decode_oid()
922 if (*oidlen < oidsize) { in smi_decode_oid()
923 oid[(*oidlen)++] = o; in smi_decode_oid()
1028 unsigned int oid[128], oidlen; in smi_print_variable() local
1033 &oidlen); in smi_print_variable()
1036 smiNode = smiGetNodeByOID(oidlen, oid); in smi_print_variable()
1045 if (smiNode->oidlen < oidlen) { in smi_print_variable()
[all …]
/external/libcups/cups/
Dsidechannel.c417 oidlen; /* Length of first OID */ in cupsSideChannelSNMPWalk() local
440 oidlen = strlen(oid); in cupsSideChannelSNMPWalk()
476 if (strncmp(real_data, oid, oidlen) || real_data[oidlen] != '.' || in cupsSideChannelSNMPWalk()