GithubHelp home page GithubHelp logo

henadzimatuts / tcryptext Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 278 KB

tcryptext (tcrypt Extended) is a stand-alone version of linux Crypto API tcrypt module

License: GNU General Public License v2.0

Makefile 0.01% C 99.68% Objective-C 0.31%

tcryptext's Introduction

tcryptext (tcrypt Extended) kernel module

It is a stand alone version of linux Crypto API tcrypt module. The one can modify sources to test self-developed algorithms. It is also possible to test algorithms already registered in kernel as with usual tcrypt.

Building

Just make it!

Running

To run type sudo insmod tcryptext [param=value param=...].

There are five optional parametres that could be provided to that module:

  • mode (int): run specific test. See tcrypt.c:do_test():1025 for conreete values. Supresses alg, type and mask parametres if provided. Defaults to 0
  • alg (string): specific algorithm name. If mode parameter value equals 0, checks if the algorithm with specified name, type and mask exists in kernel. Defaults to null
  • type, mask (uints): type and mask of the algorithm to check. See some crypto_alloc_* function definition for details. Both defaults to 0
  • sec (uint): length in seconds of speed tests (defaults to zero which uses CPU cycles instead)

tcryptext's People

Contributors

henadzimatuts avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.