Searched defs:nonce (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/sodium/ |
H A D | libsodium.stub.php | 8 …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):… 15 …chacha20poly1305_decrypt(string $ciphertext, string $additional_data, string $nonce, string $key):… 17 …ad_chacha20poly1305_encrypt(string $message, string $additional_data, string $nonce, string $key):… 23 …acha20poly1305_ietf_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 … 109 function sodium_crypto_secretbox(string $message, string $nonce, string $key): string {} 113 function sodium_crypto_secretbox_open(string $ciphertext, string $nonce, string $key): string|false… 157 function sodium_crypto_stream(int $length, string $nonce, string $key): string {} [all …]
|
H A D | libsodium.c | 507 unsigned char *nonce; in PHP_FUNCTION() local 549 unsigned char *nonce; in PHP_FUNCTION() local 917 unsigned char *nonce; in PHP_FUNCTION() local 963 unsigned char *nonce; in PHP_FUNCTION() local 1396 unsigned char *nonce; in PHP_FUNCTION() local 1437 unsigned char *nonce; in PHP_FUNCTION() local
|
/PHP-8.0/ext/soap/ |
H A D | php_http.c | 668 unsigned char nonce[16]; in make_http_soap_request() local
|
Completed in 23 milliseconds