Searched refs:newspki (Results 1 – 1 of 1) sorted by relevance
637 KMF_X509_SPKI *newspki; in CopySPKI() local641 newspki = malloc(sizeof (KMF_X509_SPKI)); in CopySPKI()642 if (newspki == NULL) in CopySPKI()644 (void) memset(newspki, 0, sizeof (KMF_X509_SPKI)); in CopySPKI()647 &newspki->algorithm.algorithm); in CopySPKI()652 &newspki->algorithm.parameters); in CopySPKI()657 &newspki->subjectPublicKey); in CopySPKI()661 *dest = newspki; in CopySPKI()664 if (newspki) in CopySPKI()665 free_decoded_spki(newspki); in CopySPKI()