Home | History | Annotate | Download | only in engine

Lines Matching defs:pd

930 	u_int8_t *pd;
938 if ((pd = (u_int8_t *) malloc(bytes)) == NULL)
942 pd[i] = crp->crp_p[bytes - i - 1];
944 BN_bin2bn(pd, bytes, a);
945 free(pd);