Searched refs:bn_value (Results 1 – 1 of 1) sorted by relevance
358 UniquePtr<BIGNUM, BIGNUM_Delete> bn_value(BN_new()); in build_auth_list() local359 if (!bn_value.get()) in build_auth_list()363 if (!Uint64ToBignum(entry.date_time, bn_value.get())) { in build_auth_list()367 if (!Uint64ToBignum(entry.long_integer, bn_value.get())) { in build_auth_list()373 BN_to_ASN1_INTEGER(bn_value.get(), nullptr)); in build_auth_list()