Home
last modified time | relevance | path

Searched refs:bn_set_words (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/ec/
Decp_nistz256.c938 if ((ret = bn_set_words(out->X, in->X, P256_LIMBS)) in ecp_nistz256_set_from_affine()
939 && (ret = bn_set_words(out->Y, in->Y, P256_LIMBS)) in ecp_nistz256_set_from_affine()
940 && (ret = bn_set_words(out->Z, ONE, P256_LIMBS))) in ecp_nistz256_set_from_affine()
1154 if (!bn_set_words(r->X, p.p.X, P256_LIMBS) || in ecp_nistz256_points_mul()
1155 !bn_set_words(r->Y, p.p.Y, P256_LIMBS) || in ecp_nistz256_points_mul()
1156 !bn_set_words(r->Z, p.p.Z, P256_LIMBS)) { in ecp_nistz256_points_mul()
1199 if (!bn_set_words(x, x_ret, P256_LIMBS)) in ecp_nistz256_get_affine()
1207 if (!bn_set_words(y, y_ret, P256_LIMBS)) in ecp_nistz256_get_affine()
1453 if (!bn_set_words(r, out, P256_LIMBS)) in ecp_nistz256_inv_mod_ord()
/third_party/openssl/include/crypto/
Dbn.h61 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words);
/third_party/openssl/crypto/bn/
Dbn_intern.c188 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words) in bn_set_words() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2853 #define bn_set_words BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_set_words) macro
/third_party/openssl/crypto/err/
Dopenssl.txt232 BN_F_BN_SET_WORDS:144:bn_set_words