HomeSort by relevance Sort by last modified time
    Searched refs:bn_set_words (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/crypto/fipsmodule/ec/
p256-x86_64.c 482 if (!bn_set_words(&r->X, p.p.X, P256_LIMBS) ||
483 !bn_set_words(&r->Y, p.p.Y, P256_LIMBS) ||
484 !bn_set_words(&r->Z, p.p.Z, P256_LIMBS)) {
528 if (!bn_set_words(x, x_aff, P256_LIMBS)) {
538 if (!bn_set_words(y, y_aff, P256_LIMBS)) {
p256-x86_64_test.cc 149 !bn_set_words(x.get(), in->X, P256_LIMBS) ||
150 !bn_set_words(y.get(), in->Y, P256_LIMBS) ||
151 !bn_set_words(z.get(), in->Z, P256_LIMBS)) {
  /external/boringssl/src/crypto/fipsmodule/bn/
internal.h 211 /* bn_set_words sets |bn| to the value encoded in the |num| words in |words|,
213 int bn_set_words(BIGNUM *bn, const BN_ULONG *words, size_t num);
bn.c 288 int bn_set_words(BIGNUM *bn, const BN_ULONG *words, size_t num) { function
  /external/boringssl/src/crypto/rsa_extra/
rsa_test.cc     [all...]

Completed in 233 milliseconds