Searched refs:KRL_MAGIC (Results 1 – 3 of 3) sorted by relevance
24 #define KRL_MAGIC "SSHKRL\n\0" macro
7 #define KRL_MAGIC 0x5353484b524c0a00ULL /* "SSHKRL\n\0" */10 uint64 KRL_MAGIC211 The signature is calculated over the entire KRL from the KRL_MAGIC
747 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()