Searched defs:get_cert (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/keystore/
H A Dcerttool.h32 * The specific function 'get_cert' is used in daemons to get the key value
36 static inline int get_cert(const char *certname, unsigned char *value, int *size) function
46 LOGE("get_cert: certname or value is null\n");
51 LOGE("get_cert: keyname is too long\n");

Completed in 158 milliseconds