Lines Matching refs:b
586 # define M_ASN1_BIT_STRING_cmp(a,b) ASN1_STRING_cmp(\ argument
587 (const ASN1_STRING *)a,(const ASN1_STRING *)b)
588 # define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c) argument
595 # define M_ASN1_INTEGER_cmp(a,b) ASN1_STRING_cmp(\ argument
596 (const ASN1_STRING *)a,(const ASN1_STRING *)b)
603 # define M_ASN1_ENUMERATED_cmp(a,b) ASN1_STRING_cmp(\ argument
604 (const ASN1_STRING *)a,(const ASN1_STRING *)b)
611 # define M_ASN1_OCTET_STRING_cmp(a,b) ASN1_STRING_cmp(\ argument
612 (const ASN1_STRING *)a,(const ASN1_STRING *)b)
613 # define M_ASN1_OCTET_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c) argument
614 # define M_ASN1_OCTET_STRING_print(a,b) ASN1_STRING_print(a,(ASN1_STRING *)b) argument
781 int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b);
802 int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b);
869 const ASN1_OCTET_STRING *b);