Home
last modified time | relevance | path

Searched refs:CA_INIT_SYMBOL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/secure_element/secure_element_ca_proxy/
H A Dsecure_element_ca_proxy.cpp78 … vendorSecureElementCaInitFunc_ = loader_->FindTheFunc<VendorSecureElementCaInitT>(CA_INIT_SYMBOL); in InitFunc()
H A Dsecure_element_ca_proxy.h104 const char *const CA_INIT_SYMBOL = "VendorSecureElementCaInit"; variable