Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmonitor.c154 static u_char *key_blob = NULL; variable
549 if (key_blob == NULL || key_bloblen != bloblen || in monitor_allowed_key()
550 timingsafe_bcmp(key_blob, blob, key_bloblen)) in monitor_allowed_key()
559 free(key_blob); in monitor_reset_key_state()
563 key_blob = NULL; in monitor_reset_key_state()
1241 if ((r = sshkey_to_blob(key, &key_blob, &key_bloblen)) != 0) in mm_answer_keyallowed()