Home
last modified time | relevance | path

Searched refs:sess_key (Results 51 – 75 of 243) sorted by relevance

12345678910

/dports/databases/postgresql13-contrib/postgresql-13.5/contrib/pgcrypto/
H A Dpgp-pubenc.c95 cksum += ctx->sess_key[i]; in create_secmsg()
102 memcpy(secmsg + 1, ctx->sess_key, klen); in create_secmsg()
/dports/databases/postgresql12-plpython/postgresql-12.9/contrib/pgcrypto/
H A Dpgp-pubenc.c95 cksum += ctx->sess_key[i]; in create_secmsg()
102 memcpy(secmsg + 1, ctx->sess_key, klen); in create_secmsg()
/dports/databases/postgresql12-plperl/postgresql-12.9/contrib/pgcrypto/
H A Dpgp-pubenc.c95 cksum += ctx->sess_key[i]; in create_secmsg()
102 memcpy(secmsg + 1, ctx->sess_key, klen); in create_secmsg()
/dports/databases/postgresql12-pltcl/postgresql-12.9/contrib/pgcrypto/
H A Dpgp-pubenc.c95 cksum += ctx->sess_key[i]; in create_secmsg()
102 memcpy(secmsg + 1, ctx->sess_key, klen); in create_secmsg()
/dports/databases/postgresql12-docs/postgresql-12.9/contrib/pgcrypto/
H A Dpgp-pubenc.c95 cksum += ctx->sess_key[i];
102 memcpy(secmsg + 1, ctx->sess_key, klen);
/dports/databases/postgresql13-plpython/postgresql-13.5/contrib/pgcrypto/
H A Dpgp-pubenc.c95 cksum += ctx->sess_key[i]; in create_secmsg()
102 memcpy(secmsg + 1, ctx->sess_key, klen); in create_secmsg()
/dports/databases/postgresql13-plperl/postgresql-13.5/contrib/pgcrypto/
H A Dpgp-pubenc.c95 cksum += ctx->sess_key[i]; in create_secmsg()
102 memcpy(secmsg + 1, ctx->sess_key, klen); in create_secmsg()
/dports/databases/postgresql12-server/postgresql-12.9/contrib/pgcrypto/
H A Dpgp-pubenc.c95 cksum += ctx->sess_key[i]; in create_secmsg()
102 memcpy(secmsg + 1, ctx->sess_key, klen); in create_secmsg()
/dports/databases/postgresql96-docs/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-pubenc.c100 cksum += ctx->sess_key[i]; in create_secmsg()
107 memcpy(secmsg + 1, ctx->sess_key, klen); in create_secmsg()
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-encrypt.c178 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
514 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
586 res = px_get_random_bytes(ctx->sess_key, ctx->sess_key_len); in init_sess_key()
593 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-encrypt.c178 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
514 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
586 res = px_get_random_bytes(ctx->sess_key, ctx->sess_key_len); in init_sess_key()
593 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-encrypt.c178 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
514 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
586 res = px_get_random_bytes(ctx->sess_key, ctx->sess_key_len); in init_sess_key()
593 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql12-contrib/postgresql-12.9/contrib/pgcrypto/
H A Dpgp-encrypt.c178 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
515 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
585 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
591 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql12-client/postgresql-12.9/contrib/pgcrypto/
H A Dpgp-encrypt.c178 ctx->sess_key, ctx->sess_key_len, resync, NULL);
515 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1);
585 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len))
591 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len);
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/pgcrypto/
H A Dpgp-encrypt.c177 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
513 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
589 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql14-server/postgresql-14.1/contrib/pgcrypto/
H A Dpgp-encrypt.c177 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
513 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
589 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-encrypt.c178 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
514 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
586 res = px_get_random_bytes(ctx->sess_key, ctx->sess_key_len); in init_sess_key()
593 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/pgcrypto/
H A Dpgp-encrypt.c177 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
513 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
589 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/pgcrypto/
H A Dpgp-encrypt.c177 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
513 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
589 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql14-client/postgresql-14.1/contrib/pgcrypto/
H A Dpgp-encrypt.c177 ctx->sess_key, ctx->sess_key_len, resync, NULL);
513 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1);
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len))
589 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len);
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/pgcrypto/
H A Dpgp-encrypt.c177 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
513 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
589 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/pgcrypto/
H A Dpgp-encrypt.c177 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
513 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
589 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql13-server/postgresql-13.5/contrib/pgcrypto/
H A Dpgp-encrypt.c177 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
514 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
584 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
590 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql13-pltcl/postgresql-13.5/contrib/pgcrypto/
H A Dpgp-encrypt.c177 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
514 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
584 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
590 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/contrib/pgcrypto/
H A Dpgp-encrypt.c178 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
514 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
586 res = px_get_random_bytes(ctx->sess_key, ctx->sess_key_len); in init_sess_key()
593 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()

12345678910