Searched defs:CRYPTO_add (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/
H A Dcrypto.h241 #define CRYPTO_add(addr,amount,type) \ macro
249 #define CRYPTO_add(a,b,c) ((*(a))+=(b)) macro
/external/openssl/include/openssl/
H A Dcrypto.h241 #define CRYPTO_add(addr,amount,type) \ macro
249 #define CRYPTO_add(a,b,c) ((*(a))+=(b)) macro

Completed in 2790 milliseconds