OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encode_key_length
(Results
1 - 1
of
1
) sorted by null
/system/security/keystore/
keystore.cpp
91
static size_t
encode_key_length
(const android::String8& keyName) {
function
119
char encoded[
encode_key_length
(keyName) + 1]; // add 1 for null char
125
char encoded[
encode_key_length
(keyName) + 1]; // add 1 for null char
131
char encoded[
encode_key_length
(keyName) + 1]; // add 1 for null char
Completed in 201 milliseconds