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

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
digest.c 46 DigestInitReply initReply;
72 free_DigestInitReply(&digest->initReply);
153 return digest->initReply.nonce;
175 return digest->initReply.opaque;
197 if (digest->initReply.identifier == NULL)
199 return *digest->initReply.identifier;
434 N_("digest reply not an initReply", ""));
438 ret = copy_DigestInitReply(&irep.u.initReply, &digest->initReply);
441 N_("Failed to copy initReply", ""));
    [all...]
digest.c 46 DigestInitReply initReply;
72 free_DigestInitReply(&digest->initReply);
153 return digest->initReply.nonce;
175 return digest->initReply.opaque;
197 if (digest->initReply.identifier == NULL)
199 return *digest->initReply.identifier;
434 N_("digest reply not an initReply", ""));
438 ret = copy_DigestInitReply(&irep.u.initReply, &digest->initReply);
441 N_("Failed to copy initReply", ""));
    [all...]

Completed in 45 milliseconds