Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkrl.h24 #define KRL_MAGIC "SSHKRL\n\0" macro
H A DPROTOCOL.krl7 #define KRL_MAGIC 0x5353484b524c0a00ULL /* "SSHKRL\n\0" */
10 uint64 KRL_MAGIC
211 The signature is calculated over the entire KRL from the KRL_MAGIC
H A Dkrl.c747 if ((r = sshbuf_put(buf, KRL_MAGIC, sizeof(KRL_MAGIC) - 1)) != 0 || in ssh_krl_to_blob()
1057 if ((r = sshbuf_cmp(buf, 0, KRL_MAGIC, sizeof(KRL_MAGIC) - 1)) != 0) { in ssh_krl_from_blob()
1072 if ((r = sshbuf_consume(copy, sizeof(KRL_MAGIC) - 1)) != 0 || in ssh_krl_from_blob()