HomeSort by: relevance | last modified time | path
    Searched defs: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);
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_devcrypto.c 460 struct digest_ctx { struct
524 struct digest_ctx *digest_ctx = local
525 (struct digest_ctx *)EVP_MD_CTX_md_data(ctx);
529 digest_ctx->init_called = 1;
531 memset(&digest_ctx->sess, 0, sizeof(digest_ctx->sess));
532 digest_ctx->sess.mac = digest_d->devcryptoid;
533 if (ioctl(cfd, CIOCGSESSION, &digest_ctx->sess) < 0) {
541 static int digest_op(struct digest_ctx *ctx, const void *src, size_t srclen
558 struct digest_ctx *digest_ctx = local
577 struct digest_ctx *digest_ctx = local
617 struct digest_ctx *digest_ctx = local
    [all...]
  /src/crypto/external/apache2/openssl/dist/engines/
e_devcrypto.c 661 struct digest_ctx { struct
735 struct digest_ctx *digest_ctx = (struct digest_ctx *)EVP_MD_CTX_get0_md_data(ctx); local
738 digest_ctx->init_called = 1;
740 memset(&digest_ctx->sess, 0, sizeof(digest_ctx->sess));
741 digest_ctx->sess.mac = digest_d->devcryptoid;
742 if (ioctl(cfd, CIOCGSESSION, &digest_ctx->sess) < 0) {
749 static int digest_op(struct digest_ctx *ctx, const void *src, size_t srclen
766 struct digest_ctx *digest_ctx = (struct digest_ctx *)EVP_MD_CTX_get0_md_data(ctx); local
787 struct digest_ctx *digest_ctx = (struct digest_ctx *)EVP_MD_CTX_get0_md_data(ctx); local
827 struct digest_ctx *digest_ctx = (struct digest_ctx *)EVP_MD_CTX_get0_md_data(ctx); local
    [all...]
  /src/crypto/external/bsd/openssl/dist/engines/
e_devcrypto.c 674 struct digest_ctx { struct
748 struct digest_ctx *digest_ctx = local
749 (struct digest_ctx *)EVP_MD_CTX_get0_md_data(ctx);
753 digest_ctx->init_called = 1;
755 memset(&digest_ctx->sess, 0, sizeof(digest_ctx->sess));
756 digest_ctx->sess.mac = digest_d->devcryptoid;
757 if (ioctl(cfd, CIOCGSESSION, &digest_ctx->sess) < 0) {
764 static int digest_op(struct digest_ctx *ctx, const void *src, size_t srclen
781 struct digest_ctx *digest_ctx = local
803 struct digest_ctx *digest_ctx = local
846 struct digest_ctx *digest_ctx = local
    [all...]

Completed in 23 milliseconds