Home
last modified time | relevance | path

Searched refs:BN_bn2lebinpad (Results 1 – 11 of 11) sorted by relevance

/freebsd-head/crypto/openssl/doc/man3/
HDBN_bn2bin.pod6 BN_bn2bin, BN_bin2bn, BN_bn2lebinpad, BN_lebin2bn,
18 int BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen);
50 BN_bn2lebinpad() and BN_lebin2bn() are identical to BN_bn2binpad() and
94 BN_bn2binpad(), BN_bn2lebinpad(), and BN_bn2nativepad() return the number of bytes written or -1 if…
/freebsd-head/crypto/openssl/crypto/ec/
HDecp_nistp224.c340 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out)); in BN_to_felem()
1521 num_bytes = BN_bn2lebinpad(tmp_scalar, in ossl_ec_GFp_nistp224_points_mul()
1524 num_bytes = BN_bn2lebinpad(p_scalar, in ossl_ec_GFp_nistp224_points_mul()
1573 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret)); in ossl_ec_GFp_nistp224_points_mul()
1575 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret)); in ossl_ec_GFp_nistp224_points_mul()
HDecp_nistp521.c184 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out)); in BN_to_felem()
2029 num_bytes = BN_bn2lebinpad(tmp_scalar, in ossl_ec_GFp_nistp521_points_mul()
2032 num_bytes = BN_bn2lebinpad(p_scalar, in ossl_ec_GFp_nistp521_points_mul()
2081 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret)); in ossl_ec_GFp_nistp521_points_mul()
2083 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret)); in ossl_ec_GFp_nistp521_points_mul()
HDecp_nistp256.c159 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out)); in BN_to_felem()
2138 num_bytes = BN_bn2lebinpad(tmp_scalar, in ossl_ec_GFp_nistp256_points_mul()
2141 num_bytes = BN_bn2lebinpad(p_scalar, in ossl_ec_GFp_nistp256_points_mul()
2192 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret)); in ossl_ec_GFp_nistp256_points_mul()
2194 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret)); in ossl_ec_GFp_nistp256_points_mul()
/freebsd-head/crypto/openssl/crypto/bn/
HDbn_lib.c591 int BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2lebinpad() function
612 return BN_bn2lebinpad(a, to, tolen); in BN_bn2nativepad()
/freebsd-head/crypto/openssl/include/openssl/
HDbn.h247 int BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen);
/freebsd-head/crypto/openssl/crypto/pem/
HDpvkfmt.c542 BN_bn2lebinpad(bn, *out, len); in write_lebn()
/freebsd-head/secure/lib/libcrypto/
HDVersion.map469 BN_bn2lebinpad;
/freebsd-head/contrib/wpa/src/crypto/
HDcrypto_openssl.c3086 priv_bin_len = BN_bn2lebinpad(priv, priv_bin, raw_len); in crypto_ec_key_set_priv()
/freebsd-head/secure/lib/libcrypto/man/man3/
HDMakefile988 MLINKS+= BN_bn2bin.3 BN_bn2lebinpad.3
/freebsd-head/crypto/openssl/util/
HDlibcrypto.num2308 BN_bn2lebinpad 2358 3_0_0 EXIST::FUNCTION: