From da6eecd03111660ae12221265986ba4b10b155dd Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 4 Mar 2015 10:15:16 +0100 Subject: remove Doxygen API Documentation from repository. This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb --- doc/html/crypto_8php.html | 823 ---------------------------------------------- 1 file changed, 823 deletions(-) delete mode 100644 doc/html/crypto_8php.html (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html deleted file mode 100644 index 99c864d9b..000000000 --- a/doc/html/crypto_8php.html +++ /dev/null @@ -1,823 +0,0 @@ - - - - - - -The Red Matrix: include/crypto.php File Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
The Red Matrix -
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
crypto.php File Reference
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Functions

 rsa_sign ($data, $key, $alg= 'sha256')
 
 rsa_verify ($data, $sig, $key, $alg= 'sha256')
 
 pkcs5_pad ($text, $blocksize)
 
 pkcs5_unpad ($text)
 
 AES256CBC_encrypt ($data, $key, $iv)
 
 AES256CBC_decrypt ($data, $key, $iv)
 
 crypto_encapsulate ($data, $pubkey, $alg='aes256cbc')
 
 aes_encapsulate ($data, $pubkey)
 
 crypto_unencapsulate ($data, $prvkey)
 
 aes_unencapsulate ($data, $prvkey)
 
 new_keypair ($bits)
 
 pkcs1to8 ($oldkey, $len)
 
 pkcs8to1 ($oldkey, $len)
 
 DerToPem ($Der, $Private=false)
 
 DerToRsa ($Der)
 
 pkcs8_encode ($Modulus, $PublicExponent)
 
 pkcs1_encode ($Modulus, $PublicExponent)
 
 metopem ($m, $e)
 
 pubrsatome ($key, &$m, &$e)
 
 rsatopem ($key)
 
 pemtorsa ($key)
 
 pemtome ($key, &$m, &$e)
 
 metorsa ($m, $e)
 
 salmon_key ($pubkey)
 
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
AES256CBC_decrypt ( $data,
 $key,
 $iv 
)
-
- -

Referenced by aes_unencapsulate().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
AES256CBC_encrypt ( $data,
 $key,
 $iv 
)
-
- -

Referenced by aes_encapsulate().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
aes_encapsulate ( $data,
 $pubkey 
)
-
- -

Referenced by crypto_encapsulate().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
aes_unencapsulate ( $data,
 $prvkey 
)
-
- -

Referenced by crypto_unencapsulate().

- -
-
- - - - - -
-
- - - - - - - - - - - - - - - - - - -
DerToPem ( $Der,
 $Private = false 
)
-
- -

Referenced by metopem().

- -
-
- -
-
- - - - - - - - -
DerToRsa ( $Der)
-
- -

Referenced by metorsa().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
metopem ( $m,
 $e 
)
-
- -

Referenced by rsatopem().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
metorsa ( $m,
 $e 
)
-
- -

Referenced by pemtorsa().

- -
-
- -
-
- - - - - - - - -
new_keypair ( $bits)
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
pemtome ( $key,
$m,
$e 
)
-
- -

Referenced by pemtorsa(), and salmon_key().

- -
-
- -
-
- - - - - - - - -
pemtorsa ( $key)
-
- -

Referenced by xrd_init().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
pkcs1_encode ( $Modulus,
 $PublicExponent 
)
-
- -

Referenced by metorsa().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
pkcs1to8 ( $oldkey,
 $len 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
pkcs5_pad ( $text,
 $blocksize 
)
-
- -

Referenced by AES256CBC_encrypt(), and diaspora_msg_build().

- -
-
- -
-
- - - - - - - - -
pkcs5_unpad ( $text)
-
- -

Referenced by AES256CBC_decrypt(), and diaspora_decode().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
pkcs8_encode ( $Modulus,
 $PublicExponent 
)
-
- -

Referenced by metopem().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
pkcs8to1 ( $oldkey,
 $len 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
pubrsatome ( $key,
$m,
$e 
)
-
- -

Referenced by rsatopem().

- -
-
- - - - - -
-
- - - - - - - - -
rsatopem ( $key)
-
- -

Referenced by discover_by_webbie().

- -
-
- -
-
- - - - - - - - -
salmon_key ( $pubkey)
-
- -

Referenced by xrd_init().

- -
-
-
-
- -- cgit v1.2.3