Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth2-pubkey.c63 u_char *pkblob, *sig; in userauth_pubkey() local
75 pkblob = packet_get_string(&blen); in userauth_pubkey()
77 buffer_append(&b, pkblob, blen); in userauth_pubkey()
83 pkblob = packet_get_string(&blen); in userauth_pubkey()
92 key = key_from_blob(pkblob, blen); in userauth_pubkey()
118 memcmp(prev_pkblob, pkblob, blen) != 0) { in userauth_pubkey()
150 buffer_put_string(&b, pkblob, blen); in userauth_pubkey()
178 packet_put_string(pkblob, blen); in userauth_pubkey()
210 xfree(pkblob); in userauth_pubkey()
H A Dauth2-hostbased.c63 u_char *pkblob, *sig; in userauth_hostbased() local
72 pkblob = packet_get_string(&blen); in userauth_hostbased()
93 key = key_from_blob(pkblob, blen); in userauth_hostbased()
113 buffer_put_string(&b, pkblob, blen); in userauth_hostbased()
153 xfree(pkblob); in userauth_hostbased()
/titanic_41/usr/src/cmd/ssh/ssh-keysign/
H A Dssh-keysign.c69 u_char *pkblob; in valid_request() local
105 pkblob = buffer_get_string(&b, &blen); in valid_request()
110 else if ((key = key_from_blob(pkblob, blen)) == NULL) in valid_request()
115 xfree(pkblob); in valid_request()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c477 u_char *pkblob; in input_userauth_pk_ok() local
484 pkblob = packet_get_string(&blen); in input_userauth_pk_ok()
486 buffer_append(&b, pkblob, blen); in input_userauth_pk_ok()
491 pkblob = packet_get_string(&blen); in input_userauth_pk_ok()
508 if ((key = key_from_blob(pkblob, blen)) == NULL) { in input_userauth_pk_ok()
532 xfree(pkblob); in input_userauth_pk_ok()