Home
last modified time | relevance | path

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

/linux/fs/ksmbd/
A Dasn1.c61 unsigned long **oid, size_t *oidlen) in asn1_oid_decode() argument
91 *oidlen = 2; in asn1_oid_decode()
95 if (++(*oidlen) > vlen) in asn1_oid_decode()
256 size_t oidlen; in ksmbd_gssapi_this_mech() local
259 if (!asn1_oid_decode(value, vlen, &oid, &oidlen)) { in ksmbd_gssapi_this_mech()
264 if (!oid_eq(oid, oidlen, SPNEGO_OID, SPNEGO_OID_LEN)) in ksmbd_gssapi_this_mech()
283 size_t oidlen; in ksmbd_neg_token_init_mech_type() local
287 if (!asn1_oid_decode(value, vlen, &oid, &oidlen)) in ksmbd_neg_token_init_mech_type()
290 if (oid_eq(oid, oidlen, NTLMSSP_OID, NTLMSSP_OID_LEN)) in ksmbd_neg_token_init_mech_type()
292 else if (oid_eq(oid, oidlen, MSKRB5_OID, MSKRB5_OID_LEN)) in ksmbd_neg_token_init_mech_type()
[all …]

Completed in 4 milliseconds