OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cert_read
(Results
1 - 3
of
3
) sorted by null
/system/core/fastbootd/
secure.h
49
int
cert_read
(int fd, CMS_ContentInfo **content, BIO **output);
secure.c
100
int
cert_read
(int fd, CMS_ContentInfo **content, BIO **output) {
function
/system/core/fastbootd/commands/
flash.c
141
if (
cert_read
(signed_fd, &content_info, &content)) {
Completed in 45 milliseconds