OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EC_MIN_KEY_SIZE
(Results
1 - 2
of
2
) sorted by null
/system/security/keystore/
defaults.h
33
constexpr int32_t
EC_MIN_KEY_SIZE
= 192;
key_store_service.cpp
380
} else if (keySize <
EC_MIN_KEY_SIZE
|| keySize > EC_MAX_KEY_SIZE) {
[
all
...]
Completed in 170 milliseconds