HomeSort by: relevance | last modified time | path
    Searched defs:otherinfo (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
crypto-pk.c 141 PkinitSP80056AOtherInfo otherinfo; local
148 memset(&otherinfo, 0, sizeof(otherinfo));
164 ret = encode_uvinfo(context, client, &otherinfo.partyUInfo);
169 ret = encode_uvinfo(context, server, &otherinfo.partyVInfo);
171 free(otherinfo.partyUInfo.data);
176 otherinfo.algorithmID = *ai;
177 otherinfo.suppPubInfo = &pub;
180 &otherinfo, &size, ret);
181 free(otherinfo.partyUInfo.data)
    [all...]

Completed in 49 milliseconds