Searched refs:bn_jacobi (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | jacobi.c | 63 int bn_jacobi(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { in bn_jacobi() function
|
D | sqrt.c | 255 r = bn_jacobi(y, q, ctx); // here 'q' is |p| in BN_mod_sqrt()
|
D | internal.h | 435 int bn_jacobi(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); in OPENSSL_MSVC_PRAGMA()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | jacobi.c | 63 int bn_jacobi(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) { in bn_jacobi() function
|
D | sqrt.c | 255 r = bn_jacobi(y, q, ctx); // here 'q' is |p| in BN_mod_sqrt()
|
D | internal.h | 417 int bn_jacobi(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); in OPENSSL_MSVC_PRAGMA()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1143 bn_jacobi
|
D | BoringSSL-GRPC.podspec | 2695 '#define bn_jacobi GRPC_SHADOW_bn_jacobi',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1171 #define bn_jacobi GRPC_SHADOW_bn_jacobi macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2797 #define bn_jacobi BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_jacobi) macro
|