Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c488 n->hash_len = ASN1_STRING_length(hash->hashValue); in add_logo()
496 len = ASN1_STRING_length(uri); in add_logo()
818 ASN1_STRING_data(os), ASN1_STRING_length(os)); in add_logotype_ext()
821 logo = d2i_LogotypeExtn(NULL, &data, ASN1_STRING_length(os)); in add_logotype_ext()
/external/curl/lib/
Dsetup-vms.h193 #define ASN1_STRING_length ASN1_STRING_LENGTH macro
/external/boringssl/src/crypto/asn1/
Dasn1_lib.c496 int ASN1_STRING_length(const ASN1_STRING *x) in ASN1_STRING_length() function
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c550 basic_len = ASN1_STRING_length(bytes->response); in check_ocsp_resp()
/external/curl/lib/vtls/
Dopenssl.c1133 size_t altlen = (size_t) ASN1_STRING_length(check->d.ia5); in verifyhost()
1211 j = ASN1_STRING_length(tmp); in verifyhost()
/external/boringssl/src/include/openssl/
Dasn1.h764 OPENSSL_EXPORT int ASN1_STRING_length(const ASN1_STRING *x);
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp5522 ssize_t len = ASN1_STRING_length(gen->d.ia5);