Searched defs:BIGNUM (Results 1 - 3 of 3) sorted by relevance

/external/openssh/
H A Dpacket.h31 # define BIGNUM void macro
175 int sshpkt_put_bignum1(struct ssh *ssh, const BIGNUM *v);
176 int sshpkt_put_bignum2(struct ssh *ssh, const BIGNUM *v);
186 int sshpkt_get_bignum1(struct ssh *ssh, BIGNUM *v);
187 int sshpkt_get_bignum2(struct ssh *ssh, BIGNUM *v);
196 # undef BIGNUM macro
/external/boringssl/include/openssl/
H A Dbase.h177 typedef struct bignum_st BIGNUM; typedef in typeref:struct:bignum_st
/external/boringssl/src/include/openssl/
H A Dbase.h177 typedef struct bignum_st BIGNUM; typedef in typeref:struct:bignum_st

Completed in 131 milliseconds