Searched refs:M_ASN1_BIT_STRING_new (Results 1 – 3 of 3) sorted by relevance
116 if (!(bs = M_ASN1_BIT_STRING_new())) { in v2i_ASN1_BIT_STRING()
149 if ((ret = M_ASN1_BIT_STRING_new()) == NULL) in c2i_ASN1_BIT_STRING()
495 #define M_ASN1_BIT_STRING_new() (ASN1_BIT_STRING *)\ macro