Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/@sigstore/core/dist/asn1/
Dtag.js24 OCTET_STRING: 0x04, property
71 return this.isUniversal() && this.number === UNIVERSAL_TAG.OCTET_STRING;
/third_party/openssl/doc/man3/
Ds2i_ASN1_IA5STRING.pod68 B<i2s_ASN1_OCTET_STRING>() returns the pointer to a OCTET_STRING string
/third_party/rust/crates/rust-openssl/openssl/src/
Dasn1.rs102 pub const OCTET_STRING: Asn1Type = Asn1Type(ffi::V_ASN1_OCTET_STRING); constant
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs2029 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()