Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/crypt_modules/bsdbf/
H A Dblf.h68 void blf_key(blf_ctx *, const uint8_t *, uint16_t);
H A Dblowfish.c515 blf_key(blf_ctx *c, const uint8_t *k, uint16_t len) in blf_key() function
687 blf_key(&c, (uint8_t *) key, 5);
695 blf_key(&c, (uint8_t *) key2, strlen(key2));