Lines Matching refs:ZEND_FUNCTION
486 ZEND_FUNCTION(sodium_crypto_aead_aes256gcm_is_available);
488 ZEND_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt);
489 ZEND_FUNCTION(sodium_crypto_aead_aes256gcm_encrypt);
490 ZEND_FUNCTION(sodium_crypto_aead_aes256gcm_keygen);
493 ZEND_FUNCTION(sodium_crypto_aead_aegis128l_decrypt);
494 ZEND_FUNCTION(sodium_crypto_aead_aegis128l_encrypt);
495 ZEND_FUNCTION(sodium_crypto_aead_aegis128l_keygen);
498 ZEND_FUNCTION(sodium_crypto_aead_aegis256_decrypt);
499 ZEND_FUNCTION(sodium_crypto_aead_aegis256_encrypt);
500 ZEND_FUNCTION(sodium_crypto_aead_aegis256_keygen);
502 ZEND_FUNCTION(sodium_crypto_aead_chacha20poly1305_decrypt);
503 ZEND_FUNCTION(sodium_crypto_aead_chacha20poly1305_encrypt);
504 ZEND_FUNCTION(sodium_crypto_aead_chacha20poly1305_keygen);
505 ZEND_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_decrypt);
506 ZEND_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt);
507 ZEND_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_keygen);
509 ZEND_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_decrypt);
510 ZEND_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_keygen);
511 ZEND_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt);
513 ZEND_FUNCTION(sodium_crypto_auth);
514 ZEND_FUNCTION(sodium_crypto_auth_keygen);
515 ZEND_FUNCTION(sodium_crypto_auth_verify);
516 ZEND_FUNCTION(sodium_crypto_box);
517 ZEND_FUNCTION(sodium_crypto_box_keypair);
518 ZEND_FUNCTION(sodium_crypto_box_seed_keypair);
519 ZEND_FUNCTION(sodium_crypto_box_keypair_from_secretkey_and_publickey);
520 ZEND_FUNCTION(sodium_crypto_box_open);
521 ZEND_FUNCTION(sodium_crypto_box_publickey);
522 ZEND_FUNCTION(sodium_crypto_box_publickey_from_secretkey);
523 ZEND_FUNCTION(sodium_crypto_box_seal);
524 ZEND_FUNCTION(sodium_crypto_box_seal_open);
525 ZEND_FUNCTION(sodium_crypto_box_secretkey);
527 ZEND_FUNCTION(sodium_crypto_core_ristretto255_add);
528 ZEND_FUNCTION(sodium_crypto_core_ristretto255_from_hash);
529 ZEND_FUNCTION(sodium_crypto_core_ristretto255_is_valid_point);
530 ZEND_FUNCTION(sodium_crypto_core_ristretto255_random);
531 ZEND_FUNCTION(sodium_crypto_core_ristretto255_scalar_add);
532 ZEND_FUNCTION(sodium_crypto_core_ristretto255_scalar_complement);
533 ZEND_FUNCTION(sodium_crypto_core_ristretto255_scalar_invert);
534 ZEND_FUNCTION(sodium_crypto_core_ristretto255_scalar_mul);
535 ZEND_FUNCTION(sodium_crypto_core_ristretto255_scalar_negate);
536 ZEND_FUNCTION(sodium_crypto_core_ristretto255_scalar_random);
537 ZEND_FUNCTION(sodium_crypto_core_ristretto255_scalar_reduce);
538 ZEND_FUNCTION(sodium_crypto_core_ristretto255_scalar_sub);
539 ZEND_FUNCTION(sodium_crypto_core_ristretto255_sub);
541 ZEND_FUNCTION(sodium_crypto_kx_keypair);
542 ZEND_FUNCTION(sodium_crypto_kx_publickey);
543 ZEND_FUNCTION(sodium_crypto_kx_secretkey);
544 ZEND_FUNCTION(sodium_crypto_kx_seed_keypair);
545 ZEND_FUNCTION(sodium_crypto_kx_client_session_keys);
546 ZEND_FUNCTION(sodium_crypto_kx_server_session_keys);
547 ZEND_FUNCTION(sodium_crypto_generichash);
548 ZEND_FUNCTION(sodium_crypto_generichash_keygen);
549 ZEND_FUNCTION(sodium_crypto_generichash_init);
550 ZEND_FUNCTION(sodium_crypto_generichash_update);
551 ZEND_FUNCTION(sodium_crypto_generichash_final);
552 ZEND_FUNCTION(sodium_crypto_kdf_derive_from_key);
553 ZEND_FUNCTION(sodium_crypto_kdf_keygen);
555 ZEND_FUNCTION(sodium_crypto_pwhash);
556 ZEND_FUNCTION(sodium_crypto_pwhash_str);
557 ZEND_FUNCTION(sodium_crypto_pwhash_str_verify);
560 ZEND_FUNCTION(sodium_crypto_pwhash_str_needs_rehash);
563 ZEND_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256);
564 ZEND_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str);
565 ZEND_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str_verify);
567 ZEND_FUNCTION(sodium_crypto_scalarmult);
569 ZEND_FUNCTION(sodium_crypto_scalarmult_ristretto255);
570 ZEND_FUNCTION(sodium_crypto_scalarmult_ristretto255_base);
572 ZEND_FUNCTION(sodium_crypto_secretbox);
573 ZEND_FUNCTION(sodium_crypto_secretbox_keygen);
574 ZEND_FUNCTION(sodium_crypto_secretbox_open);
576 ZEND_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_keygen);
577 ZEND_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_push);
578 ZEND_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_push);
579 ZEND_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull);
580 ZEND_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_pull);
581 ZEND_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_rekey);
583 ZEND_FUNCTION(sodium_crypto_shorthash);
584 ZEND_FUNCTION(sodium_crypto_shorthash_keygen);
585 ZEND_FUNCTION(sodium_crypto_sign);
586 ZEND_FUNCTION(sodium_crypto_sign_detached);
587 ZEND_FUNCTION(sodium_crypto_sign_ed25519_pk_to_curve25519);
588 ZEND_FUNCTION(sodium_crypto_sign_ed25519_sk_to_curve25519);
589 ZEND_FUNCTION(sodium_crypto_sign_keypair);
590 ZEND_FUNCTION(sodium_crypto_sign_keypair_from_secretkey_and_publickey);
591 ZEND_FUNCTION(sodium_crypto_sign_open);
592 ZEND_FUNCTION(sodium_crypto_sign_publickey);
593 ZEND_FUNCTION(sodium_crypto_sign_secretkey);
594 ZEND_FUNCTION(sodium_crypto_sign_publickey_from_secretkey);
595 ZEND_FUNCTION(sodium_crypto_sign_seed_keypair);
596 ZEND_FUNCTION(sodium_crypto_sign_verify_detached);
597 ZEND_FUNCTION(sodium_crypto_stream);
598 ZEND_FUNCTION(sodium_crypto_stream_keygen);
599 ZEND_FUNCTION(sodium_crypto_stream_xor);
601 ZEND_FUNCTION(sodium_crypto_stream_xchacha20);
602 ZEND_FUNCTION(sodium_crypto_stream_xchacha20_keygen);
603 ZEND_FUNCTION(sodium_crypto_stream_xchacha20_xor);
604 ZEND_FUNCTION(sodium_crypto_stream_xchacha20_xor_ic);
606 ZEND_FUNCTION(sodium_add);
607 ZEND_FUNCTION(sodium_compare);
608 ZEND_FUNCTION(sodium_increment);
609 ZEND_FUNCTION(sodium_memcmp);
610 ZEND_FUNCTION(sodium_memzero);
611 ZEND_FUNCTION(sodium_pad);
612 ZEND_FUNCTION(sodium_unpad);
613 ZEND_FUNCTION(sodium_bin2hex);
614 ZEND_FUNCTION(sodium_hex2bin);
616 ZEND_FUNCTION(sodium_bin2base64);
617 ZEND_FUNCTION(sodium_base642bin);