Searched defs:CRYPTO_add (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | thread.h | 239 #define CRYPTO_add(addr, amount, lock_num) \ macro
|
/external/openssl/include/openssl/ |
D | crypto.h | 241 #define CRYPTO_add(addr,amount,type) \ macro 249 #define CRYPTO_add(a,b,c) ((*(a))+=(b)) macro
|
/external/openssl/crypto/ |
D | crypto.h | 241 #define CRYPTO_add(addr,amount,type) \ macro 249 #define CRYPTO_add(a,b,c) ((*(a))+=(b)) macro
|