Searched refs:bn_pub (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c974 BIGNUM *bn_pub = NULL; local
999 bn_pub = dh->pub_key;
1001 if ( !( bn_pub = BN_new () ) ) {
1008 !bn_wexpand ( bn_pub, dh->p->dmax ) ) {
1013 bn_pub->top = dh->p->top;
1018 BIGNUM2ZEN ( &y, bn_pub ) ;
1034 dh->pub_key = bn_pub;
1041 if (!dh->pub_key && bn_pub)
1042 BN_free(bn_pub);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.c974 BIGNUM *bn_pub = NULL; local
999 bn_pub = dh->pub_key;
1001 if ( !( bn_pub = BN_new () ) ) {
1008 !bn_wexpand ( bn_pub, dh->p->dmax ) ) {
1013 bn_pub->top = dh->p->top;
1018 BIGNUM2ZEN ( &y, bn_pub ) ;
1034 dh->pub_key = bn_pub;
1041 if (!dh->pub_key && bn_pub)
1042 BN_free(bn_pub);

Completed in 50 milliseconds