Lines Matching refs:l
652 # define M_d2i_ASN1_PRINTABLE(a,pp,l) \ argument
653 d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
660 # define M_d2i_DIRECTORYSTRING(a,pp,l) \ argument
661 d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
668 # define M_d2i_DISPLAYTEXT(a,pp,l) \ argument
669 d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \
678 # define M_d2i_ASN1_PRINTABLESTRING(a,pp,l) \ argument
680 ((ASN1_STRING **)a,pp,l,B_ASN1_PRINTABLESTRING)
688 # define M_d2i_ASN1_T61STRING(a,pp,l) \ argument
690 ((ASN1_STRING **)a,pp,l,B_ASN1_T61STRING)
700 # define M_d2i_ASN1_IA5STRING(a,pp,l) \ argument
701 (ASN1_IA5STRING *)d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l,\
728 # define M_d2i_ASN1_GENERALSTRING(a,pp,l) \ argument
730 ((ASN1_STRING **)a,pp,l,B_ASN1_GENERALSTRING)
738 # define M_d2i_ASN1_UNIVERSALSTRING(a,pp,l) \ argument
740 ((ASN1_STRING **)a,pp,l,B_ASN1_UNIVERSALSTRING)
748 # define M_d2i_ASN1_BMPSTRING(a,pp,l) \ argument
750 ((ASN1_STRING **)a,pp,l,B_ASN1_BMPSTRING)
758 # define M_d2i_ASN1_VISIBLESTRING(a,pp,l) \ argument
760 ((ASN1_STRING **)a,pp,l,B_ASN1_VISIBLESTRING)
768 # define M_d2i_ASN1_UTF8STRING(a,pp,l) \ argument
770 ((ASN1_STRING **)a,pp,l,B_ASN1_UTF8STRING)