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

/external/boringssl/include/openssl/
H A Dbn.h710 * have |BN_FLG_CONSTTIME| set then the operation is performed in constant
786 * |BN_FLG_CONSTTIME| is set for |p|. It returns one on success or zero
852 #define BN_FLG_CONSTTIME 0x04 macro
/external/boringssl/src/include/openssl/
H A Dbn.h710 * have |BN_FLG_CONSTTIME| set then the operation is performed in constant
786 * |BN_FLG_CONSTTIME| is set for |p|. It returns one on success or zero
852 #define BN_FLG_CONSTTIME 0x04 macro

Completed in 48 milliseconds