Searched refs:BN_FLG_MALLOCED (Results 1 – 2 of 2) sorted by relevance
78 bn->flags = BN_FLG_MALLOCED; in BN_new()96 if (bn->flags & BN_FLG_MALLOCED) { in BN_free()118 should_free = (bn->flags & BN_FLG_MALLOCED) != 0; in BN_clear_free()
983 #define BN_FLG_MALLOCED 0x01 macro