Searched refs:BN_bn2lebinpad (Results 1 – 11 of 11) sorted by relevance
| /freebsd-head/crypto/openssl/doc/man3/ |
| HD | BN_bn2bin.pod | 6 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/ |
| HD | ecp_nistp224.c | 340 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()
|
| HD | ecp_nistp521.c | 184 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()
|
| HD | ecp_nistp256.c | 159 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/ |
| HD | bn_lib.c | 591 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/ |
| HD | bn.h | 247 int BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen);
|
| /freebsd-head/crypto/openssl/crypto/pem/ |
| HD | pvkfmt.c | 542 BN_bn2lebinpad(bn, *out, len); in write_lebn()
|
| /freebsd-head/secure/lib/libcrypto/ |
| HD | Version.map | 469 BN_bn2lebinpad;
|
| /freebsd-head/contrib/wpa/src/crypto/ |
| HD | crypto_openssl.c | 3086 priv_bin_len = BN_bn2lebinpad(priv, priv_bin, raw_len); in crypto_ec_key_set_priv()
|
| /freebsd-head/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 988 MLINKS+= BN_bn2bin.3 BN_bn2lebinpad.3
|
| /freebsd-head/crypto/openssl/util/ |
| HD | libcrypto.num | 2308 BN_bn2lebinpad 2358 3_0_0 EXIST::FUNCTION:
|