Searched refs:OCTET_STRING (Results 1 – 4 of 4) sorted by relevance
24 OCTET_STRING: 0x04, property71 return this.isUniversal() && this.number === UNIVERSAL_TAG.OCTET_STRING;
68 B<i2s_ASN1_OCTET_STRING>() returns the pointer to a OCTET_STRING string
102 pub const OCTET_STRING: Asn1Type = Asn1Type(ffi::V_ASN1_OCTET_STRING); constant
2029 GeneralName::new(ffi::GEN_IPADD, Asn1Type::OCTET_STRING, &addr.octets()) in new_ip()2032 GeneralName::new(ffi::GEN_IPADD, Asn1Type::OCTET_STRING, &addr.octets()) in new_ip()