Routines

Routines

Name Type Language Deterministic Return Type Security Restriction Comments
hmac(bytea, bytea, text) FUNCTION c true bytea INVOKER
pgp_pub_decrypt_bytea(bytea, bytea) FUNCTION c true bytea INVOKER
pgp_pub_encrypt_bytea(bytea, bytea, text) FUNCTION c false bytea INVOKER
pgp_pub_decrypt_bytea(bytea, bytea, text) FUNCTION c true bytea INVOKER
encrypt(bytea, bytea, text) FUNCTION c true bytea INVOKER
pgp_sym_decrypt_bytea(bytea, text) FUNCTION c true bytea INVOKER
pgp_sym_encrypt_bytea(bytea, text, text) FUNCTION c false bytea INVOKER
armor(bytea, text[], text[]) FUNCTION c true text INVOKER
gen_salt(text) FUNCTION c false text INVOKER
fips_mode() FUNCTION c false boolean INVOKER
pgp_sym_decrypt(bytea, text) FUNCTION c true text INVOKER
gen_random_uuid() FUNCTION c false uuid INVOKER
pgp_sym_decrypt_bytea(bytea, text, text) FUNCTION c true bytea INVOKER
pgp_sym_decrypt(bytea, text, text) FUNCTION c true text INVOKER
pgp_pub_decrypt(bytea, bytea, text, text) FUNCTION c true text INVOKER
pgp_pub_encrypt(text, bytea) FUNCTION c false bytea INVOKER
pgp_pub_encrypt(text, bytea, text) FUNCTION c false bytea INVOKER
pgp_key_id(bytea) FUNCTION c true text INVOKER
decrypt(bytea, bytea, text) FUNCTION c true bytea INVOKER
pgp_sym_encrypt(text, text) FUNCTION c false bytea INVOKER
armor(bytea) FUNCTION c true text INVOKER
pgp_pub_decrypt(bytea, bytea, text) FUNCTION c true text INVOKER
gen_random_bytes(integer) FUNCTION c false bytea INVOKER
hmac(text, text, text) FUNCTION c true bytea INVOKER
pgp_pub_decrypt_bytea(bytea, bytea, text, text) FUNCTION c true bytea INVOKER
dearmor(text) FUNCTION c true bytea INVOKER
digest(text, text) FUNCTION c true bytea INVOKER
digest(bytea, text) FUNCTION c true bytea INVOKER
pgp_pub_decrypt(bytea, bytea) FUNCTION c true text INVOKER
crypt(text, text) FUNCTION c true text INVOKER
pgp_armor_headers(text, OUT key text, OUT value text) FUNCTION c true SETOF record INVOKER
encrypt_iv(bytea, bytea, bytea, text) FUNCTION c true bytea INVOKER
pgp_sym_encrypt_bytea(bytea, text) FUNCTION c false bytea INVOKER
decrypt_iv(bytea, bytea, bytea, text) FUNCTION c true bytea INVOKER
pgp_sym_encrypt(text, text, text) FUNCTION c false bytea INVOKER
pgp_pub_encrypt_bytea(bytea, bytea) FUNCTION c false bytea INVOKER
gen_salt(text, integer) FUNCTION c false text INVOKER