Home
last modified time | relevance | path

Searched refs:bn_set_words (Results 1 - 7 of 7) sorted by relevance

/third_party/openssl/ohos_lite/include/crypto/
H A Dbn.h61 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words);
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistz256.c943 if ((ret = bn_set_words(out->X, in->X, P256_LIMBS)) in ecp_nistz256_set_from_affine()
944 && (ret = bn_set_words(out->Y, in->Y, P256_LIMBS)) in ecp_nistz256_set_from_affine()
945 && (ret = bn_set_words(out->Z, ONE, P256_LIMBS))) in ecp_nistz256_set_from_affine()
1160 if (!bn_set_words(r->X, p.p.X, P256_LIMBS) || in ecp_nistz256_points_mul()
1161 !bn_set_words(r->Y, p.p.Y, P256_LIMBS) || in ecp_nistz256_points_mul()
1162 !bn_set_words(r->Z, p.p.Z, P256_LIMBS)) { in ecp_nistz256_points_mul()
1205 if (!bn_set_words(x, x_ret, P256_LIMBS)) in ecp_nistz256_get_affine()
1213 if (!bn_set_words(y, y_ret, P256_LIMBS)) in ecp_nistz256_get_affine()
1459 if (!bn_set_words(r, out, P256_LIMBS)) in ecp_nistz256_inv_mod_ord()
/third_party/openssl/crypto/ec/
H A Decp_nistz256.c943 if ((ret = bn_set_words(out->X, in->X, P256_LIMBS)) in ecp_nistz256_set_from_affine()
944 && (ret = bn_set_words(out->Y, in->Y, P256_LIMBS)) in ecp_nistz256_set_from_affine()
945 && (ret = bn_set_words(out->Z, ONE, P256_LIMBS))) in ecp_nistz256_set_from_affine()
1160 if (!bn_set_words(r->X, p.p.X, P256_LIMBS) || in ecp_nistz256_points_mul()
1161 !bn_set_words(r->Y, p.p.Y, P256_LIMBS) || in ecp_nistz256_points_mul()
1162 !bn_set_words(r->Z, p.p.Z, P256_LIMBS)) { in ecp_nistz256_points_mul()
1205 if (!bn_set_words(x, x_ret, P256_LIMBS)) in ecp_nistz256_get_affine()
1213 if (!bn_set_words(y, y_ret, P256_LIMBS)) in ecp_nistz256_get_affine()
1459 if (!bn_set_words(r, out, P256_LIMBS)) in ecp_nistz256_inv_mod_ord()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dbn.h62 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words);
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_intern.c188 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words) in bn_set_words() function
/third_party/openssl/crypto/bn/
H A Dbn_intern.c188 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words) in bn_set_words() function
/third_party/openssl/include/crypto/
H A Dbn.h62 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words);

Completed in 6 milliseconds