Searched defs:BN_BITS2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/openssl/include/openssl/
H A Dbn.h54 # define BN_BITS2 (BN_BYTES * 8) macro
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_asm.c285 ll >>= BN_BITS2; local
288 ll >>= BN_BITS2; local
291 ll >>= BN_BITS2; local
294 ll >>= BN_BITS2; local
304 ll >>= BN_BITS2; local

Completed in 59 milliseconds