Searched refs:blf_ctx (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dblf.h51 } blf_ctx; typedef in typeref:struct:BlowfishContext
59 void Blowfish_encipher(blf_ctx *, uint32_t *, uint32_t *);
60 void Blowfish_decipher(blf_ctx *, uint32_t *, uint32_t *);
61 void Blowfish_initstate(blf_ctx *);
62 void Blowfish_expand0state(blf_ctx *, const uint8_t *, uint16_t);
64 (blf_ctx *, const uint8_t *, uint16_t, const uint8_t *, uint16_t);
68 void blf_key(blf_ctx *, const uint8_t *, uint16_t);
69 void blf_enc(blf_ctx *, uint32_t *, uint16_t);
70 void blf_dec(blf_ctx *, uint32_t *, uint16_t);
72 void blf_ecb_encrypt(blf_ctx *, uint8_
[all...]
H A Dblowfish.c81 blf_ctx *c;
111 blf_ctx *c;
141 blf_ctx *c;
147 const blf_ctx initstate =
447 Blowfish_expand0state(blf_ctx *c, const uint8_t *key, uint16_t keybytes)
487 Blowfish_expandstate(blf_ctx *c, const uint8_t *data, uint16_t databytes,
532 blf_key(blf_ctx *c, const uint8_t *k, uint16_t len)
544 blf_enc(blf_ctx *c, uint32_t *data, uint16_t blocks)
559 blf_dec(blf_ctx *c, uint32_t *data, uint16_t blocks)
574 blf_ecb_encrypt(blf_ctx *
[all...]
H A Dbcrypt.c189 blf_ctx state;

Completed in 17 milliseconds