Searched refs:xpk2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/crypto/openssl/crypto/x509/
H A Dx_pubkey.c489 X509_PUBKEY *xpk, *xpk2 = NULL, **pxpk = NULL; local
501 xpk2 = OPENSSL_zalloc(sizeof(*xpk2));
502 if (xpk2 == NULL) {
506 if (!x509_pubkey_set0_libctx(xpk2, libctx, propq))
508 xpk2->flag_force_legacy = !!force_legacy;
509 pxpk = &xpk2;
516 xpk2 = NULL; /* We know that xpk == xpk2 */
525 X509_PUBKEY_free(xpk2);
[all...]

Completed in 55 milliseconds