Home
last modified time | relevance | path

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

/freebsd-src/secure/lib/libcrypt/
H A Dblowfish.h50 typedef struct BlowfishContext { struct
51 u_int32_t S[4][256]; /* S-Boxes */
52 u_int32_t P[BLF_N + 2]; /* Subkeys */
/freebsd-src/crypto/openssh/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 */