Searched refs:BORINGSSL_function_hit (Results 1 – 11 of 11) sorted by relevance
/external/boringssl/src/crypto/ |
D | impl_dispatch_test.cc | 57 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()
|
D | crypto.c | 71 HIDDEN uint8_t BORINGSSL_function_hit[7] = {0}; variable
|
/external/boringssl/linux-x86_64/crypto/fipsmodule/ |
D | vpaes-x86_64.S | 817 .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)
|
D | aesni-gcm-x86_64.S | 561 .extern BORINGSSL_function_hit 562 .hidden BORINGSSL_function_hit 563 movb $1,BORINGSSL_function_hit+2(%rip)
|
D | aesni-x86_64.S | 25 .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/ |
D | cpu.h | 205 extern uint8_t BORINGSSL_function_hit[7];
|
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
D | vpaes-x86_64.asm | 824 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
|
D | aesni-gcm-x86_64.asm | 606 EXTERN BORINGSSL_function_hit 607 mov BYTE[((BORINGSSL_function_hit+2))],1
|
D | aesni-x86_64.asm | 22 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/ |
D | vpaes-x86.S | 494 leal BORINGSSL_function_hit+5-.L016pic(%ebx),%ebx 579 leal BORINGSSL_function_hit+4-.L019pic(%ebx),%ebx
|
D | aesni-x86.S | 23 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
|