Home
last modified time | relevance | path

Searched refs:secret_key (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/sodium/
H A Dlibsodium.stub.php47 function sodium_crypto_box_keypair_from_secretkey_and_publickey(string $secret_key, string $public_… argument
53 function sodium_crypto_box_publickey_from_secretkey(string $secret_key): string {} argument
133 function sodium_crypto_sign(string $message, string $secret_key): string {} argument
135 function sodium_crypto_sign_detached(string $message, string $secret_key): string {} argument
139 function sodium_crypto_sign_ed25519_sk_to_curve25519(string $secret_key): string {} argument
143 function sodium_crypto_sign_keypair_from_secretkey_and_publickey(string $secret_key, string $public… argument
151 function sodium_crypto_sign_publickey_from_secretkey(string $secret_key): string {} argument
188 function sodium_crypto_scalarmult_base(string $secret_key): string {} argument
H A Dlibsodium_arginfo.h102 ZEND_ARG_TYPE_INFO(0, secret_key, IS_STRING, 0)
117 ZEND_ARG_TYPE_INFO(0, secret_key, IS_STRING, 0)
307 ZEND_ARG_TYPE_INFO(0, secret_key, IS_STRING, 0)

Completed in 10 milliseconds