Searched refs:bn_reduce_once (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | montgomery.c | 315 bn_reduce_once(r, a, carry, n, num_n); in bn_from_montgomery_in_place()
|
D | internal.h | 512 BN_ULONG bn_reduce_once(BN_ULONG *r, const BN_ULONG *a, BN_ULONG carry, in OPENSSL_MSVC_PRAGMA()
|
D | div.c | 414 BN_ULONG bn_reduce_once(BN_ULONG *r, const BN_ULONG *a, BN_ULONG carry, in bn_reduce_once() function
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | montgomery.c | 315 bn_reduce_once(r, a, carry, n, num_n); in bn_from_montgomery_in_place()
|
D | internal.h | 494 BN_ULONG bn_reduce_once(BN_ULONG *r, const BN_ULONG *a, BN_ULONG carry, in OPENSSL_MSVC_PRAGMA()
|
D | div.c | 415 BN_ULONG bn_reduce_once(BN_ULONG *r, const BN_ULONG *a, BN_ULONG carry, in bn_reduce_once() function
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2832 #define bn_reduce_once BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_reduce_once) macro
|