Lines Matching refs:xstrdup
270 vdb_str = xstrdup(get_time_string(X509_get_notBefore(x))); in print_cert()
271 vda_str = xstrdup(get_time_string(X509_get_notAfter(x))); in print_cert()
286 md5_fp = xstrdup(tmp); in print_cert()
292 sha1_fp = xstrdup(tmp); in print_cert()
379 tmpstore->path = xstrdup(keystore_file); in open_keystore()
1396 keystore->capath = xstrdup(storepath); in resolve_paths()
1399 keystore->clpath = xstrdup(storepath); in resolve_paths()
1402 keystore->keypath = xstrdup(storepath); in resolve_paths()
1407 keystore->capath = xstrdup(keystore_file); in resolve_paths()
1414 keystore->capath = xstrdup(storepath); in resolve_paths()
1417 keystore->clpath = xstrdup(storepath); in resolve_paths()
1420 keystore->keypath = xstrdup(storepath); in resolve_paths()
1877 passwd = xstrdup(passbuf); in get_keystore_passwd()