Home
last modified time | relevance | path

Searched refs:ASN1_STRING_cmp (Results 1 – 18 of 18) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_genn.c115 ASN1_STRING_cmp(a->nameAssigner, b->nameAssigner) != 0) {
121 return ASN1_STRING_cmp(a->partyName, b->partyName);
143 return ASN1_STRING_cmp(a->d.ia5, b->d.ia5); in GENERAL_NAME_cmp()
/external/boringssl/src/crypto/asn1/
Da_octet.c70 return ASN1_STRING_cmp(a, b); in ASN1_OCTET_STRING_cmp()
Da_type.c148 result = ASN1_STRING_cmp(a->value.asn1_string, b->value.asn1_string); in ASN1_TYPE_cmp()
Da_int.c85 ret = ASN1_STRING_cmp(x, y); in ASN1_INTEGER_cmp()
Dasn1_lib.c408 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b) in ASN1_STRING_cmp() function
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dasn1.h500 #define M_ASN1_BIT_STRING_cmp(a,b) ASN1_STRING_cmp(\
509 #define M_ASN1_INTEGER_cmp(a,b) ASN1_STRING_cmp(\
517 #define M_ASN1_ENUMERATED_cmp(a,b) ASN1_STRING_cmp(\
525 #define M_ASN1_OCTET_STRING_cmp(a,b) ASN1_STRING_cmp(\
644 OPENSSL_EXPORT int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Da_type.c145 result = ASN1_STRING_cmp((ASN1_STRING *)a->value.ptr, in ASN1_TYPE_cmp()
Da_int.c85 ret = ASN1_STRING_cmp(x, y); in ASN1_INTEGER_cmp()
Dasn1_lib.c407 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b) in ASN1_STRING_cmp() function
/external/boringssl/src/include/openssl/
Dasn1.h301 OPENSSL_EXPORT int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
643 #define M_ASN1_BIT_STRING_cmp(a, b) ASN1_STRING_cmp(a, b)
652 #define M_ASN1_ENUMERATED_cmp(a, b) ASN1_STRING_cmp(a, b)
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_genn.c125 result = ASN1_STRING_cmp(a->d.ia5, b->d.ia5);
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx_crl.c396 return (ASN1_STRING_cmp((ASN1_STRING *)(*a)->serialNumber,
/external/boringssl/src/crypto/x509/
Dx_crl.c396 return ASN1_STRING_cmp((*a)->serialNumber, (*b)->serialNumber);
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c384 if (ASN1_STRING_cmp(nextupd, thisupd) < 0) { in ocsp_resp_valid()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1634 ASN1_STRING_cmp
DBoringSSL-GRPC.podspec3186 '#define ASN1_STRING_cmp GRPC_SHADOW_ASN1_STRING_cmp',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1662 #define ASN1_STRING_cmp GRPC_SHADOW_ASN1_STRING_cmp macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h663 #define ASN1_STRING_cmp BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ASN1_STRING_cmp) macro