Searched defs:bn2 (Results 1 – 6 of 6) sorted by relevance
83 let bn2 = &BigUint::from_str_radix(hex2, 16).unwrap(); in fuzzed_mul_1() localVariable
1274 bssl::UniquePtr<BIGNUM> bn2(BN_mpi2bn(scratch, mpi_len, NULL)); in TEST_F() local1424 bssl::UniquePtr<BIGNUM> bn2(BN_new()); in TEST_F() local
1321 bssl::UniquePtr<BIGNUM> bn2(BN_mpi2bn(scratch, mpi_len, NULL)); in TEST_F() local1471 bssl::UniquePtr<BIGNUM> bn2(BN_new()); in TEST_F() local
425 bssl::UniquePtr<BIGNUM> bn2(ASN1_INTEGER_to_BN(obj, nullptr)); in TEST() local