Searched refs:CRYPTO_strdup (Results 1 – 2 of 2) sorted by relevance
304 #define OPENSSL_strdup(str) CRYPTO_strdup((str),NULL,0)434 char *CRYPTO_strdup(const char *str, const char *file, int line);
141 CRYPTO_strdup(const char *str, const char *file, int line) in CRYPTO_strdup() function