Searched refs:rawkey (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/crypto/openssl/crypto/seed/ |
H A D | seed.c | 446 void SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH], in SEED_set_key() 452 char2word(rawkey, x1); in SEED_set_key() 453 char2word(rawkey + 4, x2); in SEED_set_key() 454 char2word(rawkey + 8, x3); in SEED_set_key() 455 char2word(rawkey + 12, x4); in SEED_set_key()
|
/freebsd-src/crypto/openssl/include/openssl/ |
H A D | seed.h | 77 void SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH],
|
/freebsd-src/crypto/openssh/ |
H A D | hostfile.h | 99 const char *rawkey; /* Text of key and any comment following it */ member
|
H A D | hostfile.c | 861 lineinfo.rawkey = cp = cp2; in hostkeys_foreach_file() 881 l = strcspn(lineinfo.rawkey, " \t"); in hostkeys_foreach_file() 883 lineinfo.rawkey[l] == '\0') in hostkeys_foreach_file() 885 memcpy(ktype, lineinfo.rawkey, l); in hostkeys_foreach_file()
|
H A D | ssh-keygen.c | 1223 fprintf(ctx->out, "%s %s\n", hashed, l->rawkey); in known_hosts_hash()
|
/freebsd-src/sys/geom/eli/ |
H A D | g_eli_key_cache.c | 361 g_eli_key_drop(struct g_eli_softc *sc, uint8_t *rawkey) in g_eli_key_drop() argument 363 struct g_eli_key *key = (struct g_eli_key *)rawkey; in g_eli_key_drop()
|
H A D | g_eli.h | 749 void g_eli_key_drop(struct g_eli_softc *sc, uint8_t *rawkey);
|
/freebsd-src/crypto/openssh/regress/unittests/hostkeys/ |
H A D | test_iterate.c | 133 if (expected->l.rawkey != NULL) in check() 134 ASSERT_STRING_EQ(l->rawkey, expected->l.rawkey); in check()
|