Searched refs:key_pair (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/sodium/ |
H A D | libsodium.stub.php | 41 function sodium_crypto_box(string $message, string $nonce, string $key_pair): string {} argument 49 function sodium_crypto_box_open(string $ciphertext, string $nonce, string $key_pair): string|false … argument 51 function sodium_crypto_box_publickey(string $key_pair): string {} argument 57 function sodium_crypto_box_seal_open(string $ciphertext, string $key_pair): string|false {} argument 59 function sodium_crypto_box_secretkey(string $key_pair): string {} argument 63 function sodium_crypto_kx_publickey(string $key_pair): string {} argument 65 function sodium_crypto_kx_secretkey(string $key_pair): string {} argument 147 function sodium_crypto_sign_publickey(string $key_pair): string {} argument 149 function sodium_crypto_sign_secretkey(string $key_pair): string {} argument
|
H A D | libsodium_arginfo.h | 92 ZEND_ARG_TYPE_INFO(0, key_pair, IS_STRING, 0) 109 ZEND_ARG_TYPE_INFO(0, key_pair, IS_STRING, 0) 113 ZEND_ARG_TYPE_INFO(0, key_pair, IS_STRING, 0) 127 ZEND_ARG_TYPE_INFO(0, key_pair, IS_STRING, 0)
|
/PHP-8.0/ext/sodium/tests/ |
H A D | crypto_box.phpt | 145 sodium_crypto_box(): Argument #3 ($key_pair) must be SODIUM_CRYPTO_BOX_KEYPAIRBYTES bytes long
|
Completed in 11 milliseconds