Symbol: BN_bn2bin
crypto/heimdal/kdc/pkinit.c
912
BN_bn2bin(bn, integer->data);
crypto/heimdal/lib/hx509/softp11.c
391
BN_bn2bin(num, modulus);
crypto/heimdal/lib/hx509/softp11.c
408
BN_bn2bin(num, exponent);
crypto/heimdal/lib/krb5/pkinit.c
112
BN_bn2bin(bn, integer->data);
crypto/krb5/src/plugins/preauth/spake/openssl.c
195
BN_bn2bin(priv, &priv_out[reg->mult_len - BN_num_bytes(priv)]);
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
380
BN_bn2bin(sig_r, response->sig_r);
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
381
BN_bn2bin(sig_s, response->sig_s);
crypto/openssh/regress/unittests/bitmap/tests.c
91
r = BN_bn2bin(bn, bnbuf);
crypto/openssh/sk-usbhid.c
1063
BN_bn2bin(sig_r, response->sig_r);
crypto/openssh/sk-usbhid.c
1064
BN_bn2bin(sig_s, response->sig_s);
crypto/openssh/ssh-dss.c
299
BN_bn2bin(sig_r, sigblob + SIGBLOB_LEN - INTBLOB_LEN - rlen);
crypto/openssh/ssh-dss.c
300
BN_bn2bin(sig_s, sigblob + SIGBLOB_LEN - slen);
crypto/openssh/sshbuf-getput-crypto.c
139
if (BN_bn2bin(v, d + 1) != len)
crypto/openssl/apps/lib/apps.c
1355
l = BN_bn2bin(in, buffer);
crypto/openssl/crypto/asn1/a_int.c
500
len = BN_bn2bin(bn, ret->data);
crypto/openssl/crypto/asn1/t_pkey.c
83
n = BN_bn2bin(num, buf + 1);
crypto/openssl/crypto/asn1/x_bignum.c
109
BN_bn2bin(bn, cont);
crypto/openssl/crypto/bn/bn_mpi.c
36
num = BN_bn2bin(a, &(d[4 + ext]));
crypto/openssl/crypto/der_writer.c
146
BN_bn2bin(v, p);
crypto/openssl/crypto/dh/dh_check.c
373
len = BN_bn2bin(pub_key, bytes);
crypto/openssl/crypto/dsa/dsa_key.c
98
len = BN_bn2bin(pub_key2, bytes);
crypto/openssl/crypto/ec/ec2_oct.c
206
skip = BN_bn2bin(x, buf + i);
crypto/openssl/crypto/ec/ec2_oct.c
224
skip = BN_bn2bin(y, buf + i);
crypto/openssl/crypto/ec/ec_key.c
276
len = BN_bn2bin(pub_key2->X, bytes);
crypto/openssl/crypto/ec/ecdh_ossl.c
128
if (len != (size_t)BN_bn2bin(x, buf + buflen - len)) {
crypto/openssl/crypto/ec/ecp_oct.c
233
skip = BN_bn2bin(x, buf + i);
crypto/openssl/crypto/ec/ecp_oct.c
251
skip = BN_bn2bin(y, buf + i);
crypto/openssl/crypto/srp/srp_lib.c
171
if (BN_bn2bin(s, cs) < 0)
crypto/openssl/crypto/srp/srp_vfy.c
667
if (BN_bn2bin(v, tmp) < 0)
crypto/openssl/demos/pkey/EVP_PKEY_EC_keygen.c
113
out_privkey_len = BN_bn2bin(out_priv, out_privkey);
crypto/openssl/include/openssl/bn.h
244
int BN_bn2bin(const BIGNUM *a, unsigned char *to);
crypto/openssl/ssl/statem/statem_clnt.c
3556
BN_bn2bin(s->srp_ctx.A, abytes);
crypto/openssl/ssl/statem/statem_srvr.c
2769
BN_bn2bin(r[i], binval);
crypto/openssl/ssl/tls_srp.c
324
BN_bn2bin(K, tmp);
crypto/openssl/ssl/tls_srp.c
377
BN_bn2bin(K, tmp);
crypto/openssl/test/bntest.c
1883
|| !TEST_int_eq(BN_bn2bin(n, reference), bytes))
crypto/openssl/test/dsatest.c
243
i = BN_bn2bin(q, buf);
crypto/openssl/test/dsatest.c
248
i = BN_bn2bin(p, buf);
crypto/openssl/test/dsatest.c
253
i = BN_bn2bin(g, buf);
crypto/openssl/test/evp_extra_test.c
1479
BN_bn2bin(x, &pad[1]);
crypto/openssl/test/evp_extra_test.c
1480
BN_bn2bin(y, &pad[33]);
crypto/openssl/test/evp_extra_test.c
1615
BN_bn2bin(x, &pad[1]);
crypto/openssl/test/evp_extra_test.c
1616
BN_bn2bin(y, &pad[33]);
crypto/openssl/test/evp_pkey_dhkem_test.c
501
&& TEST_int_gt(privkeylen = BN_bn2bin(priv, privkey), 0)
crypto/openssl/test/ssl_old_test.c
2951
ret = BN_bn2bin(bn, psk);
crypto/openssl/test/testutil/format_output.c
394
int n = BN_bn2bin(bn, buf);