Searched refs:BN_bn2bin (Results 1 - 25 of 40) sorted by relevance

12

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dt_pkey.c94 n=BN_bn2bin(num,&buf[1]);
H A Dx_bignum.c121 BN_bn2bin(bn, cont);
H A Da_enum.c167 ret->length=BN_bn2bin(bn,ret->data);
H A Da_int.c433 ret->length=BN_bn2bin(bn,ret->data);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_mpi.c85 num=BN_bn2bin(a,&(d[4+ext]));
H A Dbn_lib.c641 int BN_bn2bin(const BIGNUM *a, unsigned char *to) function
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs12/
H A Dp12_key.c182 BN_bn2bin (Ij, B);
186 BN_bn2bin (Ij, B);
192 BN_bn2bin(Ij, I + j + v - Ijlen);
194 } else BN_bn2bin (Ij, I + j);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A De_cswift.c532 sw_param.up.exp.modulus.nbytes = BN_bn2bin(m,
535 sw_param.up.exp.exponent.nbytes = BN_bn2bin(p,
557 arg.nbytes = BN_bn2bin(a, (unsigned char *)argument->d);
599 BN_bn2bin(in, &out->value[mod]);
702 arg.nbytes = BN_bn2bin(a, (unsigned char *)argument->d);
853 sw_param.up.dsa.p.nbytes = BN_bn2bin(dsa->p,
856 sw_param.up.dsa.q.nbytes = BN_bn2bin(dsa->q,
859 sw_param.up.dsa.g.nbytes = BN_bn2bin(dsa->g,
862 sw_param.up.dsa.key.nbytes = BN_bn2bin(dsa->priv_key,
964 sw_param.up.dsa.p.nbytes = BN_bn2bin(ds
[all...]
H A De_atalla.c489 BN_bn2bin(p, (unsigned char *)exponent->d + numbytes - BN_num_bytes(p));
490 BN_bn2bin(m, (unsigned char *)modulus->d + numbytes - BN_num_bytes(m));
498 BN_bn2bin(a, (unsigned char *)argument->d + numbytes - BN_num_bytes(a));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/engines/ibmca/
H A Dhw_ibmca.c553 BN_bn2bin(p, &publKey->keyRecord[publKey->expLength -
555 BN_bn2bin(m, &publKey->keyRecord[publKey->expLength]);
572 BN_bn2bin(a, (unsigned char *)argument->d + outLen -
761 BN_bn2bin(dmp1, pkey);
764 BN_bn2bin(dmq1, pkey); /* Copy over dmq1 */
769 BN_bn2bin(p, pkey);
772 BN_bn2bin(q, pkey);
775 BN_bn2bin(iqmp, pkey);
793 BN_bn2bin(a, (unsigned char *)argument->d + outLen -
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsatest.c184 i=BN_bn2bin(dsa->q,buf);
192 i=BN_bn2bin(dsa->p,buf);
200 i=BN_bn2bin(dsa->g,buf);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Ddsatest.c184 i=BN_bn2bin(dsa->q,buf);
192 i=BN_bn2bin(dsa->p,buf);
200 i=BN_bn2bin(dsa->g,buf);
H A Decdsatest.c171 ret = BN_bn2bin(tmp, buf);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Ddsaparam.c367 l=BN_bn2bin(dsa->p,data);
376 l=BN_bn2bin(dsa->q,data);
385 l=BN_bn2bin(dsa->g,data);
H A Ddh.c292 l=BN_bn2bin(dh->p,data);
301 l=BN_bn2bin(dh->g,data);
H A Ddhparam.c478 l=BN_bn2bin(dh->p,data);
487 l=BN_bn2bin(dh->g,data);
H A Decparam.c711 l = BN_bn2bin(in, buffer);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dec_print.c103 if (!BN_bn2bin(bn, buf))
H A Dec_asn1.c485 if ( (len_1 = BN_bn2bin(tmp_1, buffer_1)) == 0)
507 if ( (len_2 = BN_bn2bin(tmp_2, buffer_2)) == 0)
1242 if (!BN_bn2bin(a->priv_key, buffer))
H A Dec2_smpl.c580 skip = BN_bn2bin(x, buf + i);
601 skip = BN_bn2bin(y, buf + i);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ecdh/
H A Dech_ossl.c183 if (len != (size_t)BN_bn2bin(x, buf + buflen - len))
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dh/
H A Ddh_key.c224 ret=BN_bn2bin(tmp,key);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_eay.c236 i=BN_bn2bin(ret,&(to[num-j]));
461 i=BN_bn2bin(res,&(to[num-j]));
571 j=BN_bn2bin(ret,p); /* j is only used with no-padding mode */
681 i=BN_bn2bin(ret,p);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ecdsa/
H A Decdsatest.c171 ret = BN_bn2bin(tmp, buf);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_sign.c319 BN_bn2bin(bn,buf+len-bytes);

Completed in 280 milliseconds

12