Searched refs:BN_cbs2unsigned_buggy (Results 1 – 4 of 4) sorted by relevance
45 int BN_cbs2unsigned_buggy(CBS *cbs, BIGNUM *ret) { in BN_cbs2unsigned_buggy() function
1855 if (!BN_cbs2unsigned_buggy(&cbs, bn2.get()) || CBS_len(&cbs) != 0) { in test_asn1()1881 if (BN_cbs2unsigned_buggy(&cbs, bn.get())) { in test_asn1()1910 if (!BN_cbs2unsigned_buggy(&cbs, bn.get()) || CBS_len(&cbs) != 0) { in test_asn1()
79 return BN_cbs2unsigned_buggy(cbs, *out); in parse_integer_buggy()
312 OPENSSL_EXPORT int BN_cbs2unsigned_buggy(CBS *cbs, BIGNUM *ret);