Lines Matching refs:str
536 void cleanse(char *str)538 if (str != NULL)539 OPENSSL_cleanse(str, strlen(str));542 void clear_free(char *str)544 if (str != NULL)545 OPENSSL_clear_free(str, strlen(str));1849 int parse_yesno(const char *str, int def)1851 if (str) {1852 switch (*str) {