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

  /external/openssl/crypto/bn/
bn.h 260 #define BN_FLG_CONSTTIME 0x04 /* avoid leaking exponent information through timing,
267 #define BN_FLG_EXP_CONSTTIME BN_FLG_CONSTTIME /* deprecated name for the flag */
    [all...]
  /external/openssl/include/openssl/
bn.h 260 #define BN_FLG_CONSTTIME 0x04 /* avoid leaking exponent information through timing,
267 #define BN_FLG_EXP_CONSTTIME BN_FLG_CONSTTIME /* deprecated name for the flag */
    [all...]

Completed in 24 milliseconds