HomeSort by: relevance | last modified time | path
    Searched refs:PPP_DigestInit (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
chap-md5.c 78 if (PPP_DigestInit(ctx, PPP_md5())) {
118 if (PPP_DigestInit(ctx, PPP_md5())) {
crypto.h 83 int PPP_DigestInit(PPP_MD_CTX *ctx,
mppe.c 121 if (PPP_DigestInit(ctx, PPP_sha1())) {
206 if (PPP_DigestInit(ctx, PPP_sha1())) {
235 if (PPP_DigestInit(ctx, PPP_sha1())) {
268 if (PPP_DigestInit(ctx, PPP_sha1())) {
chap_ms.c 555 if (PPP_DigestInit(ctx, PPP_sha1())) {
600 if (PPP_DigestInit(ctx, PPP_md4())) {
699 if (PPP_DigestInit(ctx, PPP_sha1())) {
721 if (PPP_DigestInit(ctx, PPP_sha1())) {
crypto.c 72 int PPP_DigestInit(PPP_MD_CTX *ctx, const PPP_MD *type)
286 if (PPP_DigestInit(ctx, PPP_md4())) {
334 if (PPP_DigestInit(ctx, PPP_md5())) {
383 if (PPP_DigestInit(ctx, PPP_sha1())) {
eap.c 355 PPP_DigestInit(ctxt, PPP_sha1());
1046 PPP_DigestInit(ctxt, PPP_sha1());
1059 PPP_DigestInit(ctxt, PPP_sha1());
1590 PPP_DigestInit(ctxt, PPP_sha1());
1819 if (PPP_DigestInit(mdctx, PPP_md5())) {
2146 PPP_DigestInit(ctxt, PPP_sha1());
2579 if (PPP_DigestInit(mdctx, PPP_md5())) {
2802 PPP_DigestInit(ctxt, PPP_sha1());

Completed in 20 milliseconds