OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bsaes_capable
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/crypto/fipsmodule/cipher/
e_aes.c
109
static char
bsaes_capable
(void) {
function
119
static char
bsaes_capable
(void) {
function
135
static char
bsaes_capable
(void) {
function
139
// On other platforms,
bsaes_capable
() will always return false and so the
237
} else if (
bsaes_capable
() && mode == EVP_CIPH_CBC_MODE) {
261
} else if (
bsaes_capable
() && mode == EVP_CIPH_CTR_MODE) {
366
if (
bsaes_capable
()) {
[
all
...]
Completed in 53 milliseconds