Searched refs:new_cert (Results 1 – 1 of 1) sorted by relevance
774 char *auth_str, *new_cert; in certificate_store() local805 new_cert = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in certificate_store()806 if (!new_cert) in certificate_store()832 kfree(new_cert); in certificate_store()837 auth_str = cert_command(setting, new_cert, signature); in certificate_store()843 kfree(new_cert); in certificate_store()848 auth_str = cert_command(setting, new_cert, setting->password); in certificate_store()850 kfree(new_cert); in certificate_store()