• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/engines/zencod/

Lines Matching defs:to

3  * engine integration in order to redirect crypto computing on a crypto
31 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
180 "Specifies the path to the 'zenbridge' shared library",
187 /* Our internal RSA_METHOD specific to zencod ENGINE providing pointers to our function */
207 /* Our internal DSA_METHOD specific to zencod ENGINE providing pointers to our function */
224 /* Our internal DH_METHOD specific to zencod ENGINE providing pointers to our function */
238 /* Our internal RAND_meth specific to zencod ZNGINE providing pointers to our function */
299 * to the Zencod-specific mod_exp and mod_exp_crt so we use
303 * cards then you have the right to do RSA operations on it
319 /* We use OpenSSL meth to supply what we don't provide ;-*)
333 /* We use OpenSSL meth to supply what we don't provide ;-*)
345 /* We use OpenSSL (SSLeay) meth to supply what we don't provide ;-*)
434 * symbol names to bind to.
505 * Stuff to be done ...
512 /* Trying to load the Library "cryptozen"
520 /* Trying to load Function from the Library
573 /* We should peform a test to see if there is actually any unit runnig on the system ...
622 * Stuff to be done ...
670 * Stuff to be done ...
720 /* Must invert x and e parameter due to BN mod exp prototype ... */
787 /* This function is aliased to RSA_mod_exp (with the mont stuff dropped).
1026 /* Send the request to the driver */
1103 /* Nothing to do cause our crypto accelerator provide a true random generator */
1165 * In orfer to code this, i refer to hw_openbsd_dev_crypto and openssl engine made by Geoff Thorpe (if i'm rigth),
1200 static int engine_md_copy ( EVP_MD_CTX *to, const EVP_MD_CTX *from ) ;
1226 * XXX: set according to device info ... */
1247 * XXX: set according to device info ... */
1279 0, /* FIXME: key should be up to 256 bytes */
1504 static int engine_md_copy ( EVP_MD_CTX *to, const EVP_MD_CTX *from )
1507 ZEN_MD_DATA *to_md = (ZEN_MD_DATA *) to->md_data ;
1653 /* But we need to set up the rigth iv ...
1654 * Test ENCRYPT or DECRYPT mode to set iv ... */