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