Home
last modified time | relevance | path

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

/PHP-8.1/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
172 function sodium_crypto_sign(string $message, string $secret_key): string {} argument
174 function sodium_crypto_sign_detached(string $message, string $secret_key): string {} argument
178 function sodium_crypto_sign_ed25519_sk_to_curve25519(string $secret_key): string {} argument
182 function sodium_crypto_sign_keypair_from_secretkey_and_publickey(string $secret_key, string $public… argument
190 function sodium_crypto_sign_publickey_from_secretkey(string $secret_key): string {} argument
235 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)
383 ZEND_ARG_TYPE_INFO(0, secret_key, IS_STRING, 0)

Completed in 7 milliseconds