Searched refs:rawkey (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/pkg/ |
H A D | ecc.c | 123 uint8_t *rawkey, size_t *rawlen) in ecc_read_pkgkey() argument 196 memcpy(rawkey, data, datasz); in ecc_read_pkgkey() 266 ecc_extract_pubkey_string(const uint8_t *data, size_t datalen, uint8_t *rawkey, in ecc_extract_pubkey_string() argument 289 memcpy(rawkey, data, datalen); in ecc_extract_pubkey_string() 390 uint8_t *rawkey, size_t *rawlen, ec_params *rawparams) in ecc_extract_pubkey() argument 418 rc = ecc_read_pkgkey(root, rawparams, 1, rawkey, rawlen); in ecc_extract_pubkey() 448 if (ecc_extract_pubkey_string(key, keylen, rawkey, rawlen) != 0) in ecc_extract_pubkey()
|
/freebsd/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/crypto/openssl/include/openssl/ |
H A D | seed.h | 77 void SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH],
|
/freebsd/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 | 1251 fprintf(ctx->out, "%s %s\n", hashed, l->rawkey); in known_hosts_hash()
|
/freebsd/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/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()
|