Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dblf.h54 typedef struct BlowfishContext { struct
55 u_int32_t S[4][256]; /* S-Boxes */
56 u_int32_t P[BLF_N + 2]; /* Subkeys */
/netbsd-src/lib/libcrypt/
H A Dblowfish.c64 typedef struct BlowfishContext { struct
65 u_int32_t S[4][256]; /* S-Boxes */
66 u_int32_t P[BLF_N + 2]; /* Subkeys */