Home | History | Annotate | Download | only in x509

Lines Matching refs:eku

607 func extKeyUsageFromOID(oid asn1.ObjectIdentifier) (eku ExtKeyUsage, ok bool) {
616 func oidFromExtKeyUsage(eku ExtKeyUsage) (oid asn1.ObjectIdentifier, ok bool) {
618 if eku == pair.extKeyUsage {