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

  /external/openssl/crypto/bn/
bn.h 276 #define BN_FLG_MALLOCED 0x01
302 (dest)->flags=(((dest)->flags & BN_FLG_MALLOCED) \
303 | ((b)->flags & ~BN_FLG_MALLOCED) \
    [all...]
  /external/openssl/include/openssl/
bn.h 276 #define BN_FLG_MALLOCED 0x01
302 (dest)->flags=(((dest)->flags & BN_FLG_MALLOCED) \
303 | ((b)->flags & ~BN_FLG_MALLOCED) \
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 255 #define BN_FLG_MALLOCED 0x01
271 (dest)->flags=(((dest)->flags & BN_FLG_MALLOCED) \
272 | ((b)->flags & ~BN_FLG_MALLOCED) \

Completed in 57 milliseconds