Home
last modified time | relevance | path

Searched refs:ASN1_STRING_length (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/openssl/doc/man3/
DASN1_STRING_length.pod5 ASN1_STRING_dup, ASN1_STRING_cmp, ASN1_STRING_set, ASN1_STRING_length,
13 int ASN1_STRING_length(ASN1_STRING *x);
31 ASN1_STRING_length() returns the length of the content of I<x>.
82 ASN1_STRING_length() returns the length of the content of I<x>.
/third_party/openssl/crypto/cms/
Dcms_dh.c45 plen = ASN1_STRING_length(pubkey); in dh_cms_set_peerkey()
143 dukmlen = ASN1_STRING_length(ukm); in dh_cms_set_shared_info()
296 dukmlen = ASN1_STRING_length(ukm); in dh_cms_encrypt()
/third_party/openssl/crypto/asn1/
Dasn1_lib.c402 int ASN1_STRING_length(const ASN1_STRING *x) in ASN1_STRING_length() function
449 length += ASN1_STRING_length(current); in ossl_sk_ASN1_UTF8STRING2text()
459 length = ASN1_STRING_length(current); in ossl_sk_ASN1_UTF8STRING2text()
Devp_asn1.c44 ret = ASN1_STRING_length(a->value.octet_string); in ASN1_TYPE_get_octetstring()
66 int ret = ASN1_STRING_length(oct), n; in asn1_type_get_int_oct()
Dp8_pkey.c61 *ppklen = ASN1_STRING_length(p8->pkey); in PKCS8_pkey_get0()
/third_party/node/deps/openssl/openssl/crypto/cms/
Dcms_dh.c45 plen = ASN1_STRING_length(pubkey); in dh_cms_set_peerkey()
143 dukmlen = ASN1_STRING_length(ukm); in dh_cms_set_shared_info()
296 dukmlen = ASN1_STRING_length(ukm); in dh_cms_encrypt()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dasn1_lib.c402 int ASN1_STRING_length(const ASN1_STRING *x) in ASN1_STRING_length() function
449 length += ASN1_STRING_length(current); in ossl_sk_ASN1_UTF8STRING2text()
459 length = ASN1_STRING_length(current); in ossl_sk_ASN1_UTF8STRING2text()
Devp_asn1.c44 ret = ASN1_STRING_length(a->value.octet_string); in ASN1_TYPE_get_octetstring()
66 int ret = ASN1_STRING_length(oct), n; in asn1_type_get_int_oct()
Dp8_pkey.c61 *ppklen = ASN1_STRING_length(p8->pkey); in PKCS8_pkey_get0()
/third_party/rust/crates/rust-openssl/openssl/src/
Dasn1.rs464 #[corresponds(ASN1_STRING_length)]
466 unsafe { ffi::ASN1_STRING_length(self.as_ptr()) as usize } in len()
604 #[corresponds(ASN1_STRING_length)]
606 unsafe { ffi::ASN1_STRING_length(self.as_ptr() as *const _) as usize } in len()
644 #[corresponds(ASN1_STRING_length)]
646 unsafe { ffi::ASN1_STRING_length(self.as_ptr().cast()) as usize } in len()
/third_party/openssl/test/
Dx509_internal_test.c95 || !TEST_int_eq(ASN1_STRING_length(ip), len) in test_a2i_ipaddress()
/third_party/openssl/crypto/ts/
Dts_lib.c89 ASN1_STRING_length(msg), 4); in TS_MSG_IMPRINT_print_bio()
Dts_verify_ctx.c129 ret->imprint_len = ASN1_STRING_length(msg); in TS_REQ_to_TS_VERIFY_CTX()
/third_party/node/deps/openssl/openssl/crypto/ts/
Dts_lib.c89 ASN1_STRING_length(msg), 4); in TS_MSG_IMPRINT_print_bio()
Dts_verify_ctx.c129 ret->imprint_len = ASN1_STRING_length(msg); in TS_REQ_to_TS_VERIFY_CTX()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dasn1.rs57 pub fn ASN1_STRING_length(x: *const ASN1_STRING) -> c_int; in ASN1_STRING_length() function
/third_party/openssl/crypto/cmp/
Dcmp_status.c228 ASN1_STRING_length(text), in snprint_PKIStatusInfo_parts()
/third_party/openssl/crypto/x509/
Dv3_lib.c140 extlen = ASN1_STRING_length(extvalue); in X509V3_EXT_d2i()
Dv3_akid.c176 || ASN1_STRING_length(ikeyid) <= 2) /* indicating "none" */) { in v2i_AUTHORITY_KEYID()
Dv3_prn.c84 extlen = ASN1_STRING_length(extoct); in X509V3_EXT_print()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_lib.c140 extlen = ASN1_STRING_length(extvalue); in X509V3_EXT_d2i()
Dv3_akid.c176 || ASN1_STRING_length(ikeyid) <= 2) /* indicating "none" */) { in v2i_AUTHORITY_KEYID()
Dv3_prn.c84 extlen = ASN1_STRING_length(extoct); in X509V3_EXT_print()
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_status.c231 ASN1_STRING_length(text), in snprint_PKIStatusInfo_parts()
/third_party/openssl/crypto/ec/
Decx_backend.c248 plen = ASN1_STRING_length(oct); in ossl_ecx_key_from_pkcs8()

12345