Searched refs:ssh1_challenge (Results 1 – 1 of 1) sorted by relevance
193 static BIGNUM *ssh1_challenge = NULL; /* used for ssh1 rsa auth */ variable1610 if (ssh1_challenge) in mm_answer_rsa_challenge()1611 BN_clear_free(ssh1_challenge); in mm_answer_rsa_challenge()1612 ssh1_challenge = auth_rsa_generate_challenge(key); in mm_answer_rsa_challenge()1615 buffer_put_bignum2(m, ssh1_challenge); in mm_answer_rsa_challenge()1639 if (ssh1_challenge == NULL) in mm_answer_rsa_response()1652 success = auth_rsa_verify_response(key, ssh1_challenge, response); in mm_answer_rsa_response()1661 BN_clear_free(ssh1_challenge); in mm_answer_rsa_response()1662 ssh1_challenge = NULL; in mm_answer_rsa_response()