Home
last modified time | relevance | path

Searched refs:sess_key_len (Results 1 – 25 of 219) sorted by relevance

123456789

/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()
517 return ctx->sess_key_len + 1; in symencrypt_sesskey()
585 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
586 res = px_get_random_bytes(ctx->sess_key, ctx->sess_key_len); in init_sess_key()
592 ctx->sess_key_len = 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()
517 return ctx->sess_key_len + 1; in symencrypt_sesskey()
585 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
586 res = px_get_random_bytes(ctx->sess_key, ctx->sess_key_len); in init_sess_key()
592 ctx->sess_key_len = 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()
517 return ctx->sess_key_len + 1; in symencrypt_sesskey()
585 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
586 res = px_get_random_bytes(ctx->sess_key, ctx->sess_key_len); in init_sess_key()
592 ctx->sess_key_len = 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()
518 return ctx->sess_key_len + 1; in symencrypt_sesskey()
584 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
585 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
590 ctx->sess_key_len = 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);
518 return ctx->sess_key_len + 1;
584 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo);
585 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len))
590 ctx->sess_key_len = 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()
516 return ctx->sess_key_len + 1; in symencrypt_sesskey()
582 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
588 ctx->sess_key_len = 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()
516 return ctx->sess_key_len + 1; in symencrypt_sesskey()
582 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
588 ctx->sess_key_len = 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()
517 return ctx->sess_key_len + 1; in symencrypt_sesskey()
585 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
586 res = px_get_random_bytes(ctx->sess_key, ctx->sess_key_len); in init_sess_key()
592 ctx->sess_key_len = 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()
516 return ctx->sess_key_len + 1; in symencrypt_sesskey()
582 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
588 ctx->sess_key_len = 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()
516 return ctx->sess_key_len + 1; in symencrypt_sesskey()
582 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
588 ctx->sess_key_len = 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);
516 return ctx->sess_key_len + 1;
582 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo);
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len))
588 ctx->sess_key_len = 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()
516 return ctx->sess_key_len + 1; in symencrypt_sesskey()
582 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
588 ctx->sess_key_len = 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()
516 return ctx->sess_key_len + 1; in symencrypt_sesskey()
582 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
583 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
588 ctx->sess_key_len = 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()
517 return ctx->sess_key_len + 1; in symencrypt_sesskey()
583 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
584 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
589 ctx->sess_key_len = 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()
517 return ctx->sess_key_len + 1; in symencrypt_sesskey()
583 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
584 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
589 ctx->sess_key_len = 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()
517 return ctx->sess_key_len + 1; in symencrypt_sesskey()
585 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
586 res = px_get_random_bytes(ctx->sess_key, ctx->sess_key_len); in init_sess_key()
592 ctx->sess_key_len = ctx->s2k.key_len; in init_sess_key()
/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()
517 return ctx->sess_key_len + 1; in symencrypt_sesskey()
585 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
586 res = px_get_random_bytes(ctx->sess_key, ctx->sess_key_len); in init_sess_key()
592 ctx->sess_key_len = 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()
517 return ctx->sess_key_len + 1; in symencrypt_sesskey()
583 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
584 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
589 ctx->sess_key_len = 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()
517 return ctx->sess_key_len + 1; in symencrypt_sesskey()
583 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
584 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
589 ctx->sess_key_len = 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()
517 return ctx->sess_key_len + 1; in symencrypt_sesskey()
583 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
584 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
589 ctx->sess_key_len = 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()
518 return ctx->sess_key_len + 1; in symencrypt_sesskey()
584 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
585 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
590 ctx->sess_key_len = 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()
518 return ctx->sess_key_len + 1; in symencrypt_sesskey()
584 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
585 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
590 ctx->sess_key_len = 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()
518 return ctx->sess_key_len + 1; in symencrypt_sesskey()
584 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
585 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
590 ctx->sess_key_len = 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()
518 return ctx->sess_key_len + 1; in symencrypt_sesskey()
584 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
585 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
590 ctx->sess_key_len = 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()
517 return ctx->sess_key_len + 1; in symencrypt_sesskey()
583 ctx->sess_key_len = pgp_get_cipher_key_size(ctx->cipher_algo); in init_sess_key()
584 if (!pg_strong_random(ctx->sess_key, ctx->sess_key_len)) in init_sess_key()
589 ctx->sess_key_len = ctx->s2k.key_len; in init_sess_key()

123456789