Lines Matching refs:v
75 fn try_from(v: i32) -> Result<Self, Self::Error> { in try_from()
76 Self::n(v).ok_or(CborError::OutOfRangeIntegerValue) in try_from()
629 KeyParam::Algorithm(v) => (Tag::Algorithm, v.to_cbor_value()?), in to_cbor_value()
630 KeyParam::BlockMode(v) => (Tag::BlockMode, v.to_cbor_value()?), in to_cbor_value()
631 KeyParam::Padding(v) => (Tag::Padding, v.to_cbor_value()?), in to_cbor_value()
632 KeyParam::Digest(v) => (Tag::Digest, v.to_cbor_value()?), in to_cbor_value()
633 KeyParam::EcCurve(v) => (Tag::EcCurve, v.to_cbor_value()?), in to_cbor_value()
634 KeyParam::Origin(v) => (Tag::Origin, v.to_cbor_value()?), in to_cbor_value()
635 KeyParam::Purpose(v) => (Tag::Purpose, v.to_cbor_value()?), in to_cbor_value()
636 KeyParam::KeySize(v) => (Tag::KeySize, v.to_cbor_value()?), in to_cbor_value()
638 KeyParam::MinMacLength(v) => (Tag::MinMacLength, v.to_cbor_value()?), in to_cbor_value()
639 KeyParam::RsaPublicExponent(v) => (Tag::RsaPublicExponent, v.to_cbor_value()?), in to_cbor_value()
641 KeyParam::RsaOaepMgfDigest(v) => (Tag::RsaOaepMgfDigest, v.to_cbor_value()?), in to_cbor_value()
645 KeyParam::ActiveDatetime(v) => (Tag::ActiveDatetime, v.to_cbor_value()?), in to_cbor_value()
646 KeyParam::OriginationExpireDatetime(v) => { in to_cbor_value()
647 (Tag::OriginationExpireDatetime, v.to_cbor_value()?) in to_cbor_value()
649 KeyParam::UsageExpireDatetime(v) => (Tag::UsageExpireDatetime, v.to_cbor_value()?), in to_cbor_value()
650 KeyParam::MaxUsesPerBoot(v) => (Tag::MaxUsesPerBoot, v.to_cbor_value()?), in to_cbor_value()
651 KeyParam::UsageCountLimit(v) => (Tag::UsageCountLimit, v.to_cbor_value()?), in to_cbor_value()
652 KeyParam::UserId(v) => (Tag::UserId, v.to_cbor_value()?), in to_cbor_value()
653 KeyParam::UserSecureId(v) => (Tag::UserSecureId, v.to_cbor_value()?), in to_cbor_value()
655 KeyParam::UserAuthType(v) => (Tag::UserAuthType, v.to_cbor_value()?), in to_cbor_value()
656 KeyParam::AuthTimeout(v) => (Tag::AuthTimeout, v.to_cbor_value()?), in to_cbor_value()
667 KeyParam::ApplicationId(v) => (Tag::ApplicationId, v.to_cbor_value()?), in to_cbor_value()
668 KeyParam::ApplicationData(v) => (Tag::ApplicationData, v.to_cbor_value()?), in to_cbor_value()
669 KeyParam::CreationDatetime(v) => (Tag::CreationDatetime, v.to_cbor_value()?), in to_cbor_value()
670 KeyParam::RootOfTrust(v) => (Tag::RootOfTrust, v.to_cbor_value()?), in to_cbor_value()
671 KeyParam::OsVersion(v) => (Tag::OsVersion, v.to_cbor_value()?), in to_cbor_value()
672 KeyParam::OsPatchlevel(v) => (Tag::OsPatchlevel, v.to_cbor_value()?), in to_cbor_value()
673 KeyParam::AttestationChallenge(v) => (Tag::AttestationChallenge, v.to_cbor_value()?), in to_cbor_value()
674 KeyParam::AttestationApplicationId(v) => { in to_cbor_value()
675 (Tag::AttestationApplicationId, v.to_cbor_value()?) in to_cbor_value()
677 KeyParam::AttestationIdBrand(v) => (Tag::AttestationIdBrand, v.to_cbor_value()?), in to_cbor_value()
678 KeyParam::AttestationIdDevice(v) => (Tag::AttestationIdDevice, v.to_cbor_value()?), in to_cbor_value()
679 KeyParam::AttestationIdProduct(v) => (Tag::AttestationIdProduct, v.to_cbor_value()?), in to_cbor_value()
680 KeyParam::AttestationIdSerial(v) => (Tag::AttestationIdSerial, v.to_cbor_value()?), in to_cbor_value()
681 KeyParam::AttestationIdImei(v) => (Tag::AttestationIdImei, v.to_cbor_value()?), in to_cbor_value()
683 KeyParam::AttestationIdSecondImei(v) => { in to_cbor_value()
684 (Tag::AttestationIdSecondImei, v.to_cbor_value()?) in to_cbor_value()
686 KeyParam::AttestationIdMeid(v) => (Tag::AttestationIdMeid, v.to_cbor_value()?), in to_cbor_value()
687 KeyParam::AttestationIdManufacturer(v) => { in to_cbor_value()
688 (Tag::AttestationIdManufacturer, v.to_cbor_value()?) in to_cbor_value()
690 KeyParam::AttestationIdModel(v) => (Tag::AttestationIdModel, v.to_cbor_value()?), in to_cbor_value()
691 KeyParam::VendorPatchlevel(v) => (Tag::VendorPatchlevel, v.to_cbor_value()?), in to_cbor_value()
692 KeyParam::BootPatchlevel(v) => (Tag::BootPatchlevel, v.to_cbor_value()?), in to_cbor_value()
697 KeyParam::Nonce(v) => (Tag::Nonce, v.to_cbor_value()?), in to_cbor_value()
698 KeyParam::MacLength(v) => (Tag::MacLength, v.to_cbor_value()?), in to_cbor_value()
700 KeyParam::CertificateSerial(v) => (Tag::CertificateSerial, v.to_cbor_value()?), in to_cbor_value()
701 KeyParam::CertificateSubject(v) => (Tag::CertificateSubject, v.to_cbor_value()?), in to_cbor_value()
702 KeyParam::CertificateNotBefore(v) => (Tag::CertificateNotBefore, v.to_cbor_value()?), in to_cbor_value()
703 KeyParam::CertificateNotAfter(v) => (Tag::CertificateNotAfter, v.to_cbor_value()?), in to_cbor_value()
704 KeyParam::MaxBootLevel(v) => (Tag::MaxBootLevel, v.to_cbor_value()?), in to_cbor_value()