Searched refs:M_ASN1_BIT_STRING_new (Results 1 – 4 of 4) sorted by relevance
114 if(!(bs = M_ASN1_BIT_STRING_new())) { in v2i_ASN1_BIT_STRING()
134 if ((ret=M_ASN1_BIT_STRING_new()) == NULL) return(NULL); in c2i_ASN1_BIT_STRING()
438 priv_key->publicKey = M_ASN1_BIT_STRING_new(); in i2d_ECPrivateKey()
540 #define M_ASN1_BIT_STRING_new() (ASN1_BIT_STRING *)\ macro