Home
last modified time | relevance | path

Searched refs:u4byte (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silccrypt/
H A Dtwofish_internal.h27 u4byte k_len;
28 u4byte l_key[40];
29 u4byte s_key[4];
33 u4byte *twofish_set_key(TwofishContext *ctx,
34 const u4byte in_key[], const u4byte key_len);
36 const u4byte in_blk[4], u4byte out_blk[]);
38 const u4byte in_blk[4], u4byte out_blk[4]);
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
48 rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
49 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
50 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
48 rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
49 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
50 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
48 rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
49 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
50 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql10-client/postgresql-10.19/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/devel/libfortuna/libfortuna-11cbd88/src/
H A Drijndael.h29 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
37 u4byte k_len;
39 u4byte e_key[64];
40 u4byte d_key[64];
50 rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
51 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
52 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/net/kamailio/kamailio-5.4.5/src/core/crypto/
H A Drijndael.h29 typedef u_int32_t u4byte; /* a 32 bit unsigned integer type */ typedef
37 u4byte k_len;
39 u4byte e_key[64];
40 u4byte d_key[64];
49 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
50 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
51 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql10-server/postgresql-10.19/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql11-client/postgresql-11.14/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql11-server/postgresql-11.14/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql12-client/postgresql-12.9/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql14-server/postgresql-14.1/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql96-client/postgresql-9.6.24/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
48 rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
49 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
50 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/pgcrypto/
H A Drijndael.h27 typedef uint32 u4byte; /* a 32 bit unsigned integer type */ typedef
35 u4byte k_len;
37 u4byte e_key[64];
38 u4byte d_key[64];
47 rijndael_ctx *rijndael_set_key(rijndael_ctx *, const u4byte *, const u4byte, int);
48 void rijndael_encrypt(rijndael_ctx *, const u4byte *, u4byte *);
49 void rijndael_decrypt(rijndael_ctx *, const u4byte *, u4byte *);

12345678