Searched refs:blf_key (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dblf.h54 * blf_key is just:
68 void blf_key(blf_ctx *, const uint8_t *, uint16_t);
H A Dblowfish.c532 blf_key(blf_ctx *c, const uint8_t *k, uint16_t len) function
719 blf_key(&c, (uint8_t *) key, 5);
727 blf_key(&c, (uint8_t *) key2, strlen(key2));

Completed in 28 milliseconds