Home
last modified time | relevance | path

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

/external/openssh/
Dauth-rsa.c133 BIGNUM *challenge, *encrypted_challenge; in auth_rsa_challenge_dialog() local
137 if ((encrypted_challenge = BN_new()) == NULL) in auth_rsa_challenge_dialog()
143 rsa_public_encrypt(encrypted_challenge, challenge, key->rsa); in auth_rsa_challenge_dialog()
147 packet_put_bignum(encrypted_challenge); in auth_rsa_challenge_dialog()
149 BN_clear_free(encrypted_challenge); in auth_rsa_challenge_dialog()
DPROTOCOL.agent410 mpint1 encrypted_challenge
415 "encrypted_challenge" is a challenge blob that has (presumably)
417 1 <= encrypted_challenge < 2^256. "session_id" is the SSH protocol 1
425 On receiving this request, the server decrypts the "encrypted_challenge"