Home
last modified time | relevance | path

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

/external/libevent/sample/
Dopenssl_hostname_validation.c89 if ((size_t)ASN1_STRING_length(common_name_asn1) != strlen(common_name_str)) { in matches_common_name()
133 … if ((size_t)ASN1_STRING_length(current_name->d.dNSName) != strlen(dns_name)) { in matches_subject_alternative_name()
/external/kmod/libkmod/
Dlibkmod-signature.c249 sig_info->sig_len = ASN1_STRING_length(sig); in fill_pkcs7()
/external/boringssl/src/crypto/asn1/
Dasn1_lib.c422 int ASN1_STRING_length(const ASN1_STRING *x) in ASN1_STRING_length() function
/external/curl/lib/
Dsetup-vms.h194 #define ASN1_STRING_length ASN1_STRING_LENGTH macro
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c504 n->hash_len = ASN1_STRING_length(hash->hashValue); in DEFINE_STACK_OF()
512 len = ASN1_STRING_length(uri); in DEFINE_STACK_OF()
834 ASN1_STRING_get0_data(os), ASN1_STRING_length(os)); in add_logotype_ext()
837 logo = d2i_LogotypeExtn(NULL, &data, ASN1_STRING_length(os)); in add_logotype_ext()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c550 basic_len = ASN1_STRING_length(bytes->response); in check_ocsp_resp()
Dtls_openssl.c1657 len = ASN1_STRING_length(ser) * 2 + 1; in tls_connection_peer_serial_num()
1663 ASN1_STRING_length(ser)); in tls_connection_peer_serial_num()
1874 ret = ASN1_STRING_length(cn) >= len - 1 && in match_dn_field()
1880 ret = ASN1_STRING_length(cn) == len && in match_dn_field()
2219 ASN1_STRING_length(ser)); in openssl_tls_cert_event()
/external/boringssl/src/include/openssl/
Dasn1.h649 OPENSSL_EXPORT int ASN1_STRING_length(const ASN1_STRING *x);
/external/curl/lib/vtls/
Dopenssl.c1559 size_t altlen = (size_t) ASN1_STRING_length(check->d.ia5); in verifyhost()
1639 j = ASN1_STRING_length(tmp); in verifyhost()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1640 ASN1_STRING_length
DBoringSSL-GRPC.podspec3192 '#define ASN1_STRING_length GRPC_SHADOW_ASN1_STRING_length',
/external/python/cpython3/Modules/
D_ssl.c870 ASN1_STRING_length(ip))) { in _ssl_configure_hostname()
1323 ASN1_STRING_length(as)); in _get_peer_alt_names()
/external/python/cpython2/Modules/
D_ssl.c1033 ASN1_STRING_length(as)); in _get_peer_alt_names()
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1668 #define ASN1_STRING_length GRPC_SHADOW_ASN1_STRING_length macro
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc3863 ssize_t len = ASN1_STRING_length(gen->d.ia5); in GENERAL_NAME_to_jobject()