Home
last modified time | relevance | path

Searched refs:kBoringSSLRSASqrtTwo (Results 1 – 12 of 12) sorted by relevance

/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-ThreeArg/
Din.s5 shrxq %rbx, kBoringSSLRSASqrtTwo@GOTPCREL(%rip), %rax
6 shrxq kBoringSSLRSASqrtTwo@GOTPCREL(%rip), %rbx, %rax
9 .type kBoringSSLRSASqrtTwo,@object # @kBoringSSLRSASqrtTwo
11 .globl kBoringSSLRSASqrtTwo symbol
13 kBoringSSLRSASqrtTwo: label
Dout.s10 # WAS shrxq %rbx, kBoringSSLRSASqrtTwo@GOTPCREL(%rip), %rax
17 # WAS shrxq kBoringSSLRSASqrtTwo@GOTPCREL(%rip), %rbx, %rax
26 .type kBoringSSLRSASqrtTwo,@object # @kBoringSSLRSASqrtTwo
29 .globl kBoringSSLRSASqrtTwo symbol
32 kBoringSSLRSASqrtTwo: label
/external/boringssl/src/crypto/fipsmodule/rsa/
Dinternal.h123 extern const BN_ULONG kBoringSSLRSASqrtTwo[];
Drsa_impl.c982 const BN_ULONG kBoringSSLRSASqrtTwo[] = { variable
1000 const size_t kBoringSSLRSASqrtTwoLen = OPENSSL_ARRAY_SIZE(kBoringSSLRSASqrtTwo);
1201 if (!bn_set_words(sqrt2, kBoringSSLRSASqrtTwo, kBoringSSLRSASqrtTwoLen)) { in rsa_generate_key_impl()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rsa/
Dinternal.h119 extern const BN_ULONG kBoringSSLRSASqrtTwo[];
Drsa_impl.c954 const BN_ULONG kBoringSSLRSASqrtTwo[] = { variable
968 const size_t kBoringSSLRSASqrtTwoLen = OPENSSL_ARRAY_SIZE(kBoringSSLRSASqrtTwo);
1169 if (!bn_set_words(sqrt2, kBoringSSLRSASqrtTwo, kBoringSSLRSASqrtTwoLen)) { in rsa_generate_key_impl()
/external/rust/crates/quiche/deps/boringssl/src/crypto/rsa_extra/
Drsa_test.cc1036 bn_set_words(sqrt.get(), kBoringSSLRSASqrtTwo, kBoringSSLRSASqrtTwoLen)); in TEST()
1042 bn_set_words(sqrt.get(), kBoringSSLRSASqrtTwo, kBoringSSLRSASqrtTwoLen)); in TEST()
/external/boringssl/src/crypto/rsa_extra/
Drsa_test.cc1038 bn_set_words(sqrt.get(), kBoringSSLRSASqrtTwo, kBoringSSLRSASqrtTwoLen)); in TEST()
1044 bn_set_words(sqrt.get(), kBoringSSLRSASqrtTwo, kBoringSSLRSASqrtTwoLen)); in TEST()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1225 kBoringSSLRSASqrtTwo
DBoringSSL-GRPC.podspec2777 '#define kBoringSSLRSASqrtTwo GRPC_SHADOW_kBoringSSLRSASqrtTwo',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1253 #define kBoringSSLRSASqrtTwo GRPC_SHADOW_kBoringSSLRSASqrtTwo macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h3244 #define kBoringSSLRSASqrtTwo BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, kBoringSSLRSASqrtTwo) macro