• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/

Lines Matching defs:print

82 static int print(BIO *fp,const char *str, const BIGNUM *num,
161 if (!print(bp,str,x->n,m,off)) goto err;
163 if ((x->e != NULL) && !print(bp,s,x->e,m,off))
165 if ((x->d != NULL) && !print(bp,"privateExponent:",x->d,m,off))
167 if ((x->p != NULL) && !print(bp,"prime1:",x->p,m,off))
169 if ((x->q != NULL) && !print(bp,"prime2:",x->q,m,off))
171 if ((x->dmp1 != NULL) && !print(bp,"exponent1:",x->dmp1,m,off))
173 if ((x->dmq1 != NULL) && !print(bp,"exponent2:",x->dmq1,m,off))
175 if ((x->iqmp != NULL) && !print(bp,"coefficient:",x->iqmp,m,off))
244 if ((x->priv_key != NULL) && !print(bp,"priv:",x->priv_key,m,off))
246 if ((x->pub_key != NULL) && !print(bp,"pub: ",x->pub_key,m,off))
248 if ((x->p != NULL) && !print(bp,"P: ",x->p,m,off)) goto err;
249 if ((x->q != NULL) && !print(bp,"Q: ",x->q,m,off)) goto err;
250 if ((x->g != NULL) && !print(bp,"G: ",x->g,m,off)) goto err;
413 /* print the 'short name' of the field type */
420 /* print the 'short name' of the base type OID */
432 /* print the polynomial */
433 if ((p != NULL) && !print(bp, "Polynomial:", p, buffer,
439 if ((p != NULL) && !print(bp, "Prime:", p, buffer,off))
442 if ((a != NULL) && !print(bp, "A: ", a, buffer, off))
444 if ((b != NULL) && !print(bp, "B: ", b, buffer, off))
448 if ((gen != NULL) && !print(bp, gen_compressed, gen,
454 if ((gen != NULL) && !print(bp, gen_uncompressed, gen,
460 if ((gen != NULL) && !print(bp, gen_hybrid, gen,
464 if ((order != NULL) && !print(bp, "Order: ", order,
466 if ((cofactor != NULL) && !print(bp, "Cofactor: ", cofactor,
546 if ((priv_key != NULL) && !print(bp, "priv:", priv_key,
549 if ((pub_key != NULL) && !print(bp, "pub: ", pub_key,
570 static int print(BIO *bp, const char *number, const BIGNUM *num, unsigned char *buf,
706 if (!print(bp,"prime:",x->p,m,4)) goto err;
707 if (!print(bp,"generator:",x->g,m,4)) goto err;
772 if (!print(bp,"p:",x->p,m,4)) goto err;
773 if ((x->q != NULL) && !print(bp,"q:",x->q,m,4)) goto err;
774 if ((x->g != NULL) && !print(bp,"g:",x->g,m,4)) goto err;