HomeSort by: relevance | last modified time | path
    Searched refs:blf_key (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
blf.h 60 * blf_key is just:
74 void blf_key(blf_ctx *, const u_int8_t *, u_int16_t);
blowfish.c 504 blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len) function
676 blf_key(&c, (u_int8_t *) key, 5);
684 blf_key(&c, (u_int8_t *) key2, strlen(key2));

Completed in 21 milliseconds