Home
last modified time | relevance | path

Searched refs:MacInit (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/src/
H A Dhdf_eth_core.c79 if (macChipDriver->ethMacOps->MacInit == NULL) { in InitMacInterface()
83 macChipDriver->ethMacOps->MacInit(); in InitMacInterface()
/ohos5.0/base/security/crypto_framework/frameworks/cj/include/
H A Dmac_impl.h32 HcfResult MacInit(HcfSymKey *symKey);
/ohos5.0/drivers/hdf_core/framework/include/ethernet/
H A Deth_chip_driver.h22 void (*MacInit)(void); member
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dmac_impl.cpp30 HcfResult MacImpl::MacInit(HcfSymKey *symKey) in MacInit() function in OHOS::CryptoFramework::MacImpl
H A Dcrypto_ffi.cpp634 HcfResult res = instance->MacInit(keyInstance->GetSymKey()); in FfiOHOSCryptoMacInit()