Home
last modified time | relevance | path

Searched refs:sess_key (Results 76 – 100 of 243) sorted by relevance

12345678910

/dports/databases/postgresql96-contrib/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/postgresql13-docs/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-client/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-contrib/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/postgresql12-plperl/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-plpython/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-docs/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-pltcl/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/postgresql13-plperl/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-plpython/postgresql-13.5/contrib/pgcrypto/
H A Dpgp-encrypt.c177 ctx->sess_key, ctx->sess_key_len, resync, NULL);
514 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1);
584 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len))
590 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len);
/dports/databases/postgresql12-server/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/postgresql96-docs/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/net/kamailio/kamailio-5.4.5/src/modules/uac/
H A Dauth_alg.h34 HASHHEX sess_key);
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-encrypt.c180 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
521 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
592 if (!pg_strong_random((char *) ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
601 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-encrypt.c180 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
521 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
592 if (!pg_strong_random((char *) ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
601 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql10-client/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-encrypt.c180 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
521 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
592 if (!pg_strong_random((char *) ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
601 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-encrypt.c180 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
521 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
592 if (!pg_strong_random((char *) ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
601 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-encrypt.c180 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
521 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
592 if (!pg_strong_random((char *) ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
601 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-encrypt.c180 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
521 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
592 if (!pg_strong_random((char *) ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
601 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-encrypt.c180 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
521 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
592 if (!pg_strong_random((char *) ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
601 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-encrypt.c180 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
521 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
592 if (!pg_strong_random((char *) ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
601 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-encrypt.c180 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
521 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
592 if (!pg_strong_random((char *) ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
601 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-encrypt.c180 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
521 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
592 if (!pg_strong_random((char *) ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
601 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql10-server/postgresql-10.19/contrib/pgcrypto/
H A Dpgp-encrypt.c180 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
521 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
592 if (!pg_strong_random((char *) ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
601 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()
/dports/databases/postgresql11-client/postgresql-11.14/contrib/pgcrypto/
H A Dpgp-encrypt.c180 ctx->sess_key, ctx->sess_key_len, resync, NULL); in encrypt_init()
521 pgp_cfb_encrypt(cfb, ctx->sess_key, ctx->sess_key_len, dst + 1); in symencrypt_sesskey()
592 if (!pg_strong_random((char *) ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
601 memcpy(ctx->sess_key, ctx->s2k.key, ctx->s2k.key_len); in init_sess_key()

12345678910