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

  /src/external/bsd/ppp/dist/pppd/
ppp-md5.c 49 static int md5_init(PPP_MD_CTX *ctx) function
147 ** (1) Initialize a context buffer mdContext using MD5_Init **
206 /* The routine MD5_Init initializes the message-digest context
209 static void MD5_Init (MD5_CTX *mdContext)
405 static int md5_init(PPP_MD_CTX *ctx) function
410 MD5_Init(md5);
441 .init_fn = md5_init,
ppp-md5.c 49 static int md5_init(PPP_MD_CTX *ctx) function
147 ** (1) Initialize a context buffer mdContext using MD5_Init **
206 /* The routine MD5_Init initializes the message-digest context
209 static void MD5_Init (MD5_CTX *mdContext)
405 static int md5_init(PPP_MD_CTX *ctx) function
410 MD5_Init(md5);
441 .init_fn = md5_init,
  /src/crypto/external/bsd/netpgp/dist/src/lib/
openssl_crypto.c 337 md5_init(pgp_hash_t *hash) function
340 (void) fprintf(stderr, "md5_init: hash data non-null\n");
343 (void) fprintf(stderr, "md5_init: bad alloc\n");
346 MD5_Init(hash->data);
369 md5_init,
openssl_crypto.c 337 md5_init(pgp_hash_t *hash) function
340 (void) fprintf(stderr, "md5_init: hash data non-null\n");
343 (void) fprintf(stderr, "md5_init: bad alloc\n");
346 MD5_Init(hash->data);
369 md5_init,

Completed in 39 milliseconds