/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_prn.c | 119 ext_str = ASN1_item_d2i(NULL, &p, ASN1_STRING_length(ext_data), in X509V3_EXT_print() 122 ext_str = method->d2i(NULL, &p, ASN1_STRING_length(ext_data)); in X509V3_EXT_print() 213 ASN1_STRING_length(data), indent); in unknown_ext_print()
|
/external/libevent/sample/ |
D | openssl_hostname_validation.c | 90 if ((size_t)ASN1_STRING_length(common_name_asn1) != strlen(common_name_str)) { in matches_common_name() 134 … if ((size_t)ASN1_STRING_length(current_name->d.dNSName) != strlen(dns_name)) { in matches_subject_alternative_name()
|
/external/cronet/third_party/boringssl/src/crypto/x509v3/ |
D | v3_prn.c | 114 void *ext_str = ASN1_item_d2i(NULL, &p, ASN1_STRING_length(ext_data), in X509V3_EXT_print() 207 ASN1_STRING_length(data), indent); in unknown_ext_print()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_prn.c | 114 void *ext_str = ASN1_item_d2i(NULL, &p, ASN1_STRING_length(ext_data), in X509V3_EXT_print() 207 ASN1_STRING_length(data), indent); in unknown_ext_print()
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 286 int a_length = ASN1_STRING_length(a); in nocase_cmp() 287 int b_length = ASN1_STRING_length(b); in nocase_cmp() 315 la = ASN1_STRING_length(a); in nocase_spacenorm_cmp() 316 lb = ASN1_STRING_length(b); in nocase_spacenorm_cmp() 394 if ((ASN1_STRING_length(na_value) == 1 && ASN1_STRING_get0_data(na_value)[0] == '*') in X509_NAME_wildcmp() 395 || (ASN1_STRING_length(nb_value) == 1 && ASN1_STRING_get0_data(nb_value)[0] == '*')) in X509_NAME_wildcmp() 406 j=ASN1_STRING_length(na_value)-ASN1_STRING_length(nb_value); in X509_NAME_wildcmp() 409 ASN1_STRING_length(na_value)); in X509_NAME_wildcmp() 737 if (ASN1_STRING_get0_data(gen->d.ia5)[ASN1_STRING_length(gen->d.ia5)] != '\0') 741 racoon_hexdump(ASN1_STRING_get0_data(gen->d.ia5), ASN1_STRING_length(gen->d.ia5) + 1); [all …]
|
/external/cronet/third_party/boringssl/src/crypto/asn1/ |
D | asn1_test.cc | 420 ASN1_STRING_length(obj))); in TEST() 954 ASN1_STRING_get0_data(str) + ASN1_STRING_length(str)); in ASN1StringToStdString() 1563 Bytes(ASN1_STRING_get0_data(str), ASN1_STRING_length(str))); in TEST() 1576 Bytes(ASN1_STRING_get0_data(str), ASN1_STRING_length(str))); in TEST() 1593 Bytes(ASN1_STRING_get0_data(str), ASN1_STRING_length(str))); in TEST() 1720 ASN1_STRING_length(str.get()))); in TEST() 1732 ASN1_STRING_length(str.get()))); in TEST() 1806 ASN1_STRING_length(str.get()))); in TEST() 1829 ASN1_STRING_length(str.get()))); in TEST() 1858 ASN1_STRING_length(str.get()))); in TEST() [all …]
|
D | asn1_lib.c | 381 int ASN1_STRING_length(const ASN1_STRING *str) { return str->length; } in ASN1_STRING_length() function
|
/external/boringssl/src/crypto/asn1/ |
D | asn1_test.cc | 420 ASN1_STRING_length(obj))); in TEST() 954 ASN1_STRING_get0_data(str) + ASN1_STRING_length(str)); in ASN1StringToStdString() 1563 Bytes(ASN1_STRING_get0_data(str), ASN1_STRING_length(str))); in TEST() 1576 Bytes(ASN1_STRING_get0_data(str), ASN1_STRING_length(str))); in TEST() 1593 Bytes(ASN1_STRING_get0_data(str), ASN1_STRING_length(str))); in TEST() 1720 ASN1_STRING_length(str.get()))); in TEST() 1732 ASN1_STRING_length(str.get()))); in TEST() 1806 ASN1_STRING_length(str.get()))); in TEST() 1829 ASN1_STRING_length(str.get()))); in TEST() 1858 ASN1_STRING_length(str.get()))); in TEST() [all …]
|
D | asn1_lib.c | 381 int ASN1_STRING_length(const ASN1_STRING *str) { return str->length; } in ASN1_STRING_length() function
|
/external/cronet/third_party/boringssl/src/crypto/x509/ |
D | a_verify.c | 86 sig_len = (size_t)ASN1_STRING_length(signature); in ASN1_item_verify()
|
/external/boringssl/src/crypto/x509/ |
D | a_verify.c | 86 sig_len = (size_t)ASN1_STRING_length(signature); in ASN1_item_verify()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | a_verify.c | 87 sig_len = (size_t)ASN1_STRING_length(signature); in ASN1_item_verify()
|
/external/rust/crates/openssl/src/ |
D | asn1.rs | 463 #[corresponds(ASN1_STRING_length)] 465 unsafe { ffi::ASN1_STRING_length(self.as_ptr()) as usize } in len() 562 #[corresponds(ASN1_STRING_length)] 564 unsafe { ffi::ASN1_STRING_length(self.as_ptr() as *const _) as usize } in len()
|
/external/openscreen/cast/common/certificate/ |
D | cast_cert_validator.cc | 109 d2i_CERTIFICATEPOLICIES(nullptr, &in, ASN1_STRING_length(value)); in GetAudioPolicy()
|
D | cast_cert_validator_internal.cc | 281 static_cast<uint32_t>(ASN1_STRING_length(signature))})) { in VerifyCertificateChain() 311 static_cast<size_t>(ASN1_STRING_length(time))}; in ParseAsn1GeneralizedTime()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/ |
D | asn1_test.cc | 462 ASN1_STRING_get0_data(str) + ASN1_STRING_length(str)); in ASN1StringToStdString() 933 Bytes(ASN1_STRING_get0_data(str), ASN1_STRING_length(str))); in TEST() 946 Bytes(ASN1_STRING_get0_data(str), ASN1_STRING_length(str))); in TEST() 963 Bytes(ASN1_STRING_get0_data(str), ASN1_STRING_length(str))); in TEST()
|
D | asn1_lib.c | 422 int ASN1_STRING_length(const ASN1_STRING *str) in ASN1_STRING_length() function
|
/external/openscreen/util/crypto/ |
D | certificate_utils.cc | 236 int length = ASN1_STRING_length(asn1int); in ParseDerUint64()
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | asn1.h | 293 OPENSSL_EXPORT int ASN1_STRING_length(const ASN1_STRING *str); 985 #define M_ASN1_STRING_length(x) ASN1_STRING_length(x)
|
/external/kmod/libkmod/ |
D | libkmod-signature.c | 256 sig_info->sig_len = ASN1_STRING_length(sig); in fill_pkcs7()
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 482 n->hash_len = ASN1_STRING_length(hash->hashValue); in DEFINE_STACK_OF() 490 len = ASN1_STRING_length(uri); in DEFINE_STACK_OF() 812 ASN1_STRING_get0_data(os), ASN1_STRING_length(os)); in add_logotype_ext() 815 logo = d2i_LogotypeExtn(NULL, &data, ASN1_STRING_length(os)); in add_logotype_ext()
|
/external/curl/lib/ |
D | setup-vms.h | 196 #define ASN1_STRING_length ASN1_STRING_LENGTH macro
|
/external/cronet/third_party/boringssl/src/include/openssl/ |
D | asn1.h | 582 OPENSSL_EXPORT int ASN1_STRING_length(const ASN1_STRING *str); 1833 #define M_ASN1_STRING_length(x) ASN1_STRING_length(x)
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 582 OPENSSL_EXPORT int ASN1_STRING_length(const ASN1_STRING *str); 1833 #define M_ASN1_STRING_length(x) ASN1_STRING_length(x)
|
/external/rust/crates/openssl/src/x509/ |
D | mod.rs | 1517 let len = ffi::ASN1_STRING_length(d as *mut _); in ia5_string() 1554 let len = ffi::ASN1_STRING_length(d as *mut _); in ipaddress()
|