From f6b43a0a7bc96e199fad8ad65e0aa63bd9a04f8b Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 22 Nov 2013 11:52:26 -0800 Subject: doc updates --- doc/html/crypto_8php.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 450cd42bd..2d52b3526 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -124,8 +124,12 @@ Functions    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) @@ -224,7 +228,7 @@ Functions
-

Referenced by get_item_elements(), get_mail_elements(), item_post(), item_store(), item_store_update(), post_post(), send_message(), zfinger_init(), zot_build_packet(), and zot_fetch().

+

Referenced by crypto_encapsulate(), item_post(), and zfinger_init().

@@ -252,6 +256,68 @@ Functions
+

Referenced by crypto_unencapsulate().

+ +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
crypto_encapsulate ( $data,
 $pubkey,
 $alg = 'aes256cbc' 
)
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
crypto_unencapsulate ( $data,
 $prvkey 
)
+
-- cgit v1.2.3 From 8cd9a2c3a944e804c72ef461df801116c6b44ac7 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 28 Nov 2013 19:37:39 -0800 Subject: doc updates --- doc/html/crypto_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 2d52b3526..3bf683aef 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -28,7 +28,7 @@ - +
The Red Matrix
@@ -456,7 +456,7 @@ Functions
-

Referenced by get_item_elements(), import_site(), import_xchan(), post_init(), post_post(), and zfinger_init().

+

Referenced by get_item_elements(), import_site(), import_xchan(), post_init(), post_post(), zfinger_init(), and zot_register_hub().

-- cgit v1.2.3 From 64b16f1e1ac303b476ffac891c99f6404bc04f53 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 13 Dec 2013 01:13:35 -0800 Subject: add construct_page hook --- doc/html/crypto_8php.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/crypto_8php.html') diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 3bf683aef..1b4f6ce6c 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -228,7 +228,7 @@ Functions @@ -318,7 +318,7 @@ Functions @@ -416,7 +416,7 @@ Functions -- cgit v1.2.3