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

/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Dcrypto-pk.c143 PkinitSuppPubInfo pubinfo; local
150 memset(&pubinfo, 0, sizeof(pubinfo));
152 pubinfo.enctype = enctype;
153 pubinfo.as_REQ = *as_req;
154 pubinfo.pk_as_rep = *pk_as_rep;
155 pubinfo.ticket = *ticket;
157 &pubinfo, &size, ret);

Completed in 50 milliseconds