Home
last modified time | relevance | path

Searched refs:cert_store_from_path (Results 1 – 3 of 3) sorted by relevance

/system/core/fastbootd/
Dsecure.h43 X509_STORE *cert_store_from_path(const char*stream);
Dsecure.c55 X509_STORE *cert_store_from_path(const char *path) { in cert_store_from_path() function
/system/core/fastbootd/commands/
Dflash.c135 store = cert_store_from_path(cert_path); in flash_validate_certificate()