Home
last modified time | relevance | path

Searched refs:BN_bn2nativepad (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBN_bn2bin.pod7 BN_bn2nativepad, BN_signed_bn2native, BN_native2bn, BN_signed_native2bn,
26 int BN_bn2nativepad(const BIGNUM *a, unsigned char *to, int tolen);
72 BN_bn2nativepad(), BN_signed_bn2native() and BN_native2bn() are identical
114 BN_bn2nativepad(), and_signed BN_bn2native() return the number of bytes
H A DEVP_PKEY_fromdata.pod102 BN_bn2nativepad(), but that's off topic here.
/freebsd/crypto/openssl/test/
H A Dparams_test.c185 BN_bn2nativepad(obj->p3, params->data, params->return_size); in raw_get_params()
337 || (l = BN_bn2nativepad(app_p3, bignumbin, sizeof(bignumbin))) < 0) in init_app_variables()
H A Dkeymgmt_internal_test.c95 || !TEST_int_ge(BN_bn2nativepad(n, (unsigned char *)goal, sizeof(*goal)), 0)) in get_ulong_via_BN()
/freebsd/crypto/openssl/crypto/
H A Dparams_from_text.c154 BN_bn2nativepad(tmpbn, buf, buf_n); in construct_from_text()
H A Dparam_build.c424 BN_bn2nativepad(pd->bn, (unsigned char *)p, pd->size); in param_bld_convert()
H A Dparams.c1146 if (BN_bn2nativepad(val, p->data, p->data_size) < 0) { in OSSL_PARAM_set_BN()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h253 int BN_bn2nativepad(const BIGNUM *a, unsigned char *to, int tolen);
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c687 int BN_bn2nativepad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2nativepad() function
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c2383 if (BN_bn2nativepad(bn, buffer, bsize) < 0) in EVP_PKEY_set_bn_param()
H A Dctrl_params_translate.c476 if (BN_bn2nativepad(ctx->p2, in default_fixup_args()
/freebsd/secure/lib/libcrypto/
H A DVersion.map4375 BN_bn2nativepad;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1156 MLINKS+= BN_bn2bin.3 BN_bn2nativepad.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4445 BN_bn2nativepad 4573 3_0_0 EXIST::FUNCTION: