Searched refs:encrypted_challenge (Results 1 – 2 of 2) sorted by relevance
133 BIGNUM *challenge, *encrypted_challenge; in auth_rsa_challenge_dialog() local137 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()
410 mpint1 encrypted_challenge415 "encrypted_challenge" is a challenge blob that has (presumably)417 1 <= encrypted_challenge < 2^256. "session_id" is the SSH protocol 1425 On receiving this request, the server decrypts the "encrypted_challenge"