Home
last modified time | relevance | path

Searched refs:USE_BBS (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Drand_prime.c12 #define USE_BBS 1 macro
23 type = USE_BBS; in rand_prime()
54 buf[len-1] |= 0x01 | ((type & USE_BBS) ? 0x02 : 0x00); in rand_prime()

Completed in 2 milliseconds