Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/sodium/
H A Dlibsodium.stub.php8 …o_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key):…
10 …ypto_aead_aes256gcm_encrypt(string $message, string $additional_data, string $nonce, string $key):…
17 …ad_chacha20poly1305_encrypt(string $message, string $additional_data, string $nonce, string $key):…
41 function sodium_crypto_box(string $message, string $nonce, string $key_pair): string {}
49 function sodium_crypto_box_open(string $ciphertext, string $nonce, string $key_pair): string|false …
146 function sodium_crypto_secretbox(string $message, string $nonce, string $key): string {}
150 function sodium_crypto_secretbox_open(string $ciphertext, string $nonce, string $key): string|false…
196 function sodium_crypto_stream(int $length, string $nonce, string $key): string {}
200 function sodium_crypto_stream_xor(string $message, string $nonce, string $key): string {}
203 function sodium_crypto_stream_xchacha20(int $length, string $nonce, string $key): string {}
[all …]
H A Dlibsodium.c538 unsigned char *nonce; in PHP_FUNCTION() local
580 unsigned char *nonce; in PHP_FUNCTION() local
948 unsigned char *nonce; in PHP_FUNCTION() local
994 unsigned char *nonce; in PHP_FUNCTION() local
1427 unsigned char *nonce; in PHP_FUNCTION() local
1468 unsigned char *nonce; in PHP_FUNCTION() local
1507 unsigned char *nonce; in PHP_FUNCTION() local
1548 unsigned char *nonce; in PHP_FUNCTION() local
/PHP-8.1/ext/soap/
H A Dphp_http.c661 unsigned char nonce[16]; in make_http_soap_request() local

Completed in 27 milliseconds