Home
last modified time | relevance | path

Searched defs:num_b (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Dmul.c661 const BN_ULONG *b, size_t num_b) { in bn_mul_small()
Dbn_test.cc520 for (size_t num_b = static_cast<size_t>(b_width); in TestProduct() local