Home
last modified time | relevance | path

Searched refs:keypsw (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-pgsql.c542 text *key, text *keypsw, text *args) in decrypt_internal() argument
576 if (keypsw) in decrypt_internal()
578 psw = (uint8 *) VARDATA(keypsw); in decrypt_internal()
579 psw_len = VARSIZE(keypsw) - VARHDRSZ; in decrypt_internal()
635 add_entropy(res, key, keypsw); in decrypt_internal()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-pgsql.c542 text *key, text *keypsw, text *args) in decrypt_internal() argument
576 if (keypsw) in decrypt_internal()
578 psw = (uint8 *) VARDATA(keypsw); in decrypt_internal()
579 psw_len = VARSIZE(keypsw) - VARHDRSZ; in decrypt_internal()
635 add_entropy(res, key, keypsw); in decrypt_internal()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-pgsql.c542 text *key, text *keypsw, text *args) in decrypt_internal() argument
576 if (keypsw) in decrypt_internal()
578 psw = (uint8 *) VARDATA(keypsw); in decrypt_internal()
579 psw_len = VARSIZE(keypsw) - VARHDRSZ; in decrypt_internal()
635 add_entropy(res, key, keypsw); in decrypt_internal()
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-pgsql.c542 text *key, text *keypsw, text *args) in decrypt_internal() argument
576 if (keypsw) in decrypt_internal()
578 psw = (uint8 *) VARDATA(keypsw); in decrypt_internal()
579 psw_len = VARSIZE(keypsw) - VARHDRSZ; in decrypt_internal()
635 add_entropy(res, key, keypsw); in decrypt_internal()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-pgsql.c542 text *key, text *keypsw, text *args) in decrypt_internal() argument
576 if (keypsw) in decrypt_internal()
578 psw = (uint8 *) VARDATA(keypsw); in decrypt_internal()
579 psw_len = VARSIZE(keypsw) - VARHDRSZ; in decrypt_internal()
635 add_entropy(res, key, keypsw); in decrypt_internal()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-pgsql.c542 text *key, text *keypsw, text *args) in decrypt_internal() argument
576 if (keypsw) in decrypt_internal()
578 psw = (uint8 *) VARDATA(keypsw); in decrypt_internal()
579 psw_len = VARSIZE(keypsw) - VARHDRSZ; in decrypt_internal()
635 add_entropy(res, key, keypsw); in decrypt_internal()
/dports/databases/postgresql96-docs/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-pgsql.c542 text *key, text *keypsw, text *args) in decrypt_internal() argument
576 if (keypsw) in decrypt_internal()
578 psw = (uint8 *) VARDATA(keypsw); in decrypt_internal()
579 psw_len = VARSIZE(keypsw) - VARHDRSZ; in decrypt_internal()
635 add_entropy(res, key, keypsw); in decrypt_internal()
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql10-client/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql10-server/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql11-client/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql11-server/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql12-contrib/postgresql-12.9/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql12-client/postgresql-12.9/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args)
506 if (keypsw)
508 psw = (uint8 *) VARDATA_ANY(keypsw);
509 psw_len = VARSIZE_ANY_EXHDR(keypsw);
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-pgsql.c472 text *key, text *keypsw, text *args) in decrypt_internal() argument
506 if (keypsw) in decrypt_internal()
508 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
509 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/pgcrypto/
H A Dpgp-pgsql.c459 text *key, text *keypsw, text *args) in decrypt_internal() argument
493 if (keypsw) in decrypt_internal()
495 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
496 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()
/dports/databases/postgresql14-server/postgresql-14.1/contrib/pgcrypto/
H A Dpgp-pgsql.c459 text *key, text *keypsw, text *args) in decrypt_internal() argument
493 if (keypsw) in decrypt_internal()
495 psw = (uint8 *) VARDATA_ANY(keypsw); in decrypt_internal()
496 psw_len = VARSIZE_ANY_EXHDR(keypsw); in decrypt_internal()

12