OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hwaes_capable
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/fipsmodule/aes/
internal.h
30
static int
hwaes_capable
(void) {
function
38
static int
hwaes_capable
(void) {
function
61
static int
hwaes_capable
(void) { return 0; }
function
aes.c
[
all
...]
/external/boringssl/src/crypto/fipsmodule/cipher/
e_aes.c
230
if (
hwaes_capable
()) {
252
} else if (
hwaes_capable
()) {
355
if (
hwaes_capable
()) {
[
all
...]
Completed in 66 milliseconds