Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dblf.h70 void blf_key(blf_ctx *, const u_int8_t *, u_int16_t);
H A Dblowfish.c502 blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len) in blf_key() function
674 blf_key(&c, (u_int8_t *) key, 5);
682 blf_key(&c, (u_int8_t *) key2, strlen(key2));
/freebsd/crypto/openssh/
H A Dssh_namespace.h88 #define blf_key Fssh_blf_key macro