HomeSort by relevance Sort by last modified time
    Searched defs:BN_FLG_CONSTTIME (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/boringssl/src/include/openssl/
bn.h 677 * have |BN_FLG_CONSTTIME| set then the operation is performed in constant
    [all...]
  /external/openssl/crypto/bn/
bn.h 278 #define BN_FLG_CONSTTIME 0x04 /* avoid leaking exponent information through timing,
285 #define BN_FLG_EXP_CONSTTIME BN_FLG_CONSTTIME /* deprecated name for the flag */
    [all...]
  /external/openssl/include/openssl/
bn.h 278 #define BN_FLG_CONSTTIME 0x04 /* avoid leaking exponent information through timing,
285 #define BN_FLG_EXP_CONSTTIME BN_FLG_CONSTTIME /* deprecated name for the flag */
    [all...]

Completed in 659 milliseconds