Home
last modified time | relevance | path

Searched refs:BORINGSSL_function_hit (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/crypto/
Dimpl_dispatch_test.cc57 OPENSSL_memset(BORINGSSL_function_hit, 0, sizeof(BORINGSSL_function_hit)); in AssertFunctionsHit()
64 ASSERT_LT(flag.first, sizeof(BORINGSSL_function_hit)); in AssertFunctionsHit()
65 EXPECT_EQ(flag.second, BORINGSSL_function_hit[flag.first] == 1); in AssertFunctionsHit()
66 BORINGSSL_function_hit[flag.first] = 0; in AssertFunctionsHit()
69 for (size_t i = 0; i < sizeof(BORINGSSL_function_hit); i++) { in AssertFunctionsHit()
70 EXPECT_EQ(0u, BORINGSSL_function_hit[i]) in AssertFunctionsHit()
Dcrypto.c71 HIDDEN uint8_t BORINGSSL_function_hit[7] = {0}; variable
/external/boringssl/linux-x86_64/crypto/fipsmodule/
Dvpaes-x86_64.S817 .extern BORINGSSL_function_hit
818 .hidden BORINGSSL_function_hit
819 movb $1,BORINGSSL_function_hit+5(%rip)
868 .extern BORINGSSL_function_hit
869 .hidden BORINGSSL_function_hit
870 movb $1,BORINGSSL_function_hit+4(%rip)
Daesni-gcm-x86_64.S561 .extern BORINGSSL_function_hit
562 .hidden BORINGSSL_function_hit
563 movb $1,BORINGSSL_function_hit+2(%rip)
Daesni-x86_64.S25 .extern BORINGSSL_function_hit
26 .hidden BORINGSSL_function_hit
27 movb $1,BORINGSSL_function_hit+1(%rip)
892 movb $1,BORINGSSL_function_hit(%rip)
2116 movb $1,BORINGSSL_function_hit+3(%rip)
/external/boringssl/src/include/openssl/
Dcpu.h205 extern uint8_t BORINGSSL_function_hit[7];
/external/boringssl/win-x86_64/crypto/fipsmodule/
Dvpaes-x86_64.asm824 EXTERN BORINGSSL_function_hit
825 mov BYTE[((BORINGSSL_function_hit+5))],1
942 EXTERN BORINGSSL_function_hit
943 mov BYTE[((BORINGSSL_function_hit+4))],1
Daesni-gcm-x86_64.asm606 EXTERN BORINGSSL_function_hit
607 mov BYTE[((BORINGSSL_function_hit+2))],1
Daesni-x86_64.asm22 EXTERN BORINGSSL_function_hit
23 mov BYTE[((BORINGSSL_function_hit+1))],1
925 mov BYTE[BORINGSSL_function_hit],1
2210 mov BYTE[((BORINGSSL_function_hit+3))],1
/external/boringssl/linux-x86/crypto/fipsmodule/
Dvpaes-x86.S494 leal BORINGSSL_function_hit+5-.L016pic(%ebx),%ebx
579 leal BORINGSSL_function_hit+4-.L019pic(%ebx),%ebx
Daesni-x86.S23 leal BORINGSSL_function_hit+1-.L000pic(%ebx),%ebx
854 leal BORINGSSL_function_hit+0-.L038pic(%ebx),%ebx
2449 leal BORINGSSL_function_hit+3-.L116pic(%ebx),%ebx