Searched defs:BN_FLG_CONSTTIME (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbn.h677 * have |BN_FLG_CONSTTIME| set then the operation is performed in constant
751 * |BN_FLG_CONSTTIME| is set for |p|. It returns one on success or zero
802 #define BN_FLG_CONSTTIME 0x04 macro
/external/openssl/crypto/bn/
H A Dbn.h278 #define BN_FLG_CONSTTIME 0x04 /* avoid leaking exponent information through timing, macro
285 #define BN_FLG_EXP_CONSTTIME BN_FLG_CONSTTIME /* deprecated name for the flag */
/external/openssl/include/openssl/
H A Dbn.h278 #define BN_FLG_CONSTTIME 0x04 /* avoid leaking exponent information through timing, macro
285 #define BN_FLG_EXP_CONSTTIME BN_FLG_CONSTTIME /* deprecated name for the flag */

Completed in 566 milliseconds