Home
last modified time | relevance | path

Searched defs:BlowfishContext (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/lib/libcrypt/
H A Dblowfish.h54 typedef struct BlowfishContext { struct
55 u_int32_t S[4][256]; /* S-Boxes */
56 u_int32_t P[BLF_N + 2]; /* Subkeys */
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dblf.h50 typedef struct BlowfishContext { struct
51 u_int32_t S[4][256]; /* S-Boxes */
52 u_int32_t P[BLF_N + 2]; /* Subkeys */