X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=userapps%2Fopensource%2Fsshd%2Fbignum.h;h=042f81151f9760b520d2fb8a24505d0df7e8cf6f;hp=27f5e770ad202b8aead53869ca19d6907f769113;hb=57a096f051259ceaefd5977f30d269884e1dd248;hpb=a69849c98808437716b821267cd97529c56f45b0 diff --git a/userapps/opensource/sshd/bignum.h b/userapps/opensource/sshd/bignum.h index 27f5e770..042f8115 100755 --- a/userapps/opensource/sshd/bignum.h +++ b/userapps/opensource/sshd/bignum.h @@ -29,8 +29,7 @@ void m_mp_init(mp_int *mp); void m_mp_init_multi(mp_int *mp, ...); -unsigned char* mptobytes(mp_int *mp, int *len); -void bytestomp(mp_int *mp, unsigned char* bytes, unsigned int len); +void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len); void sha1_process_mp(hash_state *hs, mp_int *mp); #endif /* _BIGNUM_H_ */