Home
last modified time | relevance | path

Searched refs:BN_FLG_MALLOCED (Results 1 – 1 of 1) sorted by relevance

/optee_test/host/openssl/include/openssl/
A Dbn.h262 # define BN_FLG_MALLOCED 0x01 macro
297 (dest)->flags=(((dest)->flags & BN_FLG_MALLOCED) \
298 | ((b)->flags & ~BN_FLG_MALLOCED) \

Completed in 4 milliseconds