/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | asn1.rs | 458 #[corresponds(ASN1_STRING_get0_data)] 460 unsafe { slice::from_raw_parts(ASN1_STRING_get0_data(self.as_ptr()), self.len()) } in as_slice() 598 #[corresponds(ASN1_STRING_get0_data)] 600 unsafe { slice::from_raw_parts(ASN1_STRING_get0_data(self.as_ptr() as *mut _), self.len()) } in as_slice() 638 #[corresponds(ASN1_STRING_get0_data)] 640 unsafe { slice::from_raw_parts(ASN1_STRING_get0_data(self.as_ptr().cast()), self.len()) } in as_slice() 742 use ffi::ASN1_STRING_get0_data; in fmt() 745 unsafe fn ASN1_STRING_get0_data(s: *mut ffi::ASN1_STRING) -> *const ::libc::c_uchar { in fmt() functions
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_dh.c | 46 p = ASN1_STRING_get0_data(pubkey); in dh_cms_set_peerkey() 144 dukm = OPENSSL_memdup(ASN1_STRING_get0_data(ukm), dukmlen); in dh_cms_set_shared_info() 297 dukm = OPENSSL_memdup(ASN1_STRING_get0_data(ukm), dukmlen); in dh_cms_encrypt()
|
/third_party/openssl/crypto/cms/ |
H A D | cms_dh.c | 46 p = ASN1_STRING_get0_data(pubkey); in dh_cms_set_peerkey() 144 dukm = OPENSSL_memdup(ASN1_STRING_get0_data(ukm), dukmlen); in dh_cms_set_shared_info() 297 dukm = OPENSSL_memdup(ASN1_STRING_get0_data(ukm), dukmlen); in dh_cms_encrypt()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | evp_asn1.c | 43 p = ASN1_STRING_get0_data(a->value.octet_string); in ASN1_TYPE_get_octetstring() 77 memcpy(data, ASN1_STRING_get0_data(oct), n); in asn1_type_get_int_oct()
|
H A D | p8_pkey.c | 60 *pk = ASN1_STRING_get0_data(p8->pkey);
|
H A D | asn1_lib.c | 419 const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x) in ASN1_STRING_get0_data() function 464 strncpy(p, (const char *)ASN1_STRING_get0_data(current), length); in STACK_OF()
|
/third_party/openssl/crypto/asn1/ |
H A D | evp_asn1.c | 43 p = ASN1_STRING_get0_data(a->value.octet_string); in ASN1_TYPE_get_octetstring() 77 memcpy(data, ASN1_STRING_get0_data(oct), n); in asn1_type_get_int_oct()
|
H A D | p8_pkey.c | 60 *pk = ASN1_STRING_get0_data(p8->pkey);
|
H A D | asn1_lib.c | 419 const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x) in ASN1_STRING_get0_data() function 464 strncpy(p, (const char *)ASN1_STRING_get0_data(current), length); in STACK_OF()
|
/third_party/openssl/test/ |
H A D | x509_internal_test.c | 96 || !TEST_mem_eq(ASN1_STRING_get0_data(ip), len, in test_a2i_ipaddress()
|
/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_lib.c | 88 BIO_dump_indent(bio, (const char *)ASN1_STRING_get0_data(msg), in TS_MSG_IMPRINT_print_bio()
|
H A D | ts_verify_ctx.c | 134 memcpy(ret->imprint, ASN1_STRING_get0_data(msg), ret->imprint_len); in TS_REQ_to_TS_VERIFY_CTX()
|
/third_party/openssl/crypto/ts/ |
H A D | ts_lib.c | 88 BIO_dump_indent(bio, (const char *)ASN1_STRING_get0_data(msg), in TS_MSG_IMPRINT_print_bio()
|
H A D | ts_verify_ctx.c | 134 memcpy(ret->imprint, ASN1_STRING_get0_data(msg), ret->imprint_len); in TS_REQ_to_TS_VERIFY_CTX()
|
/third_party/node/deps/openssl/openssl/crypto/ct/ |
H A D | ct_prn.c | 44 ASN1_STRING_get0_data(gen), (unsigned int)(timestamp % 1000)); in timestamp_print()
|
/third_party/openssl/crypto/ct/ |
H A D | ct_prn.c | 44 ASN1_STRING_get0_data(gen), (unsigned int)(timestamp % 1000)); in timestamp_print()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | asn1.rs | 51 pub fn ASN1_STRING_get0_data(x: *const ASN1_STRING) -> *const c_uchar; in ASN1_STRING_get0_data() functions
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_lib.c | 139 p = ASN1_STRING_get0_data(extvalue); in X509V3_EXT_d2i()
|
H A D | v3_prn.c | 83 p = ASN1_STRING_get0_data(extoct); in X509V3_EXT_print()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_status.c | 232 ASN1_STRING_get0_data(text), in snprint_PKIStatusInfo_parts()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_backend.c | 250 p = ASN1_STRING_get0_data(oct); in ossl_ecx_key_from_pkcs8()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_backend.c | 247 p = ASN1_STRING_get0_data(oct); in ossl_ecx_key_from_pkcs8()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_status.c | 229 ASN1_STRING_get0_data(text), in snprint_PKIStatusInfo_parts()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_prn.c | 83 p = ASN1_STRING_get0_data(extoct); in X509V3_EXT_print()
|
H A D | v3_lib.c | 139 p = ASN1_STRING_get0_data(extvalue); in X509V3_EXT_d2i()
|