Searched refs:ssh1_challenge (Results 1 – 1 of 1) sorted by relevance
172 static BIGNUM *ssh1_challenge = NULL; /* used for ssh1 rsa auth */ variable1712 if (ssh1_challenge) in mm_answer_rsa_challenge()1713 BN_clear_free(ssh1_challenge); in mm_answer_rsa_challenge()1714 ssh1_challenge = auth_rsa_generate_challenge(key); in mm_answer_rsa_challenge()1717 buffer_put_bignum2(m, ssh1_challenge); in mm_answer_rsa_challenge()1741 if (ssh1_challenge == NULL) in mm_answer_rsa_response()1754 success = auth_rsa_verify_response(key, ssh1_challenge, response); in mm_answer_rsa_response()1763 BN_clear_free(ssh1_challenge); in mm_answer_rsa_response()1764 ssh1_challenge = NULL; in mm_answer_rsa_response()