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

  /src/external/bsd/ntp/dist/libntp/
ssl_init.c 29 EVP_MD_CTX *digest_ctx; variable
35 if (NULL == digest_ctx) {
38 EVP_MD_CTX_free(digest_ctx);
39 digest_ctx = NULL;
52 if (NULL == digest_ctx) {
57 digest_ctx = EVP_MD_CTX_new();
58 INSIST(digest_ctx != NULL);
a_md5encrypt.c 65 if (!EVP_DigestInit(digest_ctx, EVP_get_digestbynid(nid))) {
70 return digest_ctx;
  /src/external/bsd/ntp/dist/include/
ntp_stdlib.h 252 extern EVP_MD_CTX* digest_ctx; /* also ssl_init_done */
255 if (NULL == digest_ctx) { \
  /src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c 272 ctx = digest_ctx;
387 ctx = digest_ctx;
1546 ctx = digest_ctx;
1625 ctx = digest_ctx;
1850 ctx = digest_ctx;
2093 ctx = digest_ctx;
2209 ctx = digest_ctx;
2327 ctx = digest_ctx;
2547 ctx = digest_ctx;
2651 ctx = digest_ctx;
    [all...]

Completed in 27 milliseconds