Home
last modified time | relevance | path

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

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