Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dblf.h73 void blf_key(blf_ctx *, const u_int8_t *, u_int16_t);
Dblowfish.c505 blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len) in blf_key() function
677 blf_key(&c, (u_int8_t *) key, 5);
685 blf_key(&c, (u_int8_t *) key2, strlen(key2));